简体   繁体   中英

How to run Java EE project remotely using JBoss AS 4.2?

I am running a Java EE seam project at http://localhost:8080/msh/login.seam?cid=1 using A JBoss server. My computer name is pc-10 .

I want to access this seam project remotely at http://pc-10:8080/msh/login.seam?cid=1 .

Could someone please point me in the right direction so that this can be achieved.

It should just work unless you have some firewall or something.

In jboss as I remember by default its impossible to get to the remote server. So when running jboss you should define

-b0.0.0.0

parameter as an Ip-mask. This will tell jboss to accept connection from all servers in LAN.

Hope this helps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM