AW: [JBoss-dev] Deploying Dirs to Jetty ...

2002-03-11 Thread Jung , Dr. Christoph
] Deploying Dirs to Jetty ... Christoph, I've had a closer look at the Jetty code propmpted by your question, and I've found a bug in the deployment which will throw an exception if extractWars is true it is a directory that is being deployed. Fix is coming. Is your question motivated by having

Re: AW: [JBoss-dev] Deploying Dirs to Jetty ...

2002-03-11 Thread Jan Bartel
]] Gesendet: Sonntag, 10. März 2002 03:42 An: Jung , Dr. Christoph Cc: Jboss-Development ([EMAIL PROTECTED]) Betreff: Re: [JBoss-dev] Deploying Dirs to Jetty ... Christoph, I've had a closer look at the Jetty code propmpted by your question, and I've found a bug in the deployment which will throw

Re: [JBoss-dev] Deploying Dirs to Jetty ...

2002-03-09 Thread Jan Bartel
Christoph, From a cursory inspection of the Axis code, it should work as it is (ie by creating and populating a directory on the fly). The underlying Jetty instance certainly supports deployment of directories, as well as deployment of wars etc. So long as the AbstractWebContainer method

Re: [JBoss-dev] Deploying Dirs to Jetty ...

2002-03-09 Thread Jan Bartel
Christoph, I've had a closer look at the Jetty code propmpted by your question, and I've found a bug in the deployment which will throw an exception if extractWars is true it is a directory that is being deployed. Fix is coming. Is your question motivated by having tried a deployment and

[JBoss-dev] Deploying Dirs to Jetty ...

2002-03-08 Thread Jung , Dr. Christoph
Hi there, is it (or should it) still be possible to deploy already extracted web-applications with Jetty? In version 1.53 of org.jboss.jetty.Jetty, there is a property called unpackWars (default set to true?) which seems to force Jetty to JarExtract every deployment it gets hold