Marco Berlinghieri wrote:
> I have the same problem with Win95 and JDK 1.1.8
>
> > I'm trying to run servelts on my Apache web server
> but I cannot set up
> > JSERV
> > On my Win98, I've :
> > - Apache 1.3.6
> > - JDK 1.2
> > - JSDK 2.0
> > - and Apache JSERV 1.0b5.
> >
> > I didn't change anything that the Windows installer
> put in JSERV
> > configuration files.
> > I can reach the dynamic HTML page jserv status but
> not my own servlets
> > : the web server send me back an Internal Server
> Error.
> >
> >
> > In the mod_jserv.log file, I get :
> > (EMERGENCY) ajp11: can not connect to host
> 127.0.0.1:8007
> > (EMERGENCY) ajp11: connection fail
> > (ERROR) an error returned handling request via
> protocol "ajpv11"
> >
> >
> > and it seems there's nothing running on port 8007
> >
> > I've tried many different ways but no luck...
> >
> > Than's in advance for your help.
> >
> >
> >
> > --
> > :-))
> > Robert Carrillo
> >
> > Email : [EMAIL PROTECTED]
> > Phone : (33) 04 93 14 23 34 Fax : (33) 04 93
> 14 23 00
> > Address: BULL St Laurent du Var - FRANCE
> >
> >
> >
> >
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
> -- --------------------------------------------------------------
> 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]
do you still have the source?
there is an example directory!
if you go to the httpd.conf file and put a line in equiv to
Include /path/to/apachejserv/example/jserv.conf
that should do it
restart apache
go to your browser and type yourserver.com/example/Hello
-- --------------------------------------------------------------
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]