if you want to kill it right now - 

do a 
# ps -ef  | grep cfrds
 ******   392   0 12:23:44 ?        0:01 /opt/coldfusion/bin/cfrdsservice
  
then a kill on the process id - mine here is 392

# kill 392

otherwise if you want it to stop if from running ( like on a production box)
- you will have to modify the /opt/coldfusion/bin/start (assuming you
installed CF in /opt) script to kill it right after the server starts.

There is probably other ways - but this is the quick and easy way.

:)

Chris

Christopher Conrad
Victoria's Secret Catalogue
http://www.VictoriasSecret.com
Senior.Programmer.Analyst
614.337.5653
[EMAIL PROTECTED]


> -----Original Message-----
> From: !jeff! [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, June 22, 2000 3:01 PM
> To:   [EMAIL PROTECTED]
> Subject:      RDS service on Solaris
> 
> Does anyone know how to turn off the RDS service on CF for Solaris?
> 
> !j!
> 
> The mark of mediocrity is searching for the precedent.
> 
> !jeff! sherwood     Director of BIGWORDS.com Web Site Design / JEDI
>                                                BIGWORDS.com worker#2
> .r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300
> 
> --------------------------------------------------------------------------
> ----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to