Hi, In Tomcat 3 we initialized stuff with the RequestInterceptor element in web.xml like this:
<RequestInterceptor
debug="0"
className="org.apache.tomcat.init.Init" />
Init has a engineInit method that looks like this:
public final class Init extends BaseInterceptor
.
.
.
public void engineInit(ContextManager cm) throws TomcatException {
CategoryNames.init();
etc
How do I the same thing in Tomcat 4.0.3 ?
Thanks from a Tomcat newbie,
Subir
<<Subir Sengupta (E-mail).vcf>>
Subir Sengupta (E-mail).vcf
Description: Binary data
-- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
