Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread sridharmnj
Many thanks!! I am planning to follow the below approach only. >>> Or, leave Apache in-between, but have it pass all requests for "bbb" to Tomcat also (like it does for aaa and ccc), and serve the static pages from Tomcat, subject to basic authentication on Tomcat. This way, after the first

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread André Warnier
sridharmnj wrote: - there is only one Apache, and one Tomcat, on the same physical server yes - there are no Apache VirtualHosts (or there is only one), and there is only one Tomcat section in server.xml Apache virtualhost is there, and tomcat host is - the back-end for the authentication is

RE: Single sign on issue with Tomcat and Apache

2008-06-05 Thread Caldarale, Charles R
> From: sridharmnj [mailto:[EMAIL PROTECTED] > Subject: Re: Single sign on issue with Tomcat and Apache > > Is it a better idea to move apache pages (bbb) into the > tomcat (ccc)? If you're not using httpd for anything other than serving static content, then yes, get rid of i

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread sridharmnj
> Johnny Kewl wrote: >> >> - Original Message - From: "sridharmnj" <[EMAIL PROTECTED]> >> To: >> Sent: Thursday, June 05, 2008 4:33 PM >> Subject: Re: Single sign on issue with Tomcat and Apache >> >> >>> >>>

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread André Warnier
Well, Johnny, we seem to agree.. Johnny Kewl wrote: - Original Message - From: "sridharmnj" <[EMAIL PROTECTED]> To: Sent: Thursday, June 05, 2008 4:33 PM Subject: Re: Single sign on issue with Tomcat and Apache Many thanks to all of you for responding to my problem

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread sridharmnj
- there is only one Apache, and one Tomcat, on the same physical server yes - there are no Apache VirtualHosts (or there is only one), and there is only one Tomcat section in server.xml Apache virtualhost is there, and tomcat host is FORM myWebSite Security /Login.jsp

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread Pid
sridharmnj wrote: Many thanks to all of you for responding to my problem. I apologize, I hope I didnot mention my system architecture clearly. (As I mentioned, it is an old application, which was developed 9 yrs ago, and no documentation at all :-( ) I am accessing those applications like.. ww

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread Johnny Kewl
- Original Message - From: "sridharmnj" <[EMAIL PROTECTED]> To: Sent: Thursday, June 05, 2008 4:33 PM Subject: Re: Single sign on issue with Tomcat and Apache Many thanks to all of you for responding to my problem. I apologize, I hope I didnot mention my sys

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread André Warnier
sridharmnj wrote: Many thanks to all of you for responding to my problem. I apologize, I hope I didnot mention my system architecture clearly. (As I mentioned, it is an old application, which was developed 9 yrs ago, and no documentation at all :-( ) I am accessing those applications like..

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread sridharmnj
Many thanks to all of you for responding to my problem. I apologize, I hope I didnot mention my system architecture clearly. (As I mentioned, it is an old application, which was developed 9 yrs ago, and no documentation at all :-( ) I am accessing those applications like.. www.mywebsite.com/aaa

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread Pid
Johnny Kewl wrote: - Original Message - From: "Propes, Barry L " <[EMAIL PROTECTED]> To: "Tomcat Users List" Hi, I am integrating two websites using single sign on. I have two sites namely aaa.com and bbb.com. I enabled SingleSignOn valve in server.xml file, and trying to acces

Re: Single sign on issue with Tomcat and Apache

2008-06-04 Thread Johnny Kewl
- Original Message - From: "André Warnier" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, June 05, 2008 2:54 AM Subject: Re: Single sign on issue with Tomcat and Apache Johnny Kewl wrote: - Original Message - From: "André

Re: Single sign on issue with Tomcat and Apache

2008-06-04 Thread André Warnier
Johnny Kewl wrote: - Original Message - From: "André Warnier" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2008 1:06 AM Subject: RE: Single sign on issue with Tomcat and Apache Hi. I saw your ongoing discussion, and maybe I ca

Re: Single sign on issue with Tomcat and Apache

2008-06-04 Thread Johnny Kewl
- Original Message - From: "André Warnier" <[EMAIL PROTECTED]> To: Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2008 1:06 AM Subject: RE: Single sign on issue with Tomcat and Apache Hi. I saw your ongoing discussion, and maybe I can contribute something,

RE: Single sign on issue with Tomcat and Apache

2008-06-04 Thread André Warnier
Hi. I saw your ongoing discussion, and maybe I can contribute something, but I need some more info before. Here is what you explained before : a) You have one site "aaa.com" to which users access this way : user ---> tomcat aaa.com b) and another site "bbb.com" t

Re: Single sign on issue with Tomcat and Apache

2008-06-04 Thread Johnny Kewl
- Original Message - From: "Propes, Barry L " <[EMAIL PROTECTED]> To: "Tomcat Users List" Hi, I am integrating two websites using single sign on. I have two sites namely aaa.com and bbb.com. I enabled SingleSignOn valve in server.xml file, and trying to access Its not going to w

Re: Single sign on issue with Tomcat and Apache

2008-06-03 Thread David Smith
Java version update alone doesnot solve the issue. Propes, Barry L wrote: and you're stuck on Java 1.3.1 and cannot go forward? -Original Message----- From: sridharmnj [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 4:17 PM

Re: Single sign on issue with Tomcat and Apache

2008-06-03 Thread sridharmnj
t; >>>> --David >>>> >>>> sridharmnj wrote: >>>> >>>>> I hope you did not observe the following lines from my post. >>>>> >>>>> >>>>>> bbb.com is an old project which was

Re: Single sign on issue with Tomcat and Apache

2008-06-03 Thread sridharmnj
reengineer the architecture. >>>>> >>>>> >>>> It is successfully running on those versions in production and client >>>> does >>>> not want to upgrade versions for time being. I dont think that the java >>>> ve

Re: Single sign on issue with Tomcat and Apache

2008-06-03 Thread David Smith
x27;re stuck on Java 1.3.1 and cannot go forward? -Original Message- From: sridharmnj [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 4:17 PM To: users@tomcat.apache.org Subject: RE: Single sign on issue with Tomcat and Apache Apache 2.0.50 Tomcat 5.0.27 Java 1.3.1 Propes, Ba

Re: Single sign on issue with Tomcat and Apache

2008-06-03 Thread sridharmnj
is creating any problem. Do you think so??? >> >> My problem is not related to Java version upgrades and its out of scope >> for >> discussion here. I am sure Java version update alone doesnot solve the >> issue. >> >> >> Propes, Barry L wrote: >>

Re: Single sign on issue with Tomcat and Apache

2008-06-03 Thread David Smith
rote: and you're stuck on Java 1.3.1 and cannot go forward? -Original Message- From: sridharmnj [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 4:17 PM To: users@tomcat.apache.org Subject: RE: Single sign on issue with Tomcat and Apache Apache 2.0.50 Tomcat 5.0.27 J

RE: Single sign on issue with Tomcat and Apache

2008-06-03 Thread sridharmnj
're stuck on Java 1.3.1 and cannot go forward? > > > -Original Message- > From: sridharmnj [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2008 4:17 PM > To: users@tomcat.apache.org > Subject: RE: Single sign on issue with Tomcat and Apache > > >

RE: Single sign on issue with Tomcat and Apache

2008-06-03 Thread Propes, Barry L
and you're stuck on Java 1.3.1 and cannot go forward? -Original Message- From: sridharmnj [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 4:17 PM To: users@tomcat.apache.org Subject: RE: Single sign on issue with Tomcat and Apache Apache 2.0.50 Tomcat 5.0.27 Java 1.3.1 P

RE: Single sign on issue with Tomcat and Apache

2008-06-03 Thread sridharmnj
Apache 2.0.50 Tomcat 5.0.27 Java 1.3.1 Propes, Barry L wrote: > > what versions are you using? Of each? > > -Original Message- > From: sridharmnj [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 03, 2008 3:52 PM > To: users@tomcat.apache.org > Subject: Single sign on issue with Tomcat a

RE: Single sign on issue with Tomcat and Apache

2008-06-03 Thread Propes, Barry L
what versions are you using? Of each? -Original Message- From: sridharmnj [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 3:52 PM To: users@tomcat.apache.org Subject: Single sign on issue with Tomcat and Apache Hi, I am integrating two websites using single sign on. I have two si