Tuesday, 15 June 2010

java - How to run Jetty server in a LAN? -



java - How to run Jetty server in a LAN? -

i'm running in troubling deploying app on jetty server.

if seek access app using localhost:8080/appname works fine. if seek utilize ip doesn't work (i mean on same computer, ip given ipconfig tool)

i don't know why, know launch server straight eclipse goals set "-jetty.host=0.0.0.0 -djetty.port=8080 jetty:run" funny thing is, if forgot or set else jetty.host parameter (like djetty.host=127.0.0.1) have "2014-06-18 16:59:52.238:info:oejs.serverconnector:main: started serverconnector@1b79a565{http/1.1}{0.0.0.0:8080}" in console output.

any thought wrong ?

thanks !

java eclipse maven jetty

No comments:

Post a Comment