I got it to work! You need to use the old mod_jserv.

I am convinced that if you use mod_webapp or mod_jk you CANNOT have
virtual hosts run their own instances of Tomcat (I am not talking
standalone here, I am talking Apache virtual hosts). The closer I read
the docs on these modules, the more I thought that they didn't support
it, even though they don't come right out and say it.

mod_webapp will cause the app servers to fail on startup if there are
more than one WebAppConnection. mod_jk forces you to point Apache to
only one workers.properties file which has the ports of the app
server.

So I am using Tomcat 3.2.3 with mod_jserv. The documentation with this
release of Tomcat explains very nicely how to setup virtual hosts with
mod_jserv, but the docs also try to talk you out of using mod_jserv
and using mod_jk instead.

I don't think mod_jserv works with Tomcat 4, so then there would be no
way to do this under version 4. I don't think I am giving anything up
by using the older stuff. Tomcat 3.2.3 was the most recent version
that I could find that had a corresponding binary of mod_jserv.

Now I thought that new releases of software generally were supposed be
better than reivous releases. At least no worse.




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to