This message can be safely ignored. To avoid this messages
in the logs, you could deploy a Web module (WAR) with a context root of
"/" that contains a favicon.ico file. A sample WAR file to deploy can be
found at the bottom of this page.
You will be unable to install the WAR to dmgr via admin console. You
should use wsadmin to do so. Here are the instructions:
1. Start the wsadmin tool from the Install_Root/bin directory:
wsadmin.sh/bat
2. Install
$AdminApp install Install_Root/installableApps/favicon.war {-node
<<NodeName>> -cell <<CellName>> -server dmgr
-appname favicon -contextroot /}
3. Save the changes
$AdminConfig save
4.List all the applications:
$AdminApp list
For further information on deploying a WAR, please refer to the
appropriate documentation in the WebSphere Application Server
InfoCenter.
If you encounter similar problem for you application rather than admin
console application, you can install the below war file to fix the
problem.
|