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

2001-11-19 Thread David Jencks
Apparently I wasn't quite clear. I didn't want to put tools.jar in the jetty sar since we can't distribute it. So I put a symlink to it in lib/ext and put it in the jetty sar classpath element. Then, jasper wouldn't work (said it couldn't find servlet classes and jasper classes) unless servlet.j

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 rather

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 >

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

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 -org.mortbay.ftp

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 WebIntegrationUni

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

2001-11-18 Thread Julian Gosnell
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 to run ?