Thanks Luis!  Your help solved my problem:

C:\rails\igacc>mongrel_rails start -p 4001 -e production -c
"C:\rails\igacc" -r "C:\rails\igacc" -t 0 -n 1024 -a "127.0.0.1"
** Starting Mongrel listening at 127.0.0.1:4001
** Starting Rails with production environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
** Signals ready.  INT => stop (no restart).
** Mongrel available at 127.0.0.1:4001
** Use CTRL-C to stop.
** INT signal received.
Terminate batch job (Y/N)? Y

C:\rails\igacc>mongrel_rails service::remove -N callcenter
callcenter service removed.

C:\rails\igacc>mongrel_rails service::install -N callcenter -p 4001 -e
production -c "C:\rails\igacc" -r "C:\rails\igacc" -t
0 -n 1024 -a "127.0.0.1" -l "log/mongrel.log" -P "log/mongrel.pid"
Mongrel service 'callcenter' installed as 'callcenter'.

C:\rails\igacc>net start callcenter
The callcenter service is starting..
The callcenter service was started successfully.

And the app functions normally!
-- 
(**********************************************************
* l*eter H. l3oling
* Web Application Designer - PanEther, LLC
* email:      [EMAIL PROTECTED]
* blog:        http://galtzo.blogspot.com/
* languages:  English, Spanish, Portuguese
***********************************************************)
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to