Deploy web service on Tomcat with OpenEJB
Posted
by kostya
on Stack Overflow
See other posts from Stack Overflow
or by kostya
Published on 2010-05-31T12:30:40Z
Indexed on
2010/05/31
12:32 UTC
Read the original article
Hit count: 434
Hi,
I need to deploy web service on Tomcat with installed OpenEJB. I compiled simple Hello service that just prints "Hello" with JAX-WS and tried to deploy on tomcat, but got errors while deployment : ERROR - Error deploying CXF webservice for servlet helloservice.endpoint.Hello java.lang.IllegalArgumentException: Could not find servlet helloservice in web application context /helloservice
Please, help what is done wrong here. Is tomcat + openejb is sufficient for web service deployment?
Thanks.
© Stack Overflow or respective owner