I am trying to run the servlet sample that comes packaged with the 1.6.1 distribution of Cactus. I believe that I have all of the properties in the cactus.properties file configured correctly, but when I actually run the test from the Ant task at the command line I get:
BUILD FAILED file:C:/java_tools/jakarta-cactus-13-1.6.1/samples/servlet/build.xml:321: Failed to start the container after more than [180000] ms. Trying to connect to the [http://localhost:8080/cactus-sample-servl et-cactified/ServletRedirector?Cactus_Service=RUN_TEST] test URL yielded a [-1] error code. Please run in debug mode for more details about the error. I have specifically told it to use port 8765 in my build.properties file as well as my build.xml. Why is it still looking at 8080? build.properties: cactus.home.jboss3x = c:/jboss-3.2.4 cactus.port = 8765 build.xml: <!--<property name="cactus.port" value="8080"/>--> <property name="cactus.port" value="8765"/> TIA, Bryan __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
