1 Sep 2005 16:56
[Off-topic] Re: Intellij IDEA
Eric Rizzo <eric.rizzo.backup <at> gmail.com>
2005-09-01 14:56:56 GMT
2005-09-01 14:56:56 GMT
On 8/30/05, Patrick Lightbody <patrick <at> jivesoftware.com> wrote: > JSP debugging will require that a plugin is created. Anyone up for it? Just switch to Eclipse - it's already provided in their WTP extension. <ducks to avoid IDE flames>Eric ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Jetty-support mailing list Jetty-support <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jetty-support
Eric
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement *
cheers
Tony Thompson wrote:
> I have an HttpServer that I am adding a WebApplicationContext to
> programmatically. The WebApplicationContext has a WebApplicationHandler
> and a couple custom handlers in it and that is all. The context path
> for the WebApplicationContext is "/" and there are virtual hosts set. I
> don't set a WAR path and I also call setDefaultsDescriptor( null ). All
> of the content is served by one of my custom handlers.
>
> I am trying to add a filter to the WebApplicationContext but, the
> filter is not executing. I know the WebApplicationContext is working
> correctly because my custom handlers are working. I added the filter to
> another WebApplicationContext (this one has a different virtual host
> plus some servlets including the Jetty DefaultServlet) in the HttpServer
> and the filter works fine there. I am using Jetty 4.2.24.
>
> Any idea what my issue might be? Seems like a remember there is some
RSS Feed