> If you configure both an https(SSL) Host and an http Host which have
> the same domain name they end up having the same workDir.
>
> Using the Host name to create the default workDir does not guarantee
> it is unique since their can be both an http host and an https host
> with the same domain name.
>
> There is no easy workaround for this in the current tomcat configuration
> since the workDir can only be configured in the Context scope.
>
> This case can arise when you use two Engine configurations, one for
> http hosts and one for https hosts, each Engine with a separte Ajp
> connector to Apache.
>
> Perhaps the work dir directory path should have an additional directory
> in its path for the Engine name.
>
> $CATALINA_HOME/work/{engine}/{host}/{webapp}

Yes, I know about that issue. I've been saying that the host name should be
unique across all services, which seems reasonable to me.
In your example, I think there should be 2 connectors attached to the same
host.

Remy


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

Reply via email to