Tomcat5.0.27 - javax.net.ssl.SSLException: Unrecognized SSL handshake

2008-08-20 Thread sridharmnj
Hi, My application is deployed into Solaris box and java version is 1.3, Tomcat 5.0.27, apache 2.0.50. This appication access a webservice whose end point is https://. I configured this app with JSSE 1.0.3 and also configured with the below code. System.setProperty("java.protocol.handler.pkgs", "

Tomcat 5.0.27 + Mod_Jk2 issue

2008-07-21 Thread sridharmnj
Hi, Firstly my apologies for asking help about a deprecated application (mod_jk2). We have Tomcat5.0.27 + Mod_jk2 setup on the production. One tomcat instance is running with the following port numbers for the existing sites. 8080, 8009, 8005 Now we have reengineered an existing site and create

Re: Tomcat 5.0.27 multiple instances in Solaris

2008-07-17 Thread sridharmnj
of single binary with multiple instances. Thanks, Sridhar Steve Ochani wrote: > > Date sent:Thu, 17 Jul 2008 15:30:33 -0700 (PDT) > From: sridharmnj <[EMAIL PROTECTED]> > Subject: Tomcat 5.0.27 multiple instances in Solaris > To:

Tomcat 5.0.27 multiple instances in Solaris

2008-07-17 Thread sridharmnj
Hi, I have a working tomcat5.0.27 in /export/ae/tomcat5.027 folder. (os is solaris) Now I am creating one more tomcat instance. So, I created one directory "Instance1" in /export/ae/tomcat5.0.27 folder and copied conf, logs, temp, webapps, work folders. I also modified port nubmers 8080, 8005, 80

Valid parameters for executable init parameter for cgi servlet

2008-07-07 Thread sridharmnj
Hi, Can anyone please explain me the valid values for excutable init parameter for cgi servlet. When I see the CGIServlet source code, its default value is "perl". What are the other valid values, for other than perl scripts? Thanks, Sridhar -- View this message in context: http://www.nabble.com

Re: Multiple tomcat versions in a same machine

2008-07-07 Thread sridharmnj
should contain two jdks one with 1.3 and one with 1.5. And also should contain two tomcat servers one with 5.0.27 and one with 6.0. sridharmnj wrote: > > Hi, > > Is it possible to have two different tomcat versions servers in one > machine. > Like.. Tomcat 5.0.27 and Tomc

Multiple tomcat versions in a same machine

2008-07-07 Thread sridharmnj
Hi, Is it possible to have two different tomcat versions servers in one machine. Like.. Tomcat 5.0.27 and Tomcat 6.0 in the same machine. If yes, please let me know the configuration process. Thanks, Sridhar -- View this message in context: http://www.nabble.com/Multiple-tomcat-versions-in-a-s

Tomcat 5.0.27, JDK 1.3.1 - NoSuchMethodError in CGIServlet$CGIEnvironment

2008-07-03 Thread sridharmnj
Hi, I am working on cgi scripts in tomcat. I did all the stuff for CGI in tomcat (Renaming jar file, uncommenting CGI servlet and all). When I access a simple ../hello.cgi, its working fine. But when use parameters (../hello.cgi?name=user) its giving the NoSuchMethodError. I tried googling and

Re: Single sign on issue with Tomcat and Apache

2008-06-05 Thread sridharmnj
eems to be the best solution for me. (Because, there are some other applications which are running on tomcat and this may be useful for future enhancements also) Now I am looking on feasibility of moving those pages to Tomcat. Thanks to you all and thanks to the wonderful forum. awarnier wrote: &g

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 sridharmnj
myDataBase and also found the following configuration in .htaccess file of each folder in bbb application AuthType Basic require group myGroup1 myGroup2 AuthName "myWebSite Security" Thanks, Sridhar awarnier wrote: > > > > sridharmnj wrote: >> Many thanks to all of yo

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-03 Thread sridharmnj
open up your browser and visit the same web site. I am not clear these lines. How the browser take care of those details. sridharmnj wrote: > > I am really sorry if my explanation was confused you. > > aaa.com -> Deployed in Tomcat and using FORM authentication. > > bbb.

Re: Single sign on issue with Tomcat and Apache

2008-06-03 Thread sridharmnj
user guide, visited some forums and also googled but, nothing cleared my doubts. I really appreciate your help. David Smith-2 wrote: > > sridharmnj wrote: >> My understanding: >> >> When server receives a request for a secured resource first time >> (depending >> on u

Re: Single sign on issue with Tomcat and Apache

2008-06-03 Thread sridharmnj
e only way > for bbb.com to know it's getting a request from a previously > authenticated user. > > --David > > sridharmnj wrote: >> I hope you did not observe the following lines from my post. >> >>> bbb.com is an old project which was developed around 9 yrs

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 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 s

Single sign on issue with Tomcat and Apache

2008-06-03 Thread sridharmnj
Hi, I am integrating two websites using single sign on. I have two sites namely aaa.com and bbb.com. When a user navigates from aaa.com, as he is already authenticated in it, he should be allowed to bbb.com without asking the credentials again. This is my requirement. aaa.com is based on Tomcat