users@jersey.java.net

Re: 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 12:53:34 -0500

Solved it,
sorry for the noise.

I followed this tutorial
http://wiki.netbeans.org/DeployREST2Tomcat55

The part that says:
**************************************************************************************Setting
Up the IDE (one-time-only)

   - Add Tomcat server using Services tab, pointing to NetBeans 6.0 bundled
   Tomcat 6 installation directory.
   - Copy the following files from NetBeans 6.0 installation to
   <Tomcat-installation>/lib

(On Windows, the toplink jars are in
<Netbeans-installation>\java1\modules\ext\toplink and the derby jars are in
<glassfishv2-installation>\javadb\lib)

    toplink-essentials.jar
    toplink-essentials-agent.jar
    derbynet.jar
    derbyclient.jar



   - Copy all JAX-WS API jars from <NetBeans 6
   installation>/java1/modules/ext/jaxws/api to <Tomcat installation>/endorsed

*******************************************************************************************************
Not sure that the derby jars are required though.

Thanks again



On Thu, Jun 26, 2008 at 11:46 AM, g f <gforty_at_gmail.com> wrote:

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