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
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.
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
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