Re: regular deployment vs tomcat deployment .. UnknownKeyException
Re: regular deployment vs tomcat deployment .. UnknownKeyException
- Subject: Re: regular deployment vs tomcat deployment .. UnknownKeyException
- From: EMail Archive <email@hidden>
- Date: Sat, 28 May 2011 10:15:53 -0400
Nothing like a night's sleep to clear the addled brain! The problem
was my build generating a classpath file with truncated paths for the
application resources. It generated:
WEBINFROOT/Resources/Java/
WEBINFROOT/Resources/Java/appo.jar
WEBINFROOT/Appo/Contents/Frameworks/CoreServices.framework/Resources/Java/coreservices.jar
instead of, of course:
WEBINFROOT/Appo/Contents/Resources/Java/
WEBINFROOT/Appo/Contents/Resources/Java/appo.jar
WEBINFROOT/Appo/Contents/Frameworks/CoreServices.framework/Resources/Java/coreservices.jar
Now to find where I corrupted the build.xml file ...
__________________
On Fri, May 27, 2011 at 8:01 PM, EMail Archive <email@hidden> wrote:
> I'm back in the world of webObjects after a couple of years and seem
> to have forgotten some basic things, or at least I suspect they are
> basic.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden