I installed Tomcat in C:\jakarta-tomcat-5.5.9.
It also installed itself in C:\Program Files\Apache Software Foundation\Tomcat 5.5
Now, if I start Tomcat and type in the browser: I get that famous Apache Jakarta Project page.
Then I put this file Hello.html in:
C:\jakarta-tomcat-5.5.9\webapps\ROOT
Then I typed in the browser:
I got HTTP Status 404 - /Hello.html
I then typed in browser full path:
I got the same error.
My question is: where do we put our development files in Tomcat?
Thanks.
It also installed itself in C:\Program Files\Apache Software Foundation\Tomcat 5.5
Now, if I start Tomcat and type in the browser: I get that famous Apache Jakarta Project page.
Then I put this file Hello.html in:
C:\jakarta-tomcat-5.5.9\webapps\ROOT
Then I typed in the browser:
I got HTTP Status 404 - /Hello.html
I then typed in browser full path:
I got the same error.
My question is: where do we put our development files in Tomcat?
Thanks.