RE: Load Balancing Configuration

2007-02-06 Thread Narayanaswamy, Mohan
All the hardware load balancers are nowadays supporting SSL support. It uses hashing to support sticky session. Check Alteon Load Balancer Home Page. Regards, Mohan -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 3:19 AM To: Tomcat

RE: Tomcat OutOfMemoryException PermGen

2007-01-24 Thread Narayanaswamy, Mohan
Have you tried - nntp://news.gmane.org/gmane.comp.jakarta.tomcat.user ? -Original Message- From: Ondrej Zizka [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 5:35 PM To: users@tomcat.apache.org Subject: Re: Tomcat OutOfMemoryException PermGen Sorry for posting this twice, that

RE: Tomcat PermGen OutOfMemoryException solution?

2007-01-17 Thread Narayanaswamy, Mohan
Question on point #4, Do you mean that tomcat(or Java) will have multiple copies of the same class, assuming same jar shipped with different applications, Can't tomcat class loader identify & avoid them? If there is a web hosting company, multiple application may use the same jar (say struts1.x.j

RE: Tomcat & JDK upgrade

2007-01-17 Thread Narayanaswamy, Mohan
e > From: Narayanaswamy, Mohan > Questions 1) Is there any document or guidelines for migrating of web > applications using JDK1.4_2 to JDK1.5. I am searching Java sdn and > Java platform migration guide, but they are not really very useful > related to web application. > > Coupl

Tomcat & JDK upgrade

2007-01-17 Thread Narayanaswamy, Mohan
Dear All, We are running more than 20 applications in shared environment (Same H/W + Linux + JDK1.4_2 + Apache + Tomcat/4.1.29-LE-jdk14 + Struts). Questions 1) Is there any document or guidelines for migrating of web applications using JDK1.4_2 to JDK1.5. I am searching Java sdn and Java platfor

RE: How to disable default servlet?

2007-01-08 Thread Narayanaswamy, Mohan
? On 1/8/07, Narayanaswamy, Mohan <[EMAIL PROTECTED]> wrote: > > I need to disable default servlet to restrict serving the static pages. > > We use shared Apache+Tomcat, We need apache to serve static and tomcat > for dynamic, By no way tomcat should provide static resources.

How to disable default servlet?

2007-01-08 Thread Narayanaswamy, Mohan
I need to disable default servlet to restrict serving the static pages. We use shared Apache+Tomcat, We need apache to serve static and tomcat for dynamic, By no way tomcat should provide static resources. Regards, Mohan This email is confidential. If you are not the addressee tell the sender i

RE: web application - student need help Thank You's

2007-01-08 Thread Narayanaswamy, Mohan
Mike, Using rdbms table for authentication isn't bad, but make sure you store only the hashed password, So even DBA can't read them. When user enters the password again hash it and compare with the db hashed password. Make sure you enabled https, so that even network snuffers can't read them. I

RE: Presentation on Tomcat

2007-01-04 Thread Narayanaswamy, Mohan
http://www.google.co.in/search?hl=en&as_qdr=all&q=Tomcat+filetype%3Appt+ inurl%3Aedu&meta= - 908 valid presentations :) . Regards, Mohan -Original Message- From: Vijay Hatewar [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 3:10 PM To: 'Tomcat Users List' Subject: RE: Presen

RE: using Tomcat web server.

2006-12-10 Thread Narayanaswamy, Mohan
It was one of the conference room name (or building name) in Sun Microsystems - (But I am not sure about it). Regards, Mohan -Original Message- From: Thanh Vinh Nguyen [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 2:24 PM To: users@tomcat.apache.org Subject: Fwd: using Tomcat

RE: RE: RE: tomcat switches off all the time

2006-12-07 Thread Narayanaswamy, Mohan
although I turned of the firewall. Original-Nachricht Datum: Thu, 7 Dec 2006 15:10:37 +0530 Von: "Narayanaswamy, Mohan" <[EMAIL PROTECTED]> An: "Tomcat Users List" Betreff: RE: RE: tomcat switches off all the time > > Yes, Turn of the Window

RE: RE: tomcat switches off all the time

2006-12-07 Thread Narayanaswamy, Mohan
time yes, I`m using the Windows Firewall... does a firewall have any influence on the activity of the tomcat-service? Original-Nachricht Datum: Thu, 7 Dec 2006 14:57:56 +0530 Von: "Narayanaswamy, Mohan" <[EMAIL PROTECTED]> An: "Tomcat Users List" Bet

RE: tomcat switches off all the time

2006-12-07 Thread Narayanaswamy, Mohan
Is there any firewall running in your machine? -Original Message- From: Andreas Hess [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 5:20 PM To: users@tomcat.apache.org Subject: tomcat switches off all the time I`m trying to install the tomcat 5.5.12 version on my computer, b

RE: Oracle JDBC OCI driver access in Tomcat

2006-11-30 Thread Narayanaswamy, Mohan
Below information may be useful to you. abstract of oracle technical docs : JDK Driver File Name JDBC Version --- 1.1 classes111.zip 7.3.4 - 1.2 classes12.zip 8.1.6 - 1.3 classes12.zip 9.2 - 1.4 ojdbc14.zip 9.2 - If you use oracle 9i and JDK 1.4 you must use ojdbc14

Connector question

2006-11-29 Thread Narayanaswamy, Mohan
In one of my development server, we have the following two entry, Do we need both of the below entries to support Apache + Tomcat4.1.x? --- In http://tomcat.apache.org/tomcat-4.1-doc/config/connectors.html - o

Request.getServerName() - Configuration

2006-11-29 Thread Narayanaswamy, Mohan
Dear All, How to configure request.getServerName() to return based on the url? -- Could someone of you help me to find all the combination (Tomcat 4.1.x + mod_jk + Apache) of configuration for server name value. We have following configuration in the server. In httpd.conf ServerName s

RE: Deploying apps outside of the Tomcat root

2006-11-26 Thread Narayanaswamy, Mohan
Place a context entry in server.xml and let its docBase point your custom folder. Regards, Mohan -Original Message- From: Richard K Miller [mailto:[EMAIL PROTECTED] Sent: Sunday, November 26, 2006 10:21 AM To: users@tomcat.apache.org Subject: Deploying apps outside of the Tomcat root Hi