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
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
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
>
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
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
>
> 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
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 ?