Thanks for your answer. Could you please point me at the relevant section? I've looked through the document, and it says only to use the connector wizard or connector installer, but nothing on rebuilding the connector, as far as I have seen.
-- Sebastian >>> [EMAIL PROTECTED] 28.05.02 15:31:41 >>> Rebuild the Apache connector and use the new connector. Instructions for rebuilding the connector in JRun 3.x are included in the advanced configuration guide. Eric Eric Anderson Senior Engineer JRun Product Support Macromedia Incorporated -----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 Saarbrncken 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
