----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Hi!

i run apache 1.3.12, jserv 1.1.2, sun's jdk 1.2.2.

i have the default servlet engine (started with apache) with the default
configuration. i also start another engine manually on port 8010.

i needed to run two engine with two different classpaths, and as far as i
know this requires two separate jserv engines, with different
jserv.properties.

so i mounted the default root zone on the main server and had a virtual host
mount the second engine's zone (ApJServMount /servlet
ajpv12://localhost:8010/zone).

when i try to access a servlet (cocoon, ApJServAction .xml
/servlet/org.apache.cocoon.Cocoon), i get a 404 error:

"Not Found

The requested URL /servlet/org.apache.cocoon.Cocoon was not found on this
server.


Apache/1.3.12 Server at fusion3-old.neuro6.com Port 80"


in my mod_jserv log, i have:


(ERROR) ajp12: Servlet Error: ClassNotFoundException:
org.apache.cocoon.Cocoon

on my engine's log i have:

org.apache.jserv.JServ: init

and no org.apache.cocoon.Cocoon: init like before (it is a startup servlet).

my problem is that the jar file is indeed in the jserv.properties file.
anyways i kept the same wrapper configurations as when i was running only
one engine (and it was running fine then).

BTW, i solved my problem with my previous message, there seems to be a
confilc between "Options MultiViews" and the servlet engine, i turned the
multi option off and everything came back to normal.


thanks in advance for your help.


vincent



--
--------------------------------------------------------------
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