Hi,
I have just subscribed both of you
I mean the addresses: [email protected] and [email protected]
Jacques
Le 30/05/2018 à 02:05, Julian Smith a écrit :
I'd like to unsubscribe too.
On Fri, Jan 5, 2018 at 4:20 PM, Victor Didra <[email protected]> wrote:
I've tried to get off this mailing list several times, but so far no luck.
Could someone remove me manually please?
On Jan 4, 2018 11:09 PM, "Sean Turner" <[email protected]>
wrote:
Hi,
I'm trying to get OFBiz to launch on login, but I am having some issues. I
am following the steps outlined in the below link for OS X 10.4+. I am
running OSX 10.13.2.
https://cwiki.apache.org/confluence/display/OFBIZ/How+to+
run+OFBiz+as+a+Service
running "launchctl list | grep ofbiz" on startup yields no output.
running "sudo launchctl load /Library/LaunchDaemons/org.
apache.ofbiz.plist"
tells me that the service is already running.
running "./gradlew "ofbiz --status"" from the obfiz.16.11 directory tells
me that OFBiz is down.
My plist file is below.
Please advise. Thank you!
Sean
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Disabled</key>
<false/>
<key>Label</key>
<string>org.apache.ofbiz</string>
<key>WorkingDirectory</key>
<string>/Users/my_user_name/ofbiz.16.11</string>
<key>ProgramArguments</key>
<array>
<string>./tools/startofbiz.sh</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>