Hi,

With Maven-1.0.1, cactus-maven-1.6.1, jakarta-tomcat-5.5.1, I get the
following error :

[cactus] [DEBUG] Execute:Java13CommandLauncher: Executing
'/usr/java/j2sdk-1.4.2/jre/bin/java' with arguments:
'-Dcactus.contextURL=http://localhost:8080/justevaleur-cactus'
'-Dcatalina.home=/home/loic/personnel/jakarta-tomcat-5.5.1'
'-Dcatalina.base=/tmp/cactus/tomcat5x'
'-classpath'
'/home/loic/personnel/jakarta-tomcat-5.5.1/bin/bootstrap.jar:/usr/java/j2sdk-1.4.2/lib/tools.jar'
'org.apache.catalina.startup.Bootstrap'
'start'

The ' characters around the executable and arguments are
not part of the command.

    [cactus] [DEBUG] Checking if server is up ...
    [cactus] [DEBUG] Failed to connect to
http://localhost:8080/justevaleur-cactus/ServletRedirector?Cactus_Service=RUN_TEST
 (Connection refused)

which is explained by this :

/usr/java/j2sdk-1.4.2/jre/bin/java
-Dcactus.contextURL=http://localhost:8080/justevaleur-cactus
-Dcatalina.home=/home/loic/personnel/jakarta-tomcat-5.5.1
-Dcatalina.base=/tmp/cactus/tomcat5x -classpath
/home/loic/personnel/jakarta-tomcat-5.5.1/bin/bootstrap.jar:/usr/java/j2sdk-1.4.2/lib/tools.jar
 org.apache.catalina.startup.Bootstrap start
Created MBeanServer with ID:
30e280:1009914a6d7:-8000:localhost.localdomain:1
Dec 3, 2004 2:18:15 PM org.apache.tomcat.util.digester.Digester
startElement
SEVERE: Begin event threw exception
java.lang.ClassNotFoundException:
org.apache.coyote.tomcat5.CoyoteConnector

Is the bootstrap.jar supposed to be enough to find other tomacat 5.5.1
jars ? How could I fix this ? 

What is more, my cactified war does not appear in my tomcat webapp dir,
which seems strange. My maven build.properties for cactus contains just
one line :

cactus.home.tomcat5x=/home/loic/personnel/jakarta-tomcat-5.5.1

Any help would be appreciated.

Thanks in advance.

LoÃc



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

Reply via email to