I have a server configured using VirtualHosting.  I am trying to redirect
only ".jsp" files to Tomcat.  And all other files are to be handled by
Apache.  I have been able to use the "/examples" example in redirecting
JSP's (found in the user's guide), however, I have not been successful in
directing files with only the ".jsp" extension to this system.  I don't want
to have any directories used to direct the traffic, only the extension.

Example:
http://www.radit.com/test.htm needs to be directed to Apache directories.
http://www.radit.com/test.gif needs to be directed to Apache directories.
http://www.radit.com/test.jsp needs to be redirected to Tomcat.

So, what would my VirtualHost definition look like?
NameVirtualHost 192.168.219.226

<VirtualHost 192.168.219.226>
     ServerName radit.com
     ApJServMount default ajpv12://localhost:8007/com.radit
</VirtualHost>

Based on what I am seeing, Tomcat is still looking in "ROOT".

Thank You,
Bob Byron
RAD Systems, Inc.
www.radit.com
(972)516-4256

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to