so i set up a ApJservMount  /servlets /root
and i have a servlet zone called root.
i created directory /usr/local/apache/servlets and placed the Hello.class
file there.
mod_jserv.log shows JServ is fired up.

then i make a request through localhost on port 8007:
http://127.0.0.1/servlets/Hello

netscape accepts on port 8007 and the session hangs forever.
my log shows the connection is made:
[21/06/1999 16:47:04:948 PDT] Connection from localhost/127.0.0.1
[21/06/1999 16:47:04:948 PDT] Initializing servlet request
[21/06/1999 16:47:04:948 PDT] Reading request data

it does not matter what i put in the URL.
it always hangs on the read and never comes back

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Damian Fauth
> Sent: Sunday, June 20, 1999 4:29 PM
> To: [EMAIL PROTECTED]
> Subject: Re: error starting mod_jserv.c
>
>
> "Michael Moores (@synthsoft)" wrote:
> >
> > hey there,
> > i am evaluating JServ as an alternative to C/CGI and perl....
> > just built and installed apache 1.3.6,
> > JDL 1.1.7, JSDK 2.0, JServ 1.0 on redhat 6.0. (last used apache 3 years
> > ago..)
> >
> > pretty darned sure i got the .conf files correct.
> > i followed a few FAQ-O-Matic files in Apache JServ
> > 1.0-->Installation-->Unix:
> > Step by Step: DSO Installation of Apache JServ, RH 5.2 and Apache 1.3.3
> > (etc)
> >
> > all i get is this in mod_jserv.log:
> >
> > [21/06/1999 12:20:27:322] (ERROR) an error returned
> initializing protocol
> > "wrapper"
> > [21/06/1999 12:20:27:322] (ERROR) in init all protocols
> "wrapper" returned
> > an error
>
> This indicates a problem starting the JServ engine, that is the
>
> /path/to/java -classpath /path/to/jserv.jar org.apache.jserv.JServ
> conf/jserv.properties
>
> command that is determined from your wrapper.* entries in
> jserv.properties. When I have had this problem, I have switched
> ApJservManual to "on" and started the servlet engine manually from a
> shell script, to work out which parameters are incorrect and then used
> this to fix the jserv.properties
>
> Hope this is helpful.
>
> Damian
>
> --
> Damian Fauth                                       201 Sussex Street
> Software Engineer                                   Sydney, NSW 2000
> John Fairfax Holdings Ltd                                  Australia
> [EMAIL PROTECTED]                    Ph. (+612) 9282 3528
>



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

Reply via email to