Just a tip for Windows 2000 users... I have James at least starting up like
a service on boot by adding a Scheduled Task for the .bat file and
specifying the time as "on startup". This gets rid of the useless DOS window
it keeps open, and still allows mgt via telnet.

If anyone knows of a way to wrap the .bat file into a real Windows Service,
I'd be interested.

Matt


----- Original Message -----
From: "Kenny Smith" <[EMAIL PROTECTED]>
To: "James Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, March 11, 2003 10:46 PM
Subject: RE: Ridiculous number of processes


> Hi Noel,
>
> I very happy you posted this, I totally want to use it (because I really
> don't like telneting to shutdown james). I have a question, I've got a
> script called /etc/rc3.d/S99james that starts up james on boot, should I
> remove that now that I put yours in /etc/rc.d/init.d ?
>
> Kenny
>
> > I am attaching a script for James
> > suitable for use with SysVInit.  If you are using a system like
> > RedHat, then this would go into /etc/rc.d/init.d/.
> >
> >  $ chkconfig --add james   # add james to default runlevels
> >
> > You can also use service <service-name> [service-command], e.g.,
> >
> >  $ service james           # list available commands
> >
> > Nota Bene: you must either update the path inside this script, or
> > make sure that james is visible through /opt/james, e.g., via a symlink.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to