I have installed on Linux Tomcat 5.5. I have no problem accessing jsp pages. However, I have problem accessing a test hellow world servlet.
I tried the following url on my local tomcat on win xp and it worked. http://localhost:8080/hw
Attached is a copy of my web.xml file I used on both my local and online Linux server.
What is the url that I need to use to access the Hello World sample on the online Linux Tomcat?
Do I need to make any changes in the conf/web.xml or conf/server.xml?