Re: Xcode 1.2 generates incorrect web.xml.template
Re: Xcode 1.2 generates incorrect web.xml.template
- Subject: Re: Xcode 1.2 generates incorrect web.xml.template
- From: Kaj Hejer <email@hidden>
- Date: Thu, 20 May 2004 17:17:09 +0200
At 10:41 -0400 20-05-04, Patrick Robinson wrote:
Just in case anyone else runs into this:
If you create a WO app project in Xcode 1.2, and choose to "Deploy in a
servlet container", the web.xml.template file that it places in your
project's "Servlet Resources/WEB-INF" directory is not well-formed.
It has an extra <env-entry> tag (with no matching closing tag) at line
145.
This will prevent your servlet container from starting up your app.
Solution is to remove line 145.
Even better would be to remove it from the source file, which is:
/Library/Application Support/Apple/Developer Tools/WebObjects
Support/ServletEnv_web.xml
Xcode 1.1 didn't have this problem.
Good catch! ;)
File a bugreport on this issue at
https://bugreport.apple.com/cgi-bin/WebObjects/RadarWeb.woa
By doing that this issue might be fixed in a comming release of WO.
-Kaj :)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.