RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
[mailto:ch...@christopherschultz.net] Sent: Friday, May 30, 2014 4:55 PM To: Tomcat Users List Subject: Re: Deploying JerseyWS 2.8 w/o web.xml -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick On 5/30/14, 5:03 PM, Cuneo, Nicholas wrote: We are trying to deploy a webservice to tomcat 8.0.5 using

RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
: RE: Deploying JerseyWS 2.8 w/o web.xml We are using Ivy for our dependency manager, but I'm not exactly following what you mean. Are you suggesting I'm supplying a jar file in my war that doesn't need to be there because Tomcat has its own version of it? Thanks, Nick -Original Message

Re: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicholas, On 6/2/14, 12:38 PM, Cuneo, Nicholas wrote: I think you are correct, maybe I need to exclude some jars from my bundle? find . -name *.jar | xargs grep ServletContainerInitializer.class Binary file ./servlet-api.jar matches find

RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
: Re: Deploying JerseyWS 2.8 w/o web.xml -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicholas, On 6/2/14, 12:38 PM, Cuneo, Nicholas wrote: I think you are correct, maybe I need to exclude some jars from my bundle? find . -name *.jar | xargs grep ServletContainerInitializer.class Binary file

Deploying JerseyWS 2.8 w/o web.xml

2014-05-30 Thread Cuneo, Nicholas
Hi, We are trying to deploy a webservice to tomcat 8.0.5 using Jersey WS 2.8. In the Jersey documentation it mentions deploying without the need for a web.xml in your war file using annotations, so I thought I'd give that a try. However, when I go to deploy my webservice Tomcat is throwing

Re: Deploying JerseyWS 2.8 w/o web.xml

2014-05-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nick On 5/30/14, 5:03 PM, Cuneo, Nicholas wrote: We are trying to deploy a webservice to tomcat 8.0.5 using Jersey WS 2.8. In the Jersey documentation it mentions deploying without the need for a web.xml in your war file using annotations, so I