Title: Servlet Configuration,

Hello,
I'd like to know if there is a way to map servlets without put the classes in the /WEB-INF/classes directory.I already modified the server.xml file and added a context pointing to the directory of my application, and modified the web.xml file to add the servlet map. But, in this directory, I needed to create a directory WEB-INF/classes to run the servlet.

Is there any other way to map these servlets just adding my classes in classpath?

Thanks to all.

        Joaquim Cabral da Maia Neto
       


Reply via email to