• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

cont able to run a sample webservice using eclipse, axis2, tomcat

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi There,

I been banging my head to get one simple webservice running for my POC.javascript:emoticon('');

I just want to write a simple java problem like adding two number and run the same as webservice deployed on Tomcat5 or 6.

I folllowed various links on this and steps and when I select this RUN ON SERVER from dynamic web application i am receiving this page not displayed error after that when when i got this tomcat admin page and select the services i am receving this class not found exceptions.

Why it is so complexto run a simple webservice using TOMCAT, AXIS2 & ECLIPSE.

could some one help me to get this done. I been banging my head around to move forward on my POC.

PLEASE HELP ME TO MOVE FORWARD. All I want is using ECLIPSE + AXIS2 + TOMCAT 5 OR 6 : write a simple java program and deploy as webservice and run as a webservice.

ANY HELP REALLY REALLY APPRICIATED.

BIG THANK,VIJAY.
 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. No need to bang your head Its not that bad. Please follow this tutorial: http://www.vogella.de/articles/Webservice/article.html . It shows you how to deploy and invoke the web service. Remember to use the version of Axis mentioned in the tutorial. Best of luck!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic