Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Glassfish 3.1: Cannot find 'View Endpoint' link after deploying a WebService

I wrote a web service and deployed it on Glassfish 3.1 but I am not able to see the link 'View Endpoint' link under 'Action' column. I am using the 'Glassfish 3. 1 Administration Tool' at 'http://localhost:4848/' under 'Application' under 'myapp'. After getting the web services deployed, I do see the 'webservices' added under the column 'Engines'. I need that link for finding 'Web Service Endpoint Information' so that I could see the WSDL and test the web service using Tester feature given by Glassfish 3.1.

Could someone help me understand whay am i not able to see that 'View Endpoint' link under the 'Action' column in the 'General' section.

Thanks.

like image 591
skip Avatar asked May 23 '11 05:05

skip


1 Answers

That's how it worked for me:

  1. Check if web.xml exist in your project (possible it is in webapp/WEB-INF/web.xml).
  2. Delete web.xml.
  3. Restart GlassFish server and "View Endpoint" link will appear.
like image 176
Itzhak Avatar answered Nov 10 '22 00:11

Itzhak