I am attempting to install and run cocoon2 under Tomcat 3.2.2 on RH Linux
7.1 with Java 1.3.1_02

I am having all sorts of bizarre problems...

1) The xerces 1.4.4 that came with the cocoon distribution would not work,
with it I got NoClassFoundExceptions on startup (and yes, I removed
jaxp.jar and renamed parser.jar to zparser.jar and confirmed it did appear
later in the classpath)

2) So I went and downloaded the latest xeres1.4.4.jar from the xerces web
site and installed it into the Tomcat/lib directory and deleted the one
that seemed to not work properly.  

3) This ended the exception from being thrown, however TOMCAT and its java
instance simply DIE after the ContextManager adds the cocoon context.
Tomcat starts with the -verbose option end with the line "LOADED
org.apache.xerces.dom.AttributeMap" and thats it... Java instance
dies/ends, no log entries to jasper or servlet, and no logs in WEB-INF are
created.


4)Even weirder still... if I add the set TOMCAT_OPTS to the following:

-classic -Xdebug -Xnoagent -Djava.compiler=NONE

Tomcat will finish starting up, and start listening on ports, but requests
for /cocoon appear to simply hang... servlet.log shows some activity
during startup before tomcat is listening.. once it is listening it does
nothing.  At least that I can tell.

I am highly perplexed, and any help would be appreciated.

Regards,

Sean


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to