[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss4.2.1GA Installation and configuration

2008-09-02 Thread PeterJ
JavaService, from ObjectWeb, stores startup information in the registry at 
(where XXX is the service name):

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XXX\Parameters

Change/add registry entries there as follows:

Start Param Count REG_WORD 0x2 (2)
  | Start Param Number 0  REG_SZ   -b
  | Start Param Number 1  REG_SZ   0.0.0.0

For details, see the docs at 
http://cvs.forge.objectweb.org/cgi-bin/viewcvs.cgi/javaservice/javaservice%201.2/docs/description.html?rev=1.6

Have you see the problems with using JavaService mentioned at 
http://wiki.jboss.org/wiki/RunJBossAsAServiceOnWindows?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173764#4173764

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173764
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss4.2.1GA Installation and configuration

2008-09-01 Thread pb_1
But i am not running jboss from CMD. I am running it from services.msc.

How do i run it with ip address in that case?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173598#4173598

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173598
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss4.2.1GA Installation and configuration

2008-09-01 Thread erasmomarciano
You have to create a  start scritp for Jboss.

EX:

/home/jboss/jboss-4.0.4.GA/bin/run.bat -b 0.0.0.0.0 -c test1   > test1.log

-b 0.0.0.0.0: makes jboss listening on every address  

or

nohup /home/jboss/jboss-4.0.4.GA/bin/run.bat -b your-ip -c test1   > test1.log
 
-b  your-ip : makes jboss listening only on the given ip- address  


 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173574#4173574

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4173574
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user