Dear All,
I m trying now with tomcat 5.5,i want to set a web application as default
application ,suppose like if a user after starting tomcat ,if i will enter
http://localhost:8080 then it will just forward to http://localhost:8080/<*
MyApplication <http://localhost:8080/<MyApplication>*>...

Actually i hv to run an existing web application which is running well in
tomcat 4.1 ..means in tomcat 4.1 i found this settings in Tomcat
4.1\conf\server.xml's <host> element <Host name="localhost" debug="0"
appBase="webapps/MyApp" unpackWARs="true" autoDeploy="true"> nd when the
users enters http://localhost:8080 it goes to
http://localhost:8080/MyAppdirectly

when i m doing same changes in server.xml of tomcat 5.5 server.xml its
giving a Http 400 Bad Request error in the browser ..even the log files r
not generated ....so it s is difficut ..as i hv to run the same application
in tomcat5.5

Pliz help me

Reply via email to