[JBoss-user] Adding a context programmatically in Jetty Service

2002-06-04 Thread Julien Viet
Hi all, I would like to add programmatically a Context to the Jetty Web server in my MBean. I see a method addContext(..,..) in jboss.web:Jetty=0 MBean but I don't see some methods to remove that context later when my MBean will unregister. I don't want to create a .war on the disk and

Re: [JBoss-user] Adding a context programmatically in Jetty Service

2002-06-04 Thread Jules Gosnell
The war route is meant to be the simple route It goes like this. Pre-servlet 2.2. spec, the way that a servlet was packaged and deployed was not described at all. Each webcontainer dreamt up it's own unique configuration mechanism for doing this. With Servlet 2.2 we finally saw the

Re: [JBoss-user] Adding a context programmatically in Jetty Service

2002-06-04 Thread Neal Sanche
I back up what Jules has said, and add this: Netbeans 3.3.1 has integrated support for building and managing the filesystems of WAR files. It can even test those WAR files with the Tomcat software... I'd thought a few times about figuring out how to get JBoss to work with that system, but