----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Guys,
I did my upgrade to 1.1, Kudos's on the cleanup of the building and
installing, I was never able to get any of the beta's to build on my Solaris
boxes.
I'm still having problems though getting multiple JVM's running with distict
bind addresses.
When I configure my first address, I'm using the autoload feature, and it
works great...
When I configured the second one, I use the manual load, and run the java
like so using a script with a passed parameter:
#!/bin/sh
/usr/local/apache/bin/httpd -f /usr/local/apache/conf/$1.httpd.conf &
java -cp /usr/local/jserv/lib/ApacheJServ.jar:/usr/JSDK2.0/lib/jsdk.jar
org.apache.jserv.JServ /usr/local/apache/conf/jserv/$1.jserv.properties &
When I look at the status page (/jserv/) i get this:
ApJServProperties
/usr/local/apache/conf/jserv/webzilla-demo-dev.jserv.properties (IGNORED)
I have no idea what's going on. When I try to run a simple servlet (Hello)
it just hangs and doesn't give any output to the logs.
Nothing else is using that IP and I don't get any bind error messages.
Any ideas?
Don
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of jon *
> Sent: Monday, February 07, 2000 11:33 AM
> To: Java Apache Users
> Subject: Re: Multiple JVM's, Bind to specific IP
>
>
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> on 2/7/00 11:25 AM, Don O'Neil <[EMAIL PROTECTED]> wrote:
>
> > Jon,
> > That explains everything... next question, can I have 1.1 and
> 1.0 running
> > at the same time on the same box or do I need to migrate to 1.1
> accross the
> > board?
> >
> > Don
>
> In order to get this functionality, you will need to use 1.1. ;-)
>
> You can do the following:
>
> C Java
> 1.0 1.0.jar via AJP11
> 1.1 1.0.jar via AJP11
> 1.1 1.1.jar via AJP12
>
> Make sense?
>
> -jon
>
> --
> Come to the first official Apache Software Foundation
> Conference! <http://ApacheCon.Com/>
>
>
>
>
> --
> --------------------------------------------------------------
> 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]
>
>
>
--
--------------------------------------------------------------
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]