Re: split install issue with 5.4.3
Re: split install issue with 5.4.3
- Subject: Re: split install issue with 5.4.3
- From: D Tim Cummings <email@hidden>
- Date: Wed, 14 Jan 2009 14:33:06 +1000
- Resent-date: Wed, 14 Jan 2009 14:35:10 +1000
- Resent-from: D Tim Cummings <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: WebObjects-Dev Mailing List <email@hidden>
On 14/01/2009, at 8:00 AM, Lachlan Deck wrote:
Sure. I'm just suggesting to double check the end of the app script
i.e.,
$ tail YourApp.woa/YourApp
Hi Lachlan
Thanks for your interest. The last lines of the launch script look
good. I also tried setting -WOFrameworksBaseURL in JavaMonitor and
WOFrameworksBaseURL in the Properties file, before I worked out it was
an Apple bug in WebObjects 5.4.3
tail WeboTest.woa/WeboTest
#
# Launch the application.
#
echo Launching ${SCRIPT_NAME}.woa ...
echo ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath
WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap $
{COMMAND_LINE_ARGS} -WOFrameworksBaseURL /WebObjects/WeboTest.woa/
Frameworks
eval exec ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath
WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap $
{COMMAND_LINE_ARGS} -WOFrameworksBaseURL /WebObjects/WeboTest.woa/
Frameworks
Cheers
Tim
and check if it's adding the frameworkbase url arg. If not then
everything you've said still holds.
with regards,
--
Lachlan Deck
_______________________________________________
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