We have installed tomcat4.1.17 and we are able to access our context using tomcat default port 8081. While accessing same context using mod_webapp.so (1.0) from Apache's httpd.conf, we do not get any results.
Tomcat4 --listening on 8008 on Warp Connector
Apache is making call to Tomcat4 on 8008.
If we say we get directory listing with jsp as one of the dirs. We also can can display index.html sitting in Jsp dir. But when we click on login.jsp under jsp, we do not get anything. Basically jsp file is not being passed to right container...
From Httpd.conf:
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy webtsd2 warpConnection /webtsd2/
Can anybody comment on why JSP files are not being served by Tomcat4 via apache?
Thanks.
Vivek.
Tomcat4 --listening on 8008 on Warp Connector
Apache is making call to Tomcat4 on 8008.
If we say we get directory listing with jsp as one of the dirs. We also can can display index.html sitting in Jsp dir. But when we click on login.jsp under jsp, we do not get anything. Basically jsp file is not being passed to right container...
From Httpd.conf:
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy webtsd2 warpConnection /webtsd2/
Can anybody comment on why JSP files are not being served by Tomcat4 via apache?
Thanks.
Vivek.