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 renamed the project ViClientWebApp which now look like this:
C:\PROGRAM FILES\APACHE SOFTWARE FOUNDATION\TOMCAT
6.0\WEBAPPS\VICLIENTWEBAPP
├───bin
├───src
└───WEB-INF
    ├───classes
    ├───lib
    └───src



I dont get it...Does that error mean i have an issue with the Tomcat server
or could 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:
> >>> 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" >
> >> path should not be specified here
> >
> >
> > Actually it has been created automatically when i deployed my app through
> > the manager interface (Deploy --> WAR file to deploy).
> > Anyway, i have undeployed the app. and just moved the war file under
> > %CATALINA_HOME%\webapps\MYPLUGIN
>
> Actually no. The context.xml in your WAR's META-INF/context.xml file
> contains an invalid path element.
>
> > My problem came from the plugin i sue (sysdeo) which needed that
> DevLoader
> > library. I have unchecked the devloader option int he plugin, rebuild my
> war
> > and now it looks much better. At least i dont get the 404 error!
>
> Sounds right.
>
> Mark
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to