You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jonathan Eric Miller <je...@uchicago.edu> on 2001/07/23 23:25:05 UTC

broken in Tomcat 4?

I noticed in Tomcat 4-b6 that if you use the <load-on-startup> tag for a
servlet in web.xml that it causes the init parameters to not work. i.e. they
don't get set. Also, it appears that attributes such as cipher_suite don't
get set.

Is it no longer valid to use the <load-on-startup> tag in Tomcat 4, or is
this a bug?

Jon