Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
Thumbs up Mark! It is now working as it should. Thanks for your time. 2009/7/16 Mark Thomas > Thomas Vite wrote: > > The TestServlet.class file is under > > C:\Program Files\Apache Software Foundation\Tomcat > > 6.0\webapps\ViClientWebApp\WEB-INF\classes > > > > The Web.xml file is under: > > C

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > The TestServlet.class file is under > C:\Program Files\Apache Software Foundation\Tomcat > 6.0\webapps\ViClientWebApp\WEB-INF\classes > > The Web.xml file is under: > C:\Program Files\Apache Software Foundation\Tomcat > 6.0\webapps\ViClientWebApp\WEB-INF > The Web.mxl file has

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
The TestServlet.class file is under C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ViClientWebApp\WEB-INF\classes The Web.xml file is under: C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ViClientWebApp\WEB-INF The Web.mxl file has a capital W...About your question

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Pid
On 16/7/09 13:59, Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: java.lang.ClassNotFoundException& error 404 Is your TestServlet properly located in a package? Servlets do not have to be in a package (although they should be); it's JSPs that mus

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread David Smith
In addition to the questions posed by Pid and Mark, where is your compiled java servlet (.class file) in the ViClientWebApp folder? Also what do the logs show for the moments your webapp is deployed and request your servlet? --David Thomas Vite wrote: > The only thing i can think of that wouldnt

RE: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: java.lang.ClassNotFoundException & error 404 > > Is your TestServlet properly located in a package? Servlets do not have to be in a package (although they should be); it's JSPs that must be in a package, according t

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Pid wrote: > On 16/7/09 13:43, Thomas Vite wrote: >> The real case is : C:\Program Files\Apache Software Foundation\Tomcat >> 6.0\webapps\ViClientWebApp > > Is your TestServlet properly located in a package? Is WEB-INF/web.xml using the right case? Mark > > p > > >> 2009/7/16 Mark Thomas >>

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Pid
On 16/7/09 13:43, Thomas Vite wrote: The real case is : C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ViClientWebApp Is your TestServlet properly located in a package? p 2009/7/16 Mark Thomas Thomas Vite wrote: Yeah but after restarting Tomcat i still receive that infamo

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
The only thing i can think of that wouldnt be setup properly is the Web.xml file in WEB-INF (for what i understand it is supposed to make the app available at http://localhost:8080/ViClientWebApp/TestServlet : http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
The real case is : C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\ViClientWebApp 2009/7/16 Mark Thomas > Thomas Vite wrote: > > Yeah but after restarting Tomcat i still receive that infamous: > > HTTP Status 404 - /ViClientWebApp/TestServlet > > -- > >

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > Yeah but after restarting Tomcat i still receive that infamous: > HTTP Status 404 - /ViClientWebApp/TestServlet > -- > > *type* Status report > > *message* */ViClientWebApp/TestServlet* > > *description* *The requested resource (/ViClientWebApp/Te

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
Yeah but after restarting Tomcat i still receive that infamous: HTTP Status 404 - /ViClientWebApp/TestServlet -- *type* Status report *message* */ViClientWebApp/TestServlet* *description* *The requested resource (/ViClientWebApp/TestServlet) is not available.* I have

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > 2009/7/16 Mark Thomas > >> Thomas Vite wrote: >>> There is xml file under \Tomcat 6.0\conf\Catalina\localhost for my >> project: >>> Context path="/VI-PLUGIN-ILO" reloadable="true" docBase="C:\Documents and >>> Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO" workDir="C:\D

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
2009/7/16 Mark Thomas > Thomas Vite wrote: > > There is xml file under \Tomcat 6.0\conf\Catalina\localhost for my > project: > > > > Context path="/VI-PLUGIN-ILO" reloadable="true" docBase="C:\Documents and > > Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO" workDir="C:\Documents > > and Sett

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > There is xml file under \Tomcat 6.0\conf\Catalina\localhost for my project: > > Context path="/VI-PLUGIN-ILO" reloadable="true" docBase="C:\Documents and > Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO" workDir="C:\Documents > and Settings\ti\Desktop\EclipseWorkspace\VI-P

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
There is xml file under \Tomcat 6.0\conf\Catalina\localhost for my project: Context path="/VI-PLUGIN-ILO" reloadable="true" docBase="C:\Documents and Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO" workDir="C:\Documents and Settings\ti\Desktop\EclipseWorkspace\VI-PLUGIN-ILO\work" >

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
> > > >2. If i try to browse my project i get a 404 error using this URL > >http://amsterdam-sm09:8080/viplugin_test/TestServlet > > > SEVERE: Begin event threw exception > > java.lang.ClassNotFoundException: org.apache.catalina.loader.DevLoader > > > > Jul 16, 2009 9:37:28 AM org.apache.c

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Mark Thomas
Thomas Vite wrote: > Hi all, > > I just subscribed to this list as i am testing developing web services, i > hope i can find some useful tips. > > I have installed Tomcat6 on my Win XP SP3 box and i have followed a tutorial > to create a first Tomcat project. I use a plugin in Eclipse called Sysd