Re: [JBoss-dev] JBoss3/Jetty4 JBossSX integration...

2001-11-19 Thread Julian Gosnell
H... I've given this a little more thought and The Servlet API should probably be part of JBoss and not the WebContainer implementation since it comprises part of the Specification of the Application Server. This prevents e.g hotswapping between e.g. 2.2 and 2.3 WebContainers, but

Re: [JBoss-dev] JBoss3/Jetty4 JBossSX integration...

2001-11-18 Thread Scott M Stark
Scott, Due to various changes in Jetty I am having to rework the Security integration. My authenticate() is not working and I'm afraid that I have a few simple questions ; 1. Is JBossSX working in RH yet, or am I wasting my time trying to get the testsuite's WebIntegrationUnitTestCase

Re: [JBoss-dev] JBoss3/Jetty4 JBossSX integration...

2001-11-18 Thread David Jencks
Julian, I spent a little time this weekend making jars in sars work, with Jetty as an example. If no one objects, I might check it in later tonight. What I've done/ found that works is: jetty-plugin.sar contains -previous contents (classes for the plugin) -org.mortbay.jetty.jar

Re: [JBoss-dev] JBoss3/Jetty4 JBossSX integration...

2001-11-18 Thread Julian Gosnell
Thanks for you're prompt answer,Scott. I'll take another look at this today, Jules Scott M Stark wrote: Scott, Due to various changes in Jetty I am having to rework the Security integration. My authenticate() is not working and I'm afraid that I have a few simple questions

Re: [JBoss-dev] JBoss3/Jetty4 JBossSX integration...

2001-11-18 Thread Julian Gosnell
David Jencks wrote: Julian, I spent a little time this weekend making jars in sars work, with Jetty as an example. If no one objects, I might check it in later tonight. I look forward to playing with it - thanks. What I've done/ found that works is: jetty-plugin.sar contains