The URL forwarding handles that for me.  On the non-SSL site, any URL that is prefixed 
with /secure/ is forwarded to the secure site.

-----Original Message-----
From: Colin Wilson-Salt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 10:15 AM
To: JRun-Talk
Subject: Re: Site split into SSL and non-SSL


Is it possible to flag certain URLs as being only available from the 
secure server?, otherwise it may be possible for soemone to remove the s 
in https, and your application will work fine, but everything will be 
insecure.

Boemio, Neil (CAP, FGI) wrote:

> Thanks!  That's a relief to hear!
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 09, 2001 9:12 AM
> To: JRun-Talk
> Subject: RE: Site split into SSL and non-SSL
> 
> 
> I have successfully connected JRun 3 to two Netscape servers (ssl and
> non-ssl) on the same box. It seems to work but I have not done so in
> production.
> 
> -----Original Message-----
> From: Boemio, Neil (CAP, FGI) [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 08, 2001 7:12 PM
> To: JRun-Talk
> Subject: RE: Site split into SSL and non-SSL
> 
> 
> I'm sorry!   I figured it out!  I was always under the impression that a JSM
> could only be linked to one site (I don't know why).  That is not the case.
> I simply ran the connector
> wizard again, but this time configured the same JSM for the second netscape
> instance.  And it works great!
> 
> Question:  I will eventually go to JRun 3 ..... can anyone tell me if I will
> be able to do the same thing in that version?
> 
> Thanks!
> Neil
> 
>> -----Original Message-----
>> From:        Boemio, Neil (CAP, FGI) 
>> Sent:        Monday, January 08, 2001 6:56 PM
>> To:  '[EMAIL PROTECTED]'
>> Subject:     Site split into SSL and non-SSL
>> 
>> I'm running NES 3.62 and JRun 2.3.3 build 157 with JSP pages.
>> 
>> I need to split my site up with some pages using SSL and others not using
> 
> SSL.  So I have 2 netscape instances on the same box, one listening on port
> 80 and the other listening
> 
>> on port 443 with SSL enabled.  Both sites point to the same root directory
> 
> so that I have only one place for my HTML, JSP, and images.  This directory
> has a public subdirectory
> 
>> and a secure subdirectory.  The 80 site uses URL forwarding to forward any
> 
> URL prefixed with /secure/ to go to the 443 site (SSL).  The 443 site uses
> URL forwarding to forward
> 
>> any URL prefixed with /public/ to go to the 80 site (non-SSL).  This works
> 
> great.
> 
>> My problem is that I have 2 JSMs.  One linked to the 80 site and one
> 
> linked to the 443 site.  But when a user logs in to the 443 site and creates
> a session, that info is not
> 
>> available from JSP pages on the 80 site (because that's using a different
> 
> JSM).
> 
>> Is there a different way to accomplish this using only one JSM??   Am I
> 
> doing this totally wrong?
> 
>> Please .... any help is appreciated!
>> Neil
>> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to