You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Eric White <er...@numaxima.com> on 2003/09/29 02:14:19 UTC

FYI: [PATCH] Jetty Config XML - WARN!! DEPRECATED: use addWebApplicaton(host,path,webapp)

Please apply this change to the CVS repository.

See: http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-94


snip...

This patch changes the jetty-config.xml to perform two nested calls
during the web application context initialization. These nested calls
set the default descriptor and extract war properties. 

The warning message displayed without the patch is: 


    [java] 11:22:36,578 INFO [Jetty]
jetty.home.dir=/home/ewhite/java/geronimo/ 
srcroot/incubator-geronimo/target/geronimo-DEV/deploy/jetty 
    [java] 11:22:36.923 WARN!! DEPRECATED: use
addWebApplicaton(host,path,webapp 
) 
    [java] 11:22:37.095 EVENT Starting Jetty/4.2.12


snip...

Thanks,
Eric