> - JDBCRealm, how to use in an applet
(Did you really mean "use JDBCRealm in an applet"? Tomcat doesn't run
applets, only servlets,...)
Did you read the online Tomcat docs?
http://jakarta.apache.org/tomcat/
(Pick the version of Tomcat you're using under "Documentation" on the left
side.)
Or at the servlet spec?
http://java.sun.com/products/servlet/download.html
(web.xml is described there, and in web.dtd which is shipped with Tomcat.)
-- Bill K.
> -----Original Message-----
> From: Andreas Horchler [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 09, 2001 1:38 AM
> To: Tomcat-User
> Subject: Further documentation
>
>
> Hello,
>
> As Tomcat is a new topic for me, I am looking for further
> documentation
> on it.
> I am looking for documentation on the following topics.
>
> - ContextInterceptor, RequestInterceptor and Connectors as they are
> configured in server.xml
> - JDBCRealm, how to use in an applet
> - user authentication with tomcat (declaration in web.xml and
> coding in
> the servlet)
>
> Can anyone give me a hint where to find the documents where
> these topics
> are handled ?
>
> I have already read the Tomcat UsersGuide and Sun's Servlet
> specification, but these things are not explained
> in way that I can work with it.
>
> Thanks for help
>
> Andreas
>