The following issue has been updated:
Updater: Eric White (mailto:[EMAIL PROTECTED])
Date: Fri, 26 Sep 2003 12:46 PM
Comment:
This is the patch:
Index: modules/web/src/deploy/jetty/jetty-config.xml
===================================================================
RCS file:
/home/cvspublic/incubator-geronimo/modules/web/src/deploy/jetty/jetty-config.xml,v
retrieving revision 1.4
diff -u -r1.4 jetty-config.xml
--- modules/web/src/deploy/jetty/jetty-config.xml 18 Sep 2003 05:15:14
-0000 1.4
+++ modules/web/src/deploy/jetty/jetty-config.xml 24 Sep 2003 19:25:55
-0000
@@ -84,7 +84,11 @@
<Arg></Arg>
<Arg>jmx-console</Arg>
<Arg><SystemProperty
name="jetty.home.dir"/>/geronimo-web-console.war</Arg>
- <Arg><SystemProperty name="jetty.home.dir"/>/webdefault.xml</Arg>
- <Arg type="boolean">true</Arg>
+ <Call name="setDefaultsDescriptor">
+ <Arg><SystemProperty name="jetty.home.dir"/>/webdefault.xml</Arg>
+ </Call>
+ <Call name="setExtractWAR">
+ <Arg type="boolean">true</Arg>
+ </Call>
</Call>
</Configure>
Changes:
Attachment changed to site-diff.txt
---------------------------------------------------------------------
For a full history of the issue, see:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-94&page=history
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=GERONIMO-94
Here is an overview of the issue:
---------------------------------------------------------------------
Key: GERONIMO-94
Summary: [PATCH] Jetty - WARN!! DEPRECATED: use
addWebApplicaton(host,path,webapp)
Type: Bug
Status: Unassigned
Priority: Minor
Time Spent: Unknown
Remaining: Unknown
Project: Apache Geronimo
Components:
web
Assignee:
Reporter: Eric White
Created: Fri, 26 Sep 2003 12:44 PM
Updated: Fri, 26 Sep 2003 12:46 PM
Environment: Linux, Jetty 4.2.12
Description:
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
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira