SSL encryption with Tomcat

2008-05-20 Thread Indudhar Devanath
Hi, We have a production application which handles around 200 to 500 unique sessions at any given time of the day, and its growing. Thats the only application running on Tomcat 6.0. All the transactions take place through SSL encryption. Tomcat runs as stand alone, as a single instance

Configuring Tomcat for Production

2008-05-19 Thread Indudhar Devanath
Hi, I tried looking for one place where I could find information on the best practices for configuring Tomcat in production. I couldn't find it. Tomcat FAQ doesn't list that either. Is there any place where I can find more information on that. What I would like even better is, just put

Re: Configuring Tomcat 6.0 and Sun JDK 6 for Production

2008-05-19 Thread Indudhar Devanath
We are using Tomcat 6.0 and Sun JDK 6 on SUSE LINUX ENTERPRISE SERVER. I am looking for production value configurations for these versions only. thanks, Indu Original Message Subject: Configuring Tomcat for Production From: Indudhar Devanath [EMAIL PROTECTED] To: Tomcat

Tomcat 6.x for 64 bit OS

2008-01-02 Thread Indudhar Devanath
Hi, We are looking for 64 bit Tomcat 6.x version to be run as service on Windows Server. We did find many solutions on the web, but is there any official version from Apache group? Indudhar - To start a new topic, e-mail:

Re: Tomcat 6.x for 64 bit OS

2008-01-02 Thread Indudhar Devanath
The OP was asking about running Tomcat as a service on a 64-bit Windows box, which requires a 64-bit version of the launcher (tomcat6.exe) and service wrapper (tomcat6w.exe); these are not Java programs Thats right Chuck. I did find something here.

Re: Datasource Error

2007-08-08 Thread Indudhar Devanath
Will, The tomcat isn't able to find the database jdbc driver class. Make sure you put database-jdbc.jar file inside tomcat/common/endorsed/ folder. Lets say you were using MySql database. MySql provides a jdbc jar file to connect to the database. Get that jar file and put it in /endorsed/