Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mod_webapp/apache1.3.24 not talking to tomcat4

Status
Not open for further replies.

viveksd

Programmer
Jun 19, 2000
2
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top