views:

105

answers:

1

Just curious if theres a way to do this...

Basically I'll be calling Jboss from a batch file, and I want to have it run in a seperate thread or service

Any idea how to do this?

+1  A: 

We use jbosssvc.exe to run jboss as a service.

Once you have that set up, you can put in your batch file net start JBAS4SVC

karoberts