Today I started from null... what means I got the last nightly build from the cactus-framework, the servlet-sample, ant integration and doc.
Then I installed jboss-3.0.6_tomcat-4.1.18 (tomcat integrated). JBoss runs properly, tomcat as well. The next step was to change in the sample servlet the jboss3x script.
- <java jvm="${cactus.jvm}" classname="org.jboss.Main" fork="yes">
+ <java jvm="${cactus.jvm}" classname="org.jboss.Main" fork="yes"
+ dir="${cactus.home.jboss3x}/bin">Then I configured the properties file of the sample servlet. And tried the ant task test for the build file of the sample. JBoss did not run because of an Error (there was the a jar file missing wich is actually avalaible). So I made the war file with the war task ant put it into the deployment folder from jboss. So I did you sample manually it works, but I can`t use it with ant. So my question: Is this sample allready tested for jboss-3.0.6_tomcat-4.1.18? Made I myself a mistake, or/and could you help me?
Thx a lot
Greetz Peter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
