Hi,

I installed Apache Tomcat/5.0.28 and got it running, when i visit 
localhost:8080, i get the standard 'If you're seeing this page via a web 
browser, it means you've setup Tomcat successfully. Congratulations!' message. 
So far so good.

Then it says:
'As you may have guessed by now, this is the default Tomcat home page. It can 
be found on the local filesystem at:
$CATALINA_HOME/webapps/ROOT/index.jsp'

When i start it says Using CATALINA_HOME: '/usr/local/jakarta-tomcat-5.0.28'

So it seems logic the default Tomcat home page would be 
/usr/local/jakarta-tomcat-5.0.28/webapps/ROOT/index.jsp. And if i open that 
file, it indeed looks like the default Tomcat home page... BUT when i edit the 
file, or even completely remove it, i still get to see 'If you're seeing this 
page via a web browser, it means you've setup Tomcat successfully. 
Congratulations!' -messages! And even stranger, i completely searched the whole 
harddisk with grep -r "string" * to see if Tomcat maybe is using another 
index.jsp, but without any succes...

Anyone any idea??? Thanks!

Reply via email to