Re: Jersey 2.13 Rest running on Apache Tomcat 7.0.57

2015-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason, On 12/12/14 5:53 PM, jason.stu...@talk21.com wrote: I am attempting to run a simple RESTful service on Tomcat 7.0.57 on Linux 2.6.32-504 with Jersey 2.13, JDK 1.7.0_71. I have deployed Apache and it starts Ok. I have deployed the compiled

Jersey 2.13 Rest running on Apache Tomcat 7.0.57

2014-12-12 Thread jason . stuart
Hi, I am attempting to run a simple RESTful service on Tomcat 7.0.57 on Linux 2.6.32-504 with Jersey 2.13, JDK 1.7.0_71. I  have deployed Apache and it starts Ok. I have deployed the compiled clases the WEB-INF/classes and copied the Jersey libraries to WEB-INF/lib. The web.xml is configured.