Hi,
I am trying to write servlet with slide for a webdav server like mod_dav.
However I don't know in which folder I should put my .class files, then with which URL I can see the result of my servlet.

For example, I tried to put SimpleServlet.class in /home.../slide/server/webapps/slide/WEB-INF/  and see it by
Http://mymachine:8080/slide/SimpleServlet. But it gave me:

HTTP Status 404 - /slide/SimpleServlet
The requested resource (/slide/SimpleServlet) is not available.

In fact, I don't know how to map my servlet files to URLs.
Indeed, Could you please let me know what the path and War-URL are in  'Listed applications for virtual host localhost ' page (http://mymachine:8080/manager/slide),
and what are their role and format. I tried many times with many different format of
path and War-URL, however all the times I received :

FAIL - Invalid application URL http://mymachine:8080/sampleAddress was specified.

Bita Shadgar.
 

Reply via email to