954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

server deployment in linex with tomacat server

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?

swathirao
Newbie Poster
5 posts since Jun 2009
Reputation Points: 10
Solved Threads: 1
 

Hello,

Please try appending the specified URL with the index.jsp (if you have developed) i.e., http://localhost:8080/hw/index.jsp

HTH!

ayaz786
Newbie Poster
1 post since Jul 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You