Tomcat 5.5 - second application returs 404
Posted
by Tomas Tintera
on Server Fault
See other posts from Server Fault
or by Tomas Tintera
Published on 2010-05-31T19:55:18Z
Indexed on
2010/05/31
20:03 UTC
Read the original article
Hit count: 258
There are two versions of web application. Want to have both on one machine so I can test upgrade. If there is one of them copied to Tomcat's webapplications directory and then Tomcat is started, it works fine.
So if there is only have only
...webapplicatios\ROOT\...
...webapplicatios\myApp25\...
it works fine.
Or when there is only
...\webapps\ROOT\...
...\webapps\myApp26\...
it works fine too.
If I upload both
...\webapps\ROOT and
...\webapps\myApp25
...\webapps\myApp26
only one of the apps will work. The other one returns 404, page not found.
It's running on Windows7 and I use Tomcat 5.5. Tomcat is just default installation. Any idea what to check? How to make both running both apps?
Thank you in advance for any help. I'm beginner regarding TC.
© Server Fault or respective owner