You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bob Byron <bb...@radit.com> on 2000/07/06 01:37:00 UTC

VirtualHost and static/JSP files.

I am interested in serving JSP from Tomcat and static data from Apache using VirtualHost.  I have gotten the system to work on a non VirtualHost machine, however, I am not sure how to get the concept to work utilizing VirtualHost hosts.

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


RE: VirtualHost and static/JSP files.

Posted by "Jay Freeman (saurik)" <sa...@saurik.com>.
If you look at the Apache and Tomcat configuration sections at
http://docs.saurik.com/deploy/tomcat/ I think you should be able to get it
working.  That is the setup I currently have: static pages being loaded by
Apache, JSP files and servlets being loaded by Tomcat, all with VirtualHost’
s thrown in the mix.  The Tomcat people still haven’t fixed any of the bugs
(the big one being that Ajp13 dies when trying to send more than 8k of data
back from the JSP file) that I have patches for on that site (the cvs.patch,
the tomcat.patch is all configuration stuff to make my website shorter), so
it might be useful to go there anyway just for that.  I understand the other
two problems I patched, one might be desired functionality (although I doubt
it, it really messes with Tomcat’s ability to work seamlessly with Apache),
and the other might not really be a problem, but the 8k Ajp13 limit is a
rather bad, verifiable problem that should be fixed before 3.2 is released.
I am starting to think that is because I didn’t say “[PATCH]” in the subject
of the e-mails I sent the tomcat-dev mailing list before.  Will try again in
a couple days.  But I digress :-) .

Sincerely,
Jay Freeman (saurik)
saurik@saurik.com

-----Original Message-----
From: Bob Byron [mailto:bbyron@radit.com]
Sent: Wednesday, July 05, 2000 6:37 PM
To: tomcat-user@jakarta.apache.org
Subject: VirtualHost and static/JSP files.

I am interested in serving JSP from Tomcat and static data from Apache using
VirtualHost.  I have gotten the system to work on a non VirtualHost machine,
however, I am not sure how to get the concept to work utilizing VirtualHost
hosts.

Bob Byron
RAD Systems, Inc.
www.radit.com <http://www.radit.com>
(972)516-4256