I have built jboss-3.2.3 using docs example ant xml script to run using tomcat 5.
Apparently it works fine BUT as I add nukes.ear (last release) to deploy directory I receive next error:
21:22:19,616 INFO [Tomcat5] deploy, ctxPath=, warUrl=file:/home3/jboss-3.2.3/server/tomcat5/tmp/deploy/tmp61242nukes.ear-contents/nukes.war/
21:22:19,628 INFO [Tomcat5] Already exists, unregistering jboss.web:j2eeType=WebModule,name=//localhost/,j2eeApp=none,j2eeServer=jboss
21:22:19,638 ERROR [MainDeployer] could not start deployment: file:/home3/jboss-3.2.3/server/tomcat5/tmp/deploy/tmp61242nukes.ear-contents/nukes.war
org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.management.InstanceNotFoundException: jboss.web:j2eeType=WebModule,name=//localhost/,j2eeApp=none,j2eeServer=jboss is not registered.)
and even tomcat stops working.
Everything works fine using jboss-3.2.3-tomcat-4.1.29.