I have tested my webapp with last tomcat 4.0.3. I have uncommented the 
ssl section and I have installed my webapp putting the app.war file on 
the webapps folder.

My apps has a load-on-startup section that initializes the db connection 
and shows the progress on the console, before tomcat 4.0.3 I got an 
initialization per server (one for http and another one for https), but 
with tomcat 4.0.3 I only gets one for the two connectors (http & https)

I think the servlet context is shared between http and https. I thought 
that only orionserver supported this.
Is this a bug ?
Is there a way to make 4.0.3 work as the previous versions (that is 
without sharing the webcontext) ?
Is this behavious defined on the standard ?



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to