[opencms-dev] serlets

Arjaan Peree mail at arjaan.nl
Thu Feb 26 14:40:02 CET 2004


did you uncomment the mapping for the invoker servlet in conf/web.xml?

This snippet must be uncommented to be able to use servlets:

<servlet-mapping>
  <servlet-name>invoker</servlet-name>
  <url-pattern>/servlet/*</url-pattern>
</servlet-mapping>

kind regards, Arjaan Peree

Citeren greg wilson <gwilson at gtrinc.cc>:

> I want to use servlets within a module I am creating. The lib and 
> classes dirs get exported to WEB-INF but what about web.xml when running 
> the page in the browser my servlets cannot be found. I did restart tomcat.
> 
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
> 




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




More information about the opencms-dev mailing list