Re: Difficulties running WebObjects on CentOS linux remote host (my website)
Re: Difficulties running WebObjects on CentOS linux remote host (my website)
- Subject: Re: Difficulties running WebObjects on CentOS linux remote host (my website)
- From: Chuck Hill <email@hidden>
- Date: Thu, 12 Nov 2009 11:36:24 -0800
On Nov 12, 2009, at 11:32 AM, Chuck Hill wrote:
On Nov 12, 2009, at 11:11 AM, Reyn Waldram wrote:
Hi,
I have a problem running webobjects applications on a CentOS server
(My website). Everything seems to be configured according to this http://wiki.objectstyle.org/confluence/display/WO/Installing+WO+5.3+or+WO+5.4+on+Linux
Wiki.
When I try to start the application I get this:
[root@srv1 JavaApplications]# Hallo.woa/Hallo _WOPort 56789 &
That should be
cd Hallo.woa
./Hallo _WOPort 56789 &
And it is WOPort NOT _WOPort.
And port 56789 is probably in use by JavaMonitor
But that is not your problem... yet.
[1] 19347
[root@srv1 JavaApplications]# Reading UNIXClassPath.txt ...
Launching Hallo.woa ...
java -DWORootDirectory="/opt" -DWOLocalRootDirectory="/opt/Local" -
DWOUserDirectory="/opt/Library/WebObjects/JavaApplications" -
DWOEnvClassPath="/usr/local/java/lib:/usr/local/java/jre/lib:/usr/
local/tomcat/bin/:/usr/local/tomcat/common/lib:." -
DWOApplicationClass=your.app.Application -DWOPlatform=UNIX -
Dcom.webobjects.pid=19347 -classpath WOBootstrap.jar
com.webobjects._bootstrap.WOBootstrap _WOPort 56789 -
WOFrameworksBaseURL /WebObjects/Hallo.woa/Frameworks
Hallo.woa/Hallo: line 301: exec: java: not found
As others have pointed out, the java executable is not on the path.
Chuck
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
--
Chuck Hill Senior Consultant / VP Development
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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