java.lang.ClassNotFoundException error 404

2009-07-16 Thread Thomas Vite
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 Sysdeo supposed to ease the creation

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 snip/ Jul 16, 2009 9:37:28 AM

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 Loader

Re: java.lang.ClassNotFoundException error 404

2009-07-16 Thread Thomas Vite
2009/7/16 Mark Thomas ma...@apache.org 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

Re: java.lang.ClassNotFoundException error 404

2009-07-16 Thread Thomas Vite
it be a problem with the application itself? I dont see anymore errors in the logs. Thank you. 2009/7/16 Mark Thomas ma...@apache.org Thomas Vite wrote: 2009/7/16 Mark Thomas ma...@apache.org Thomas Vite wrote: There is xml file under \Tomcat 6.0\conf\Catalina\localhost for my project

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 ma...@apache.org 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 Thomas Vite
/description servlet servlet-nameTestServlet/servlet-name servlet-classTestServlet/servlet-class /servlet servlet-mapping servlet-nameTestServlet/servlet-name url-pattern/TestServlet/url-pattern /servlet-mapping /Web-app 2009/7/16 Thomas Vite activedirl...@gmail.com The real case is : C

Re: java.lang.ClassNotFoundException error 404

2009-07-16 Thread Thomas Vite
for the moments your webapp is deployed and request your servlet? --David Thomas Vite wrote: 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

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 ma...@apache.org 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