2

I have some applications deployed in JBoss Application Server 4.

I need to know how to get a list of deployed web services in that application server ? Is there any informations in the jmx-console?

thanks

Ondra Žižka
  • 43,948
  • 41
  • 217
  • 277
Moam
  • 176
  • 2
  • 16

1 Answers1

5

You should see all deployed web services at: http://localhost:8080/jbossws/services. Update IP and port information in that address accordingly.

helios
  • 2,603
  • 4
  • 21
  • 26