-
1. Re: start JBoss server in silent mode(without dos window)
Bryan Ross Sep 8, 2003 10:47 PM (in response to sys user)Hi,
You can run JBoss as a service using the Java Service Wrapper which can be found at http://wrapper.tanukisoftware.org/doc/english/index.html
I can give you my configuration files if you need it.
Regards,
Bryan -
2. Re: start JBoss server in silent mode(without dos window)
sys user Sep 10, 2003 12:02 AM (in response to sys user)can u please send me the configuration file.
at my email address anupamshahi@rediffmail.com
Thanks & Regards
Anupam Shahi -
3. Re: start JBoss server in silent mode(without dos window)
Bryan Ross Sep 10, 2003 3:47 PM (in response to sys user)Here is the configuration file that I use.
-
4. Re: start JBoss server in silent mode(without dos window)
sys user Sep 10, 2003 10:17 PM (in response to sys user)can u please tell me that where shud i put this conf file as well as wrapper_win32_3.0.4.zip file .
That wud be of gr8 help.
Thanks
Anupam -
5. Re: start JBoss server in silent mode(without dos window)
Bryan Ross Sep 13, 2003 8:31 PM (in response to sys user)I created a directory under jboss called service. I placed the wrapper.conf, wrapper.dll, wrapper.jar and wrapper.exe.
I believe the command to install the service is 'wrapper -i wrapper.conf'. You should check the docs to confirm. Once it is installed, you can control the service from the Window's service manager or from the command line such as 'net start jboss' or 'net stop jboss'. The service should automatically start when the machine reboots.
Hope this helps.