0

I followed Creating a RESTful Web Service Using NetBeans IDE. I implemented all the steps from step no 1 to 6 successfully and able to test my REST web service on my machine.

But now I want to deploy my web service for stand alone Glassfish v4 server and want to access from another machine or node from the local network.

I deployed the .War file on stand alone Glassfish v4 from the front-end of Glassfish but it is not accessible from other node of the network. The View Endpoint option is not coming after deployment.

Please guide me what steps should i follow, what is missing or suggest me how to deploy .war on glassfish v4.

Manoj Fegde
  • 4,786
  • 15
  • 50
  • 95

1 Answers1

0
  • Look into the log messages of the stand alone GF.
  • Check proxy settings and other connection settings
Ben
  • 2,235
  • 18
  • 17