You need to package your web application in a war archive and then a ear archive as per the J2ee spec. When you deploy our ear archive - your web application contexts will be setup as per your application.xml entries (in your ear archive) for your web application modules. You don't need to do anything to the tomcat4-service.xml w.r.t your contexts.
Hope that helps. Ferdinand -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Watson Sent: Wednesday, June 12, 2002 12:44 AM To: Jboss-User Subject: [JBoss-user] JBoss-3.0.0_Tomcat-4.0.3 Tomcat newbie question Hello group, This is my first posting, so please be gentle with me. I've just downloaded the JBoss-3.0.0_Tomcat-4.0.3 bundle. I've managed to get the template project compiled and deployed as per the quick start guide, the command line client works just fine. However, I'm not sure how to use the tomcat bit. I want to deploy my own non-EJB stuff in there too, specifically the Apache Cocoon XML-XSL offering. But try as I might all I get from the embedded catalina service is 'No Context configured to process this request' in the browser and a 'MAPPING configuration error for request URI ' in the server/default/log/server.log I've noticed the file server/default/deploy/tomcat4-service.xml If I try editing that, I can effective change the location of the server log, so I thought I was on the scent but I can't get it to take any notice of any <context> entries I put there. Should I be editing this file? To deploy a war, what do I need to do? I tried putting the tomcat examples.war file into /server/default/deploy. It says it's deploying it, but I can't get to it from the browser. Can anyone help me get started with this. Thanks, Christopher PS By the way ... I've also done much the same with JBoss-2.4.1_Tomcat-3.2.3 and the documentation-example sample works fine. It's web client work s fine too. If I put a war into it's deploy directory, it deployes it just fine. Also, the contexts in the webapps directory work fine too. It's just 3.0.0 that's beyond me. _______________________________________________________________ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
