Hi, 
 This has been logged a bug for JRun Apache connector on windows platform. 
Recompilation won't help. If you want to use SSL feature on windows environment, I 
would recommend to use other web servers at this time. 
 If you are porting to Linux/Unix, then recompiled connector will solve this problem. 

Thanks.
Woojin


-----Original Message-----
From: Sebastian Millies [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 8:29 AM
To: JRun-Talk
Subject: SSL bug in JRun web connector?


Hi,

I posted this previously on the JRun newsgroups, but unfortunately
nobody had anything to say to this. Perhaps this list is interested:
I believe I have discovered a bug in the JRun web connector for
Apache.

I have successfully set up Apache 1.3.24 with SSL (I'm using mod_ssl)
and connected 
both JRun 3.1 build 39664 and Tomcat 3.2.1 to it. For JRun, I'm using
the httpd.conf 
entries which  get created by running the connector wizard:

# JRun Settings
# JRun - Comment out this line to disable DSO (ie you compiled module
into your server.
LoadModule jrun_module
"D:/Programme/Allaire/JRun3.1/connectors/apache/intel-win/mod_jrun136.dll"
<IfModule mod_jrun.c>
JRunConfig jrun.rootdir "D:\Programme\Allaire\JRun3.1"
JRunConfig jvmlist default
JRunConfig Verbose false
</IfModule>

When requesting a URL like this: 
   https://my-domain/app/Snoop.jsp
(note the "https")

then  request.getScheme() will incorrectly return "http".

However, when making the same request using the same Apache server but
this time 
connected toTomcat, then calling request.getScheme() will correctly
return "https".

When using the JWS instead of Apache, then request.getScheme() is Ok,
too.

I conclude that mod_jrun136.dll is not passing the SSL information
correctly to JRun.

Can this be fixed by setting a directive in httpd.conf, or some JRun
property?

This is under NT 4.0 and Win2K. 

-- Sebastian

--------------------------------------------------------------------------
Sebastian Millies, IDS Scheer AG
Postfach 10 15 34, 66015 Saarbr�cken
Zimmer 2.34,   email: [EMAIL PROTECTED]
fon +49-681-210-3221, fax +49-681-210-1311 


______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to