First of all congrats to all for maintaining such a nice forum.
I am running jboss as service but when I logoff from the system and again login the service do out start automatically. I have to restart it manually.
while this is not with the case with restart. when I restart the system the service get start automatically.
so I am trying to figure out Is it possible to run jboss service after logoff.
Can you tell us how you are doing that? Are you using JBoss Native (which version?) or something else? And which version of JBoss AS is this? Are you passing any additional params to the service?
Also, please check your private messages for a message from JavaRanch.
rajeev kum
Greenhorn
Joined: Apr 19, 2010
Posts: 4
posted
0
Thankx for the quick reply.
Can you tell us how you are doing that? Are you using JBoss Native (which version?) or something else? And which version of JBoss AS is this? Are you passing any additional params to the service?
I am using Jboss 4.2.3 version and for installing Jboss as service I am using jboss native version 1.2.2.0. and using command service.bat install
My client applications are connected with the Jboss server, As soon as I log off from my server machines client application get disconnected, hence I assumed that Jboss is not running in background. I checked it from apache tomcat webserver, it is still running when I log off from the serve. Can this kind of functionality is possible in jboss application server ?