-
1. Re: How to start Tomcat for JBoss 3.0.7/4.1.x?
howerho Jul 30, 2003 11:31 AM (in response to howerho)Ok, I am replying to myself, because I finally figured out what happened...
Actually, the embedded has been up and running all along as soon as the Jboss is started. The reason I thought it wasn't running was :
1. I kept on trying to start Tomcat using its /bin/startup.bat
2. because I followed this article (http://www.10xsoftware.com/guides/tomcat/win2k/win2k_tomcat_jboss.html) to build the .ear file for the webapps/examples that came with the embedded Tomcat, but didn't realize in the /WEB-INF/web.xml I need to comment out the <ejb-ref> and <ejb-local-ref> at the bottom of the file. Those tags are there as examples, if I include them, the deployment will fail.
That was it! Hope my painful(and stupid) experience will help other newbies like myself.
Hower -
2. Re: How to start Tomcat for JBoss 3.0.7/4.1.x?
stasky Oct 16, 2003 11:14 AM (in response to howerho)As I am a 99% newbie myself, I have almost the same problems and didn't find the Docs you said, they are not online anymore...
I'm running JBoss for my deployed beans and need Tomcat for some SOAP Services. Can I somehow do it with the embedded one, or do I have to download a separate one?? -
3. Re: How to start Tomcat for JBoss 3.0.7/4.1.x?
howerho Oct 22, 2003 9:58 AM (in response to howerho)Though I am not familiar with SOAP, as far as Tomcat is concerned, there is no reason to prevent you from using the embeded Tomcat in Jboss.
There are plenty of sites online that have the same Jboss sample project, search Google and you'll find documentations that show you how to setup the sample proj.
Regards,
Hower