Re: Deploying a Project Wonder project on linux
Re: Deploying a Project Wonder project on linux
- Subject: Re: Deploying a Project Wonder project on linux
- From: "RedBugz Software" <email@hidden>
- Date: Mon, 23 Oct 2006 10:49:44 -0600
I've only deployed a Wonder app using SSDD on Tomcat on Linux, but
I'll try to help. I'm assuming you have done a normal deploy of WO on
Linux w/o Tomcat (which I've never done).
On 10/22/06, Matt Kime <email@hidden> wrote:
I have Project Wonder working with XCode and WO 5.3. I have WO 5.3
deployed on redhat linux. I'm having trouble getting my app deployed
utilizing PW. Starting my app seems to indicate that the frameworks
have been found -
ERExtensions.framework/Resources/Java/ERExtensions.jar
ERExtensions.framework/Resources/Java/src.jar
If this shows up exactly this way in the run log, then there's
probably a problem with the UNIXClassPath.txt, as normally it should
be prefixed with the path of your installation.
I think that your UNIXClassPath.txt should have an entry like this:
LOCALROOT/Library/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
and you need $NEXT_ROOT defined to be where you installed WO,
somewhere like /opt/Apple/
then when you run your app, it should resolve LOCALROOT to
LOCALROOT=${NEXT_ROOT}/Local and your run log should show something
like this (assuming $NEXT_ROOT is /opt/Apple:
/opt/Apple/Local/Library/Frameworks/ERExtensions.framework/Resources/Java/ERExtensions.jar
If you use embedded frameworks, or servlet deployment, it will be a
little different.
Maybe you knew this already, in which case I can't help much.
HTH,
Logan
_______________________________________________
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