Download the 3.0.6 tomcat version (scroll down the list) and just unzip in, say, /jboss. When you deploy your webapp to the /jboss/server/default/deploy directory it will take care of deploying it to the tomcat directory. I thought you were having a problem starting it up so make sure you can launch without incident before you put additional stuff in the deploy directory.
----- Original Message ----- From: "John Kunchandy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 24, 2003 6:03 AM Subject: [JBoss-user] Jboss new bie startup Problem > Hi Rod > > Thanks for your help and suggestions.I have downloaded the jboss-3.0.6 > version from source forge.net > But i do not know how to intergrate it with tomcat server.When I copied the > folder for tomcat-4.1.x from the jboss-3.0.4_tomcat-4.1.12 bundle and placed > it in the jboss-3.0.6 folder and started the Jboss server it throws an error > and the Tomcat server doesnot start .Could you please tell me how I should > go about integrating Jboss and Tomcat to start by starting jboss alone.Also > is it important for running JSP or servlets that are looking up beans that i > shoudl start both servers topgether? > When I start jboss and tomcat individually the beans are deployed in the > container and I can access the beans from a Java client application but when > I try to acces the beans from the Servlet or JSP page placed in the war > folder it throws an error that it cannot find the remote and home > interfaces.Please guide me to be able to set up my Server to be able top > start both Jboss and Tomcat in one go and be able to access the beans from > botha client application and from a JSp page and a servlet. > Thanks once again for youe timely help in pointing me in the right direction > but I am still noe being able to resolve the issue. > Please help me out. > > Regards > John Kunchandy > ----- Original Message ----- > From: "Rod Macpherson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, February 23, 2003 11:42 PM > Subject: Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs > > > : If it were me I would make sure my JDK_HOME referenced a valid JDK > : installation. Also make sure IIS web server is not running although that's > : going to be on ports 80 and 443 by default. Failing that try 3.0.6 with > : tomcat and then without if that's not successful. > : > : ----- Original Message ----- > : From: "John Kunchandy" <[EMAIL PROTECTED]> > : To: <[EMAIL PROTECTED]> > : Sent: Sunday, February 23, 2003 5:46 AM > : Subject: Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #3851 - 15 msgs > : > : > : > Hi all > : > > : > I have recently installed jboss-3.0.4_tomcat-4.1.12 on my Windows 2000 > : > Professional machine which has been downloaded from the jboss site. > : > I unzipped the files and tested the installation by running run.bat. > : > But this error is thrown every time that the server starts and I am not > : able > : > to access http://localhost:8080 or > : > http://localhost:8082 from my machine . > : > The pages are not being found.Tomcat is not starting up when I try to > : start > : > JBOSS. > : > Could you please help me out here.Is there somethign I have missed out > in > : > the whole process? > : > The error I receive on starting JBOSS is given below. > : > All help is greatly appreciated. > : > > : > Error : > : > > : > 19:08:21,332 INFO [MainDeployer] Deployed package: > : > file:/D:/jboss-3.0.4_tomcat- > : > 4.1.12/server/default/deploy/tomcat41-service.jar > : > 19:08:21,412 ERROR [URLDeploymentScanner] Failed to deploy: > : > org.jboss.deployment > : > [EMAIL PROTECTED] > : > url=file:/D:/jboss-3.0.4_tom > : > cat-4.1.12/server/default/deploy/tomcat41-service.xml, > : > deployedLastModified=0 } > : > org.jboss.deployment.DeploymentException: instantiating > : > org.jboss.web.catalina.E > : > mbeddedCatalinaService41 failed: java.lang.NoClassDefFoundError: > : > org/apache/cata > : > lina/Context; - nested throwable: (RuntimeErrorException: instantiating > : > org.jbos > : > s.web.catalina.EmbeddedCatalinaService41 failed: > : > java.lang.NoClassDefFoundError: > : > org/apache/catalina/Context > : > Cause: java.lang.NoClassDefFoundError: org/apache/catalina/Context) > : > at > : > org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java > : > :155) > : > at > : > org.jboss.system.ServiceController.install(ServiceController.java:225 > : > ) > : > at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) > : > at > : > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > : > sorImpl.java:25) > : > at java.lang.reflect.Method.invoke(Method.java:324) > : > at > : > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea > : > nDispatcher.java:284) > : > at > : > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > : > at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) > : > at $Proxy3.install(Unknown Source) > : > at org.jboss.deployment.SARDeployer.create(SARDeployer.java:209) > : > at > org.jboss.deployment.MainDeployer.create(MainDeployer.java:760) > : > at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:620) > : > at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585) > : > at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) > : > at > : > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > : > sorImpl.java:25) > : > at java.lang.reflect.Method.invoke(Method.java:324) > : > at > : > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea > : > nDispatcher.java:284) > : > at > : > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > : > at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) > : > at $Proxy4.deploy(Unknown Source) > : > at > : > org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen > : > tScanner.java:435) > : > at > : > org.jboss.deployment.scanner.URLDeploymentScanner.scanDirectory(URLDe > : > ploymentScanner.java:656) > : > at > : > org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS > : > canner.java:507) > : > at > : > org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A > : > bstractDeploymentScanner.java:261) > : > at > : > org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1 > : > 65) > : > at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) > : > at > : > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > : > sorImpl.java:25) > : > at java.lang.reflect.Method.invoke(Method.java:324) > : > at > : > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea > : > nDispatcher.java:284) > : > at > : > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > : > at > : > org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl > : > ler.java:978) > : > at $Proxy0.start(Unknown Source) > : > at > : > org.jboss.system.ServiceController.start(ServiceController.java:398) > : > at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) > : > at > : > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > : > sorImpl.java:25) > : > at java.lang.reflect.Method.invoke(Method.java:324) > : > at > : > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea > : > nDispatcher.java:284) > : > at > : > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > : > at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) > : > at $Proxy3.start(Unknown Source) > : > at org.jboss.deployment.SARDeployer.start(SARDeployer.java:249) > : > at > org.jboss.deployment.MainDeployer.start(MainDeployer.java:807) > : > at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:621) > : > at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585) > : > at > org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:569) > : > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > : > at > : > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > : > java:39) > : > at > : > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > : > sorImpl.java:25) > : > at java.lang.reflect.Method.invoke(Method.java:324) > : > at > : > org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBea > : > nDispatcher.java:284) > : > at > : > org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) > : > at > org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324) > : > at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221) > : > at org.jboss.Main.boot(Main.java:148) > : > at org.jboss.Main$1.run(Main.java:381) > : > at java.lang.Thread.run(Thread.java:536) > : > Caused by: RuntimeErrorException: instantiating > : > org.jboss.web.catalina.EmbeddedC > : > atalinaService41 failed: java.lang.NoClassDefFoundError: > : > org/apache/catalina/Con > : > text > : > Cause: java.lang.NoClassDefFoundError: org/apache/catalina/Context > : > at > : > org.jboss.mx.server.MBeanServerImpl.handleInstantiateExceptions(MBean > : > ServerImpl.java:883) > : > at > : > org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java: > : > 816) > : > at > : > org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java: > : > 266) > : > at > : > org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java: > : > 293) > : > at > org.jboss.system.ServiceCreator.install(ServiceCreator.java:86) > : > at > : > org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfig > : > .system.ServiceConfigurator.install(ServiceConfigurator.java > : > :130) > : > ... 55 more > : > 19:08:21,442 INFO [MainDeployer] Starting deployment of package: > : > file:/D:/jboss > : > -3.0.4_tomcat-4.1.12/server/default/deploy/user-service.xml > : > 19:08:21,452 INFO [MainDeployer] Deployed package: > : > file:/D:/jboss-3.0.4_tomcat- > : > 4.1.12/server/default/deploy/user-service.xml > : > > : > > : > > : > > : > > : > Thanks and Best regards > : > John Kunchandy > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.456 / Virus Database: 256 - Release Date: 2/18/2003 > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
