I tried two things:
1) Adding the following into my Tomcat server.xml <Context docBase="/opt/cocoon/build/webapp" path="cocoon" debug="0" privileged="true"/> But when I try to hit http://localhost:8080/cocoon I get a 404 error: type Status report
message /cocoon
description The requested resource (/cocoon) is not available.
This is what I have:
<Context path="/cocoon-2.0" docBase="D:\cocoon-2.0\build\cocoon\webapp\" debug="0" reloadable="true"/>
<Context path="/cocoon-2.1" docBase="D:\cocoon-2.1\build\webapp\" debug="0" reloadable="true"/>
and both work in parallel.
2) Copying /opt/cocoon/build/webapp to /opt/tomcat/webapps/cocoon
But when I tried starting tomcat in this manner it complains about XML parsing stuff.
Can you tell what exactly? Do you have a JDK 1.4 in use and already heard of endorsed libs problem?
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
