https://issues.apache.org/bugzilla/show_bug.cgi?id=46032

           Summary: wrong keystore loaded if .war file is re-used
           Product: Tomcat 6
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


my server.xml looked as follows
...
<Service name="HTTPS1"> <Connector port="8443" ...
keystoreFile="xyz/conf/.keystore" keystorePass="changeit"
...
address="host1"
/>
<Engine ...
<Host ...
<Context path=""
docBase="../myWars/1.war"

<Service name="HTTPS2"> <Connector port="8443" ...
keystoreFile="xyz/conf/.keystore2" keystorePass="changeit"
...
address="host2"
/>
<Engine ...
<Host ...
<Context path=""
docBase="../myWars/2.war"

<Service name="HTTPS3"> <Connector port="8443" ...
keystoreFile="xyz/conf/.keystore3" keystorePass="changeit"
...
address="host3"
/>
<Engine ...
<Host ...
<Context path=""
docBase="../myWars/2.war"


==> even in HTTPS3 keystore2 was used

when I changed the last docbase to "../myWars/2identicalCopy.war", then the
correct keystore3 was used

Version: 5.5.20-2etch2


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to