Hi,
I've successfully deployed and run tests against the Sample Servlet that
comes with Cactus, but when I try to do the same thing with my own
simple project I get the following error in my log file.  I'm not sure
whats wrong here, I'm basically using the exact same build file as the
Sample project (in fact, I just modified it) but I keep getting this
error.  Any suggestions?
Thanks a lot,
Daws
ps - my web app gets "cactified", and then it says "running tests",
deletes the existing directories, but then just hangs.  I think there
may be some kind of error starting tomcat, but not sure and don't
understand why?


Mar 10, 2005 3:14:07 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8081
Mar 10, 2005 3:14:08 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 646 ms
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.0.28
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardHost
getDeployer
INFO: Create Host deployer for direct deployment ( non-jmx ) 
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardHostDeployer
install
INFO: Installing web application at context
path /cactus-sample-cactified from URL
file:/tmp/cactus/tomcat5x/webapps/cactus-sample-cactified
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
Mar 10, 2005 3:14:08 PM org.apache.catalina.core.StandardContext start
SEVERE: Context startup failed due to previous errors
Mar 10, 2005 3:14:08 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8081
Mar 10, 2005 3:14:08 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 840 ms

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

Reply via email to