You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Shu Yan Chan (UK)" <sh...@eu.citrix.com> on 2000/08/18 15:30:48 UTC

How to delete all reference to JServ

I have previously installed Apache and JServ on Linux, now I want to switch
to tomcat 3.l1
I believed that I have removed all reference of jserv but it seems not the
case:
The following is the mod_jserv.log when I tried to access the servlet (or
indeed when I tried to pass anything to tomcat in the same machine)
Apache web server is happily talks to other tomcat servers on other
machines, and the tomcat is happily serving request via 8080...

[17/08/2000 13:52:58:495] (ERROR) wrapper: cannot open
./conf/jserv.properties file
[17/08/2000 13:52:58:496] (ERROR) an error returned initializing protocol
"wrapper"
[17/08/2000 13:52:58:496] (ERROR) in init all protocols "wrapper" returned
an error
[17/08/2000 13:52:58:496] (EMERGENCY) Error initializing protocols

Is there any reference/URL I coudl look up on this matter?

Thanks.

Yours,
SHu Yan

RE: How to delete all reference to JServ

Posted by "Abhilash V. Sonwane" <ab...@elitecore.com>.
including the line
include /opt/tomcat/conf/tomcat-apache.conf 
in httpd.conf
shud solve ur problem. 
Change the path of tomcat according to ur installation

-----Original Message-----
From: Shu Yan Chan (UK) [mailto:shuyan.chan@eu.citrix.com]
Sent: Friday, August 18, 2000 7:01 PM
To: tomcat-user@jakarta.apache.org
Subject: How to delete all reference to JServ


I have previously installed Apache and JServ on Linux, now I want to switch
to tomcat 3.l1
I believed that I have removed all reference of jserv but it seems not the
case:
The following is the mod_jserv.log when I tried to access the servlet (or
indeed when I tried to pass anything to tomcat in the same machine)
Apache web server is happily talks to other tomcat servers on other
machines, and the tomcat is happily serving request via 8080...

[17/08/2000 13:52:58:495] (ERROR) wrapper: cannot open
./conf/jserv.properties file
[17/08/2000 13:52:58:496] (ERROR) an error returned initializing protocol
"wrapper"
[17/08/2000 13:52:58:496] (ERROR) in init all protocols "wrapper" returned
an error
[17/08/2000 13:52:58:496] (EMERGENCY) Error initializing protocols

Is there any reference/URL I coudl look up on this matter?

Thanks.

Yours,
SHu Yan