View Full Version : Starting Filemaker as a service
Mac-CT
11-04-2002, 05:26 AM
Is there any way to strat Filemaker 6 from a terminal window and if so could filemaker be made to start without logging into the system (just like the ftp, mail, web etc run without a login)?
:confused:
Cheers
Macca
Craig R. Arko
11-04-2002, 07:37 AM
You can create a System StartupItem (http://developer.apple.com/techpubs/macosx/Darwin/howto/system_starter_howto/system_starter_howto.html) for just about anything, I think. The executable here may be an AppleScript or shell script that launches FileMaker.
AHunter3
11-04-2002, 09:28 PM
You may have more luck with an AppleScript compiled as an app which starts Server, then use THAT as a login item. See if the installation CD doesn't contain a sample AppleScript, in fact.
On FSA Digest I seem to recall seeing a lot of problems trying to get Server to auto-launch by making Server a login item. I'll look for details on that.
hschickel
11-04-2002, 11:08 PM
You may want to look at this hint for Filemaker 5.5 from AFP548 (http://www.afp548.com/Articles/system/fmpserver.html).
Hugh
Mac-CT
11-05-2002, 02:28 AM
Guys (and gals?) thanks a million for the feedback - gives me a bit to chew over ;-)
Problem is that I'm not running the Server version of Filemaker 6 - just the bog-standard version.
How the heck do you start this from a terminal window and then (hopefully) automatically without having to log in as a user on the OS X box???
Cheers once again for the feedback
mervTormel
11-05-2002, 02:46 AM
you can't start an instance of an aqua app without logging in.
system startup items are for running executable services or scripts that don't need an instance of the corewindowservices
you can open filemaker in commando mode thusly:
% open -a filemaker
as long as the app is in the application hunt paths; if not, then use the full path to the app.
if you script that above open to run as a system startup item (pre-login), i believe it will lay over and die a horrible death.
Craig R. Arko
11-05-2002, 05:58 AM
{hits self on head}
Listen to Merv. :D I was thinking of the server version.
jeffo
11-11-2002, 12:32 PM
I am very interested in getting the server version of FMP but this was exactly one thing i wanted to know before i bought it. there is in fact a way to get it to open without having to be logged in? i dont really care how much of a pain in the butt it is, just as long as it is possible.
jeffo
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.