Re: Deployment problem on OS X Server
Kieran Kelleher <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
java -version .... you are probably on 1.5 which is default and Monitor launches using default vm. Probably your problem is permissions since you are now using Unix and not Windoze. do sudo chown -R appserver:appserveradm myApp.woa and sudo chmod -R 550 myApp.woa When you deploy, you *should always* set ownership and permissions on the deployed app correctly. Monitor launches apps "as user appserver", so if appserver user does not have permissions to read all the files, then it is going to fail. On May 25, 2007, at 12:44 PM, Anders Peterson wrote: > Hi, > > I have brand new installation of OS X Server and WO, and I'm trying > to move an application that was previously deployed on Win2k. The > application wont start in Monitor. Starting it from the command > line is no problem - it starts and functions as I expect. With > Monitor it dies very early. I can't get any kind of log output. > > Found a message on this list that suggests it is a java version > problem. I'd like to test this possibility. When Monitor starts my > application; which jvm is it using, and how can I control this? > > I develop and build using Java 1.5, and when I start the app from > the command line it's using java 1.5. What does Monitor use? > > /Anders > > > > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev