Re: Enabling SSL in tomcat

2002-05-22 Thread Rajesh Harikrishnan
Hi Ajay, I also faced similar problem when tried to configure SSL on tomcat, then tried what 'J' told, but due to Java's security permission for file reading in local device's tomcat was possing a different 'IO Exception error'. I finally had it running after a work around, that is. I copied

Re: Doubts on SSL configuration.???

2002-05-22 Thread Rajesh Harikrishnan
of > > https is not specified." > > > > probably not the detail you need > > > > I would love to hear from anyone out there who has successfully gotten > > SSL running to assist Rajesh and I. I am kind of frustrated by what > > seems to be a simple task. -

Doubts on SSL configuration.???

2002-05-20 Thread Rajesh Harikrishnan
HI All, I need Apache-ssl+tomcat expert's help on this issue. My problem is, after a lot of search i am still not able to find some useful documentation for Configuring the Apahce+tomcat (on Windows) for HTTPS(SSL). My application needs to handle both HTTP and HTTPS. Few modules in the appli

Doubts on SSL configuration.

2002-05-18 Thread Rajesh Harikrishnan
HI All, I need Apache-ssl+tomcat expert's help on this issue. My problem is, after a lot of search i am still not able to find some useful documentation for Configuring the Apahce+tomcat (on Windows) for HTTPS(SSL). My application needs to handle both HTTP and HTTPS. Few modules in the app

Re: VM size increases.

2002-05-15 Thread Rajesh Harikrishnan
Hi Rajesh, Why don't you try using 'poolman' from 'www.poolman.com', which is also a free tool and is very good, we have been using it for almost an year and half without any problems!!. Hope this helps you. Regards H.Rajesh ([EMAIL PROTECTED]) SSPL,Chennai India - Original Message ---

Any idea about Session object Failue?

2002-05-11 Thread Rajesh Harikrishnan
Hi All, Thanks for your reply for my previous question on 'Session Problem'. In addition to the previous subject, i still could'nt figure out the exact problem in my application. After a close watch, i found some where in the application the existing 'Session object' is being 'Written Over

Please Help - New to SSL

2002-05-10 Thread Rajesh Harikrishnan
Hi, I am a newbie to the Security Region, Can some body help me to configure my existing setup to support the 'SSL' with 'HTTPS' protocol and other regular webapplications to run on 'HTTP'. My current setup is: Apache 1.3.20 Tomcat 3.2.2 Jdk 1.3.1 (Standard) Windows NT 4.0 1) How can i co

Session Problem - URGENT!!!!

2002-05-10 Thread Rajesh Harikrishnan
Hi All, I am having a problem with the session objects, let me first explain how we have used the session object in our application we have an application which is initalizing an 'SESSION' object when the user log's into the system. This object is used to store three attributes, 1) we have

Session Problem with Tomcat and Apache - URGENT - Please help!!!!

2002-05-10 Thread Rajesh Harikrishnan
Hi All, I am having a problem with the session objects, let me first explain how we have used the session object in our application we have an application which is initalizing an 'SESSION' object when the user log's into the system. This object is used to store three attributes, 1) we have

Re: Tomcat as automatic service in WinNT 4.0

2002-05-10 Thread Rajesh Harikrishnan
Hi Jayakumar P, What version of tomcat?? Have your heard of 'Jk_ntservice' package... For the old version like 'Tomcat 3.x' Please download it from the 'jakarta site' (i don't remember the exact site URL). That has a set of instructions to get on. Hope this solves your query.. Regards H.Rajes

Re: Apache 2 & TomCat 4 Integration Troubles...

2002-04-26 Thread Rajesh Harikrishnan
HI Frederick, You can always try defining the LoadModule with the full path of the physical system. ie.if the mod_webapp.so is found in "E:\Apache\modules\mod_webapp.so" you can specify them as follows: LoadModule webapp_module E:/Apache/modules/mod_webapp.so AddModule mod_webapp.c Try this