Tomcat 5.5 - second application returs 404
- by Tomas Tintera
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.