• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

netbeans6.1 + Axis2 not displaying my services on Tomcat6 or glassfish

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have set up axis2-1.4.1 with netbeans6.1. I copied my axis2.war as described at http://www.netbeans.org/kb/docs/websvc/gs-axis.html and followed all steps. I right click on the axis2 web service and choose "Deploy to Server" but when i click "test operation in browser" with tomcat6 or glassfishV2 i get dialog box:

"Unable to open web service tester page" http://localhost:8084/axis2/Hello/hello?name=XYZ

I try to upload the "hello.aar" service manually in admin interface of axis2 deployed on either tomcat or glassfish it gives message service uploaded successfully but still does not show on available services. I copy the service "hello.aar" file into asix2.war before deploying it any of the servers but still do not succeed.

what could I be doing wrong? Thanks in advance for any help or pointers.
reply
    Bookmark Topic Watch Topic
  • New Topic