I installed and started an
java ear appilcation through the v6 admin console. It runs ok on
http://localhost:9080/AppName, however the webserver is not aware of it. so if I run
http://localhost/AppName it won't work. I already installed and configured the webserver plugin for ibm http server which is what's running. I regenerated plugin automatically through the admin console.
rest of the sample ear applications(eg.PlantsByWebsphere) runs fine through the webserver.
what's wrong? how would I go about identifying the problem?
thanks!