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 and is configured to handle SSL encryption.  Would it be better 
if we made tomcat work with Apache HTTP Server?  Would it be better if 
SSL encryption is handled by tomcat or if it is handled by Apache HTTP 
Server?


I would really appreciate your opinions on this.

thanks,
Indu

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 your thoughts on what you 
think should be considered.  JVM options such as -Xmx and -Xms is well 
known.  Is there any other JVM options that are worth considering?


I am seeking both tomcat specific configuration settings and also JVM 
settings.


thanks,

Indu

(ps: If anyone else is interested in this information, let me know.  I 
will try to collect as much information as I can and I can repost it 
into this group.)


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 Users List users@tomcat.apache.org
Date: Monday, May 19, 2008 10:20:57 AM


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 your thoughts on what you 
think should be considered.  JVM options such as -Xmx and -Xms is well 
known.  Is there any other JVM options that are worth considering?


I am seeking both tomcat specific configuration settings and also JVM 
settings.


thanks,

Indu

(ps: If anyone else is interested in this information, let me know.  I 
will try to collect as much information as I can and I can repost it 
into this group.)


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39327

But I couldn't find anything for Tomcat 6.x

Indu

 Original Message  
Subject: Re: Tomcat 6.x for 64 bit OS
From: Caldarale, Charles R [EMAIL PROTECTED]
To: Tomcat Users List users@tomcat.apache.org
Date: Wednesday, January 02, 2008 10:08:30 AM

From: Gregor Schneider [mailto:[EMAIL PROTECTED] 
Subject: Re: Tomcat 6.x for 64 bit OS


- compile it on your 64bit-platform using a 64bit-JDK using the
provided Ant-build-script


That would be a waste of time, since pure Java programs are completely
platform independent, and, other than the APR connector, Tomcat is pure
Java.

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, and I'm not
sure where to find binary versions.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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/ folder.

The reason sometimes it works with Netbeans could be that the ide was providing 
this jar, instead of tomcat.  So when you moved to Websphere IDE, that jar 
might not be available from Websphere.

Indu

Will Holmes wrote:

Barry,

  I had no problems with the project when I was using Netbeans 5.5 as my IDE
but I had to convert my project to work with Websphere development studio
and that is when I encountered the error below.  I believe the error is
somewhere with my Tomcat setup.  I thought maybe there might be some bugs
with Tomcat 5.5.9.  


Thanks
Wil

-Original Message-
From: Propes, Barry L [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 07, 2007 11:53 AM

To: Tomcat Users List
Subject: RE: Datasource Error

we might could stand to see more of the code...or I could at least.



-Original Message-
From: Will Holmes [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 07, 2007 10:33 AM
To: users@tomcat.apache.org
Cc: [EMAIL PROTECTED]
Subject: Datasource Error


I am using Tomcat 5.5.9 on Windows XP
I have created a resouce in the Tomcat server.xml file.
I have configured the resource ref in the web.xml file.
 
When my application access the datasource I get the following error:

org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of
class '' for connect URL 'null' 
 
Anyone have any ideas?
 
Thanks in advance!!
 
Will Holmes

Programmer Analyst
Fremont Insurance Company
Ph: 231-924-0302 Ext. 145
E-Mail: [EMAIL PROTECTED]
 



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]