I'm trying out a hello world Tomcat war deploy, but I'm getting some bad paths in the generated web.xml.
(WOLips 3.3.4788, Eclipse 3.3.1.1 & WO 5.3) I'm using the default build.xml that came along with my "New | WebObjects Application" build.properties includes these settings: webXML=true webXML_CustomContent= servletDeployment=true The generated web.xml has some problems with extra "/" file separators: <param-name>WOAINSTALLROOT</param-name> <param-value>//Library/WebObjects/Applications</param-value> WEBINFROOT//Library/Frameworks/JavaEOAccess.framework/Resources/Java/javaeoaccess.jar WEBINFROOT//Library/Frameworks/JavaEOControl.framework/Resources/Java/javaeocontrol.jar ... and some bad things going on here: <taglib-uri>/WOtaglib</taglib-uri> <taglib-location>/WEB-INF/tlds//WEB-INF/tlds/WOtaglib_1_0.tld</taglib-location> Any idea why these paths are messed up? Once I fixed the paths, I was able to deploy and run the app. There may some clues here, but I think it is pretty much standard. ~/Library/wobuild.properties is as such: wo.dir.root=/ wo.woroot=/System wo.dir.user.home.library.frameworks=/Users/william/Library/Frameworks wo.dir.local=/ wo.wosystemroot=/System wo.dir.library=/System/Library wo.dir.user.home.library=/Users/william/Library wo.dir.local.library=/Library wo.dir.library.frameworks=/System/Library/Frameworks wo.dir.local.library.frameworks=/Library/Frameworks wo.wolocalroot=/ wo.dir.system=/System wo.dir.reference.api= /Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/Resources/Documents/reference ciao, William _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-deploy mailing list (Webobjects-deploy@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]