-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Here is the solution to the problem that I was facing

You need to run the second instance of Jserv manually using,

java org.apache.jserv.JServ jserv.properties 

Also, you need to have all the appropriate settings for the ports 
as mentioned in the previous emails on this subject.

Special thanks to Pierpaolo  ([EMAIL PROTECTED]) and 
Nimret ([EMAIL PROTECTED]).

Regards,
Venu

----- Original Message ----- 
From: Pierpaolo Fumagalli <[EMAIL PROTECTED]>
To: Java Apache Users <[EMAIL PROTECTED]>
Sent: Tuesday, August 10, 1999 1:17 PM
Subject: Re: Two instances of Apache


-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Pierpaolo Fumagalli wrote:
> 
> -----------------------------
> Please read the FAQ!
> <http://java.apache.org/faq/>
> -----------------------------
> 
> Venu Jadcherla wrote:
> >
> > I still get the same error with the ApJServMount setting. I am
> > curious to know why I need to have a setting for "Listen" in the
> > httpd.conf file to get the servlets to work. I was trying to get
> > Jserv to work just by modifying the "Port" setting and I get
> > the NullPointerException when I call:
> >
> > localhost:81/servlets/TestServlet...
> >
> > When I add "Listen localhost:8100" to the httpd.conf file, things seem
> > to work (localhost:8100/servlets/TestServlet...).
> >
> Send me all your configuration files... I'll take a look @ 'em!
> 
I've seen your configs... They are more than perfect... This is WEIRD!

Try to do one thing... In both files (mod_jserv.conf and
mod_jserv1.conf) set ApJServManual to true, then open two different dos
prompts, set PATH and CLASSPATH as you specified them in the two
jserv.properties, then just run
  java org.apache.jserv.JServ jserv1.properties 
and 
  jview org.apache.jserv.JServ jserv.properties 
And see what happens there... there must be something going wrong...
Also, send me all your log files (apache error logs and jserv logs!!)
-- 
Pierpaolo Fumagalli - IBM Center for Java Technologies
<mailto:[EMAIL PROTECTED]>   <mailto:[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]

Reply via email to