• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Tip : How to fix some permissions problems to launch apps
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Wonder FrontBasePlugIn Error?
  • Next by Date: Re: Does "cascade delete" drill down multiple teirs?
  • Previous by thread: Re: EOEditingContext problem
  • Next by thread: [ANN] WOCommunity Maven Repository
  • Index(es):
    • Date
    • Thread