----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Hmm ... that all looks Ok. I assume ps shows java running?
And does netstat show anything listening on 8007?
- Fernando
> Hi Fernando
> I am using this:
>
> #!/bin/sh
> # Launch jserv in manual mode.
> #jdk=/usr/local/jdk1.2.2/lib
> jsdk=/usr/local/JSDK2.0/lib/jsdk.jar
> jserv=/usr/lib/apache/ApacheJServ.jar
> props=/etc/httpd/conf/jserv/jserv.properties
> log=/etc/httpd/logs/jserv.log
> classes=$jsdk:$jserv
> java -classpath $classes org.apache.jserv.JServ $props &> $log
>
> regards
> Palli
>
> -----Original Message-----
> From: Fernando Salazar [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 02, 2000 3:02 PM
> To: Java Apache Users
> Subject: RE: apache - jserv on seperate machines
>
>
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> What script are you using to start JServ on on 'vajserv'?
>
> - Fernando
>
> >
> > JSERV: JServ 1.1-2
> > APACHE: Apache 1.3.9
> > OS: Linux, Red Hat 6.1
> >
> > I have two machines and I want to have Apache running on one and use
> > another for servlets using Jserv.
> > But I doesn´t seem to work for me. The mod_jserv.log always tells me
> > that connection failed using protocol ajp12
> > I have look through the faq and haven´t find anything so I would be
> very
> > grateful if you could help me.
> >
> > Here is some paremeters that are in my config´s
> > Apache(www)
> > jserv.conf
> > ApJServManual on
> > ApJServDefaultProtocol ajpv12
> > ApJServDefaultHost vajserv
> > ApJServDefaultPort 8007
> > ApJServSecretKey DISABLED
> >
> > jserv.properties
> > wrapper.classpath=/usr/lib/apache/ApacheJServ.jar
> > wrapper.classpath=/home/httpd/classes/servlet-2.0.jar
> > security.authentication=false
> >
> > JServ(servlets)
> > jserv.conf
> > ApJServManual on
> > ApJServDefaultProtocol ajpv12
> > ApJServDefaultPort 8007
> > ApJServSecretKey DISABLED
> >
> > jserv.properties
> > security.allowedAddresses=127.0.0.1,vawebber
> > security.authentication=false
> >
> > best regards
> > Palli
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > 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]
>
>
>
> --
> --------------------------------------------------------------
> 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]