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 > ServletC

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 >

RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
o: Tomcat Users List Subject: 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 o

RE: Deploying JerseyWS 2.8 w/o web.xml

2014-06-02 Thread Cuneo, Nicholas
stopher Schultz [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

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

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 the