views:

10

answers:

0

I am using NetBeans6.9.1. When I test my Web Services using "Test RESTful Web Services" inside NetBeans, the web services were properly deployed and I was able to do GET from my web services. I thought when I deploy my EAR (which contains those web services and other ejb and web stuff), the web services would be automatically deployed, but it didn't.

I have searched for answers but did find any. Hope someone knows the answer... how to start web services when ear is deployed in GlassFish2?

.....

I found the solution: I need to also deploy the war file in addition to the ear file deployment...