----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Are we limited to only having one JServ VM per
Apache installation? I'd like to have multiple JVMs
running in one Apache - i.e. one JVM per VirtualHost.
Is this possible? The reason is that I need different
version of Java for different VirtualHosts. Or do I
need to start up multiple instances of Apache with only
the JServ part configured differently?

i.e. "pseudo" httpd.conf:

<VirtualHost A>
        jserv.properties:  wrapper.bin= jvm 1.2.2
</VirtualHost A>

<VirtualHost B>
        jserv.properties:  wrapper.bin= jvm 1.1.8
</VirtualHost B>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to