Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9

2005-11-09 Thread Jean-Pierre Pelletier

https is fixed either by removing the native-1.dll file or by
replacing it by the AMD 64 bit version.

It looks like there is a bug in the Windows installer that installs the 32 
bit version

instead of the 64 bit version on a 64 PC.

I am surprise that the 32 bit version of native-1.dll wouldn't run on my
AMD 64 Athlon 3400+ cpu albeit slower than the 64 bit version?

Thanks to Stanislav for pointing me in the "Native" direction.

Jean-Pierre Pelletier
e-djuster

- Original Message ----- 
From: "Jean-Pierre Pelletier" <[EMAIL PROTECTED]>

To: 
Sent: Tuesday, November 08, 2005 12:31 PM
Subject: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9



Hi,

I upgraded from Tomcat 5.5.9 to Tomcat 5.5.12 and cannot get
https connectors to work.

https://localhost hangs for a few minutes before displaying "page cannot
be
displayed".

Here is an extract from my server.xml



I created the keystore with jdk 1.5.

It was working fine with Tomcat 5.5.9.
I am using Windows XP with Service Pack 2.
I tried it on both Internet Explorer 6 and Firefox.

Thanks
Jean-Pierre Pelletier
e-djuster


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



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



Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9

2005-11-09 Thread Jean-Pierre Pelletier

I'm using Sun 32 bit java, here is the output from java -version

java version "1.5.0_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode)

- Original Message - 
From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>

To: "Tomcat Developers List" 
Cc: "Tomcat Users List" ; "Stanislav Mironov" 
<[EMAIL PROTECTED]>

Sent: Wednesday, November 09, 2005 2:42 PM
Subject: Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9



Jean-Pierre Pelletier wrote:

https is fixed either by removing the native-1.dll file or by
replacing it by the AMD 64 bit version.

It looks like there is a bug in the Windows installer that installs the 
32 bit version

instead of the 64 bit version on a 64 PC.

I am surprise that the 32 bit version of native-1.dll wouldn't run on my
AMD 64 Athlon 3400+ cpu albeit slower than the 64 bit version?


Just speculation - do you have a 64 bit java running?  Microsoft has never
been very kind in the side effects of thunking 32 and 64 bit modules, so 
if
you are loading the .dll into a 64 bit java, it really must be a 64 bit 
build.


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



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



Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9

2005-11-09 Thread Jean-Pierre Pelletier

I think I am using a 32 bit JVM, I downloaded it
from Sun as "jdk-1_5_0_04-windows-i586-p.exe".

- Original Message - 
From: "Mladen Turk" <[EMAIL PROTECTED]>

To: "Tomcat Developers List" 
Sent: Wednesday, November 09, 2005 2:57 PM
Subject: Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9



Jean-Pierre Pelletier wrote:

https is fixed either by removing the native-1.dll file or by
replacing it by the AMD 64 bit version.

It looks like there is a bug in the Windows installer that installs the 
32 bit version

instead of the 64 bit version on a 64 PC.

I am surprise that the 32 bit version of native-1.dll wouldn't run on my
AMD 64 Athlon 3400+ cpu albeit slower than the 64 bit version?



You are probably using 64 bit JVM.
Think we'll need some sort of detection for installer.
Not sure if nsis can detect 32/64 bit jvm.

Regards,
Mladen.


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


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



Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9

2005-11-09 Thread Jean-Pierre Pelletier
With the 64 bit version of tcnative-1.dll,  https is working but the 
Catalina*.log file has this message


INFO: The Apache Portable Runtime which allows optimal performance in 
production environments was not found on the java.library.path:


So https works when the .dll is not used.

- Original Message - 
From: "Jean-Pierre Pelletier" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" ; "Tomcat Users List" 


Sent: Wednesday, November 09, 2005 3:10 PM
Subject: Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9



I think I am using a 32 bit JVM, I downloaded it
from Sun as "jdk-1_5_0_04-windows-i586-p.exe".

- Original Message - 
From: "Mladen Turk" <[EMAIL PROTECTED]>

To: "Tomcat Developers List" 
Sent: Wednesday, November 09, 2005 2:57 PM
Subject: Re: Tomcat 5.5.12 and SSL - https doesn't work, was ok with 5.5.9



Jean-Pierre Pelletier wrote:

https is fixed either by removing the native-1.dll file or by
replacing it by the AMD 64 bit version.

It looks like there is a bug in the Windows installer that installs the 
32 bit version

instead of the 64 bit version on a 64 PC.

I am surprise that the 32 bit version of native-1.dll wouldn't run on my
AMD 64 Athlon 3400+ cpu albeit slower than the 64 bit version?



You are probably using 64 bit JVM.
Think we'll need some sort of detection for installer.
Not sure if nsis can detect 32/64 bit jvm.

Regards,
Mladen.


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


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



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