Christine, If you downloaded a JBoss distribution with tomcat (the file you downloaded should have had JBoss and Tomcat in the name), then you should run "run_with_catalina.bat" in your JBoss-2.4.4_Tomcat-4.0.1\jboss\bin directory. So, for me, since I have JBoss on my C: drive, I run:
C:\JBoss-2.4.4_Tomcat-4.0.1\jboss\bin\run_with_catalina.bat Otherwise, I believe the error/exception messages are normal if you just use run.bat. Hope that helps! Geoffeg At 11:56 PM 2/9/2002, Christine wrote: >Hi, > >I am a new user of JBoss and my OS is Windows 2000. I just downloaded >the JBoss2.4.4 with embeded Tomcat4.0.1. According to the JBoss >documentation, I ran the run.bat file to test the installation. However >there are some exception messages, although the JBoss server started. > >org.jboss.deployment.J2eeDeploymentException: application contains war >files but > no web container available > at >org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:496) > > at >org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java: >459) > at >org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190) > at java.lang.reflect.Method.invoke(Native Method) > at >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16 >28) > at >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15 >23) > at >org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395) > at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233) > at >org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371) > > at >org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103 >) > at java.lang.reflect.Method.invoke(Native Method) > at >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16 >28) > at >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15 >23) > at >org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(Conf >igurationService.java:967) > at $Proxy0.start(Unknown Source) > at org.jboss.util.ServiceControl.start(ServiceControl.java:79) > at java.lang.reflect.Method.invoke(Native Method) > at >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16 >28) > at >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15 >23) > at org.jboss.Main.<init>(Main.java:208) > at org.jboss.Main$1.run(Main.java:110) > at java.security.AccessController.doPrivileged(Native Method) > at org.jboss.Main.main(Main.java:106) > >I know the Tomcat server was not started together with JBoss server. But >according to >http://www.jboss.org/developers/jboss-tomcat.jsp > >If I want to run JBoss with an embeded servlet container use the >JBoss/Tomcat bundle which comes reconfigured to work with zero >post-install configuration. Does it mean I don't have to change any >configuration? How can I start the JBoss with embeded Tomcat? Please >help! > >regards, > >Christine > > > >_______________________________________________ >JBoss-user mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/jboss-user _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
