I've downloaded the JBoss-2.2.2_Tomcat-3.2.2 package, and I'm trying to get
my development environment up and running with JBoss.

When I start JBoss using the "default" configuration, everything works as
expected.  I can deploy and re-deploy applications, and hitting Ctrl-C
stops JBoss within seconds.

However, when I enable the Tomcat integration (using the run_with_tomcat.sh
script), I have problems.  The first signal is that the startup procedure
does not appear to complete.  The last few messages logged to the console
are as follows:

  | [Auto deploy] Auto deploy of 
file:/home/mikew/Servers/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy/tomcat-test.ear
  | [J2EE Deployer Default] Deploy J2EE application: 
file:/home/mikew/Servers/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy/tomcat-test.ear
  | [J2EE Deployer Default] Create application tomcat-test.ear
  | [J2EE Deployer Default] inflate and install module tomcat-test.war
  | [J2EE Deployer Default] install module tomcat-test.jar
  | [J2EE Deployer Default] add all ejb jar files to the common classpath
  | [Container factory] 
Deploying:file:/home/mikew/Servers/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/tomcat-test.ear
  | [Verifier] Verifying 
file:/home/mikew/Servers/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/tomcat-test.ear/ejb1003.jar
  | [Container factory] Deploying Optimized
  | [Container factory] Deploying NonOptimized
  | [Container factory] Deployed application: 
file:/home/mikew/Servers/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/tomcat-test.ear
  | [J2EE Deployer Default] Starting module tomcat-test.war
  | [Auto deploy] deploy, ctxPath=/jboss, 
warUrl=file:/home/mikew/Servers/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/tomcat-test.ear/web1002/
  | 2001-07-22 02:15:04 - ContextManager: Adding context Ctx( /jboss )

After that, it appears to hang.  I can access web-contexts that have
already been deployed (e.g. /examples/) but re-deployment doesn't work.
It's almost as though the auto-deployer has become wedged.  Most worrying
is that Ctrl-C will not stop the server, and I have to use "kill -9" to
regain control.

Help!

My environment is Sun's JDK-1.3.1 (I've also tried 1.3.0 and 1.4.0beta),
running on Debian Linux.

-- 
Mike


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to