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 > <Loader className="org.apache.catalina.loader.DevLoader" > reloadable="true"debug > ="1" useSystemClassLoaderAsParent="false" /> Then you need to provide the DevLoader class (or remove that element) as that is not a Tomcat provided classloader. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org