hi, i have an applicaiton and i have deployed it as a new server on jboss.i 
have a runserver.bat file which calls my run.bat file in bin folder to deploy 
this application. 
In my runserver.bat i use the command 

run -c appname -Dlog4j.configuration=log4jWEB.xml 
-Dappserver.type=JBOSS 

Running it on localhost works fine.But if i use the command 
run -c appname -b Ipaddress -Dlog4j.configuration=log4jWEB.xml 
-Dappserver.type=JBOSS 

by adding -b ipaddress to bind it to my ip address.It gives some errors and 
application is not deployed. 

So what should i do to deploy this application on my Ip address rather than on 
localhost.Beacause i want to use this application by network. 

Thanks 
Mohit

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

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

Reply via email to