read about mod_jk in the tomcat user guide.
 
the integration is already done and it is automatic :)
 
Filip
 

~
Namaste - I bow to the divine in you
~
Filip Hanik
Software Architect
[EMAIL PROTECTED]
www.filip.net

-----Original Message-----
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 29, 2001 2:23 PM
To: [EMAIL PROTECTED]
Subject: Seamless apache and tomcat

Right now I have a contextManager placed in the web.xml file so that when ever someone enters a URL containing the /jsp/, for example http://domain.com/jsp/bleh.jsp
apache will pass the task to tomcat and a jsp page will load and run as planned.
 
However, now I want to make it so that anywhere on my server whenever a file contains the .jsp extension tomcat will kick in and handle the page. I suppose I could make the apache and tomcat directories overlap, but would this make apache or tomcat handle static data?
 
thanx
-ryan

Reply via email to