Tip : How to fix some permissions problems to launch apps
Tip : How to fix some permissions problems to launch apps
- Subject: Tip : How to fix some permissions problems to launch apps
- From: Pascal Robert <email@hidden>
- Date: Wed, 18 Mar 2009 10:48:03 -0400
I don't know if that's the case of a lot of you, but when Ant builds
my apps, the group in the .woa is "appserveradm". Problem is that
wotaskd and JavaMonitor are running under user appserver, who belong
to the appserverusr group. So appserver can't launch your apps since
the permissions on the script to launch the app don't give permissions
to "other" to launch and read the script.
Solution? In the build.woapp task of build.xml, simply add :
<chgrp file="${dest.dir}/${build.app.name}.woa/${build.app.name}"
group="_appserverusr"/>
And now wotaskd will be able to launch the app and you won't forget to
change the permissions on your deployment server.
-------------------------------------------------------
Pascal Robert
http://www.macti.ca
http://www.aircourriel.com
http://www.linkedin.com/in/macti
Skype: MacTICanada
AIM/iChat : MacTICanada
_______________________________________________
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