users@jersey.java.net

deployed from Netbeans 6.1(integrated tomcat) ----> Tomcat 6.0.16 now I get 404 not found on all RESTful web services in this webapp.

From: g f <gforty_at_gmail.com>
Date: Thu, 26 Jun 2008 11:46:18 -0500

Hello all,
I have been running my application in Netbeans 6.1 using the integrated
tomcat version 6.0.16.
I have some simple RESTful webservices (GET, DELETE, POST) that work fine
using url
http://localhost:8084/gbs/resources/fpks (an example of a GET).

I just deployed my war to a server with standalone tomcat 6.0.16 and I can
no longer access the above url, I get a 404 file not found.

I am sure it is something as simple as a jar file or something but I cant
figure it out.
I set logging to debug for tomcat and for log4j but I see absolutely nothing
in the log files aside from the typical tomcat startup logging.

Any ideas?
TIA!