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 Sysdeo
> supposed to ease the creation of the Tomcat container.
> 
> I have a simple .java (see below) file  and a web.xml file in my project. I
> have made a war file and deployed it via the manager interface. I can start
> it but i get an error 404 when i browse to it. The .java file relies on
> external libraries (essentially the java SDK for vmware ESX).
> 
> I have two problems:
> 
>    1. When i try to access the manager website using the URL
>    http://amsterdam-sm09:8080/manager/ i get a 404 error whereas if i browse
>    to http://amsterdam-sm09:8080/manager/html the page displays correctly.
As expected. What makes you think this should be any different?

>    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 org.apache.catalina.startup.ContextConfig
> processContextConfig
> SEVERE: Parse error in context.xml for /VI-PLUGIN-ILO
> java.lang.ClassNotFoundException: org.apache.catalina.loader.DevLoader
>  at

<snip/>

>  Any help greatly appreciated, thanks!

And the content of META-INF/context.xml for your application is?

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to