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 > > &g

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
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

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
t /TestServlet 2009/7/16 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

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 - /ViClientWeb

Re: java.lang.ClassNotFoundException & error 404

2009-07-16 Thread Thomas Vite
be a problem with the application itself? I dont see anymore errors in the logs. Thank you. 2009/7/16 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

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\Eclips

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

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