Hello all,
I'm messing with J2EE deployment and webobjects, and have noticed a possible error on the autogenerated web.xml
<!-- This tag library allows the use of WOComponents within JSPs. --> <taglib> <taglib-uri>/WOtaglib</taglib-uri> <taglib-location>/WEB-INF/tlds//WEB-INF/tlds/WOtaglib_1_0.tld</taglib-location> </taglib>
The taglib-location should be just
/WEB-INF/tlds/WOtaglib_1_0.tld
1- Do you guys confirm this is in fact a bug? (When deploying I see a FileNotFoundException because of this, so, for me at least, a bug exists somewhere) 2- How can I change this auto-generated template? 3- Where do I submit a bug?
PS: This all-or-nothing approach by WOLips to the web.xml doesn't seem right. Indeed it hides the web.xml from developers accustomed to wotaskd deployments but what if I want to change something in that file? And don't want to loose the automatic generation of the WOClasspath?
Even if I did have the patience to type the WOClasspath manually the text area for custom web.xml is a PITA. There's got to be a better solution.
Regards, Paulo Andrade
|