Xcode 1.2 generates incorrect web.xml.template
Xcode 1.2 generates incorrect web.xml.template
- Subject: Xcode 1.2 generates incorrect web.xml.template
- From: Patrick Robinson <email@hidden>
- Date: Thu, 20 May 2004 10:41:41 -0400
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.
--
Patrick Robinson
AHNR Info Technology, Virginia Tech
email@hidden
_______________________________________________
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.