Question : jboss server in lan?

I've created a small webapp struts project and have an ear file with ant scripts, installed jboss and pasted this ear file into the deploy folder, all good works fine in my machine at http://localhost:8080/strutsbl
would like to access this project from another computer in my work place, have read many forums could not understand much, is there a way to solve this?

thanks for the reply

Answer : jboss server in lan?

by default jboss binds to localhost address.
If you want to bind to all interfaces startt jboss using following command:
>run.bat -b 0.0.0.0
or on UNIX
>run.sh -b 0.0.0.0
Random Solutions  
 
programming4us programming4us