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.jar -org.mortbay.jetty.nbio.jar -org.mortbay.jetty.jmx.jar -org.mortbay.jetty.sasl.jar -org.mortbay.tools.jar -cryptix-sasl-jetty.jar I find that I need in lib/ext to make jasper work: tools.jar (not provided) javax.servlet.jar org.apache.jasper.jar Any idea why? What do you think of this much repackaging? In addition, I am considering using the local-directory feature of sars to install the jetty.properties, jetty.xml, and webdefault.xml files into db/jetty-config/. Is this a good idea? (going into a subdirectory of db may not be the best place, but it is where the local-directory feature currently puts things) Thanks david jencks On 2001.11.18 20:37:20 -0500 Julian Gosnell 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 ; > > 1. Is JBossSX working in RH yet, or am I wasting my time trying to get > the testsuite's WebIntegrationUnitTestCase to run ? > > I look up the JBossSX Security Context once for each WebApp > > 2. I look up the securityMgr on EVERY authenticate() - could I do this > ONCE on WebApp creation ? > > 3. I look up the realmMapping EVERY time I need doesUserHaveRole() - > ditto ? > > > Thanks for your time, > > > > Jules > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
