Wednesday, June 3, 2009

How to restart ColdFusion from Command prompt in LINUX

You can restart Coldfusion / Jboss / Mysql and other services using the following commant

Coldfusion

/etc/init.d/coldfusion_8 restart or /etc/init.d/coldfusion restart

Jboss

/etc/init.d/ jboss restart

and MySql

/etc/init.d/mysqld restart

No comments: