Re: plz hlp. Servlet Not found when accessing Servlet from internet

2006-09-14 Thread Santosh Puranshettiwar
Essentially, you will first have to install mod_jk. Then configure its worker properties. The article in the following link briefs about this. http://www.serverwatch.com/tutorials/article.php/2203891 You might also be interested in reading the Jakarta reference: http://tomcat.apache.org/tomcat-3

Re: plz hlp. Servlet Not found when accessing Servlet from internet

2006-09-13 Thread Eddie Fahy
Hi Santosh, Thanks for your reply. Yes, your suggestion makes lots of sense. There is apache webserver installed. Along with that there is php, tomcat, etc. Just like anyother Linux Server. Yesterday I discovered that if I access my servlet from internet by sepcifying port 8080, now its ok.

Re: plz hlp. Servlet Not found when accessing Servlet from internet

2006-09-12 Thread Santosh Puranshettiwar
Eddie Fahy wrote: Hi, I have a strange problem. I am not able to access my servlet from internet although everything works very well when i access mywebapp using http://localhost/mywebapp/Servletx I am running a webapp which has a servlet. When I try to run my webapp, all the JSPs work good

plz hlp. Servlet Not found when accessing Servlet from internet

2006-09-12 Thread Eddie Fahy
Hi, I have a strange problem. I am not able to access my servlet from internet although everything works very well when i access mywebapp using http://localhost/mywebapp/Servletx I am running a webapp which has a servlet. When I try to run my webapp, all the JSPs work good but the servlet is