Versions of JVM to use with Tomcats 5.0.28 and 5.5.4

2004-12-10 Thread Hari Mailvaganam
Can anyone point me to where there can be resource on which preferred versions of JVM to use with Tomcats 5.0.28 and 5.5.4? Cheers, Hari - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Setting virtual path

2004-12-11 Thread Hari Mailvaganam
I have set it up from Apache - which acts as the HTTP listener and siimple redirects request to the Tomcat. regards, Hari Mailvaganam On Sat, 11 Dec 2004 14:52:56 +, Centaur zeus [EMAIL PROTECTED] wrote: HI All, I have a path like: http://www.foo.com/fooapp/testing.do?id=2

Re: Tomcat Version

2004-12-11 Thread Hari Mailvaganam
The only, but inconvenient way, I have found is to stop/start Tomcat and look at the 'catalina.out' log file. The Tomcat version number is written to the log file on start-up. cheers, Hari Mailvaganam On Sat, 11 Dec 2004 14:40:10 -0800, Billy Ng [EMAIL PROTECTED] wrote: Hi folks

Re: Please help me

2004-12-13 Thread Hari Mailvaganam
You can load balance between the two instances. cheers, Hari Mailvaganam On Mon, 13 Dec 2004 16:29:16 +0530, Rajesh [EMAIL PROTECTED] wrote: i tryed but sometimes it gives error when i restart(restarting webapp) it works good or is it possible to display a page for any request

Re: JK2 Officially Unsupported - Should I Avoid JK2?

2004-12-25 Thread Hari Mailvaganam
IMHO avoid JK2 On Wed, 22 Dec 2004 17:03:19 -0700, Sean Dockery [EMAIL PROTECTED] wrote: On November 15th, there was an announcement that JK2 is officially unsupported. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news/20041100.html#20041115.1 We're in the process of configuring

Monitoring Performance Tomcat 5.0.28

2004-12-30 Thread Hari Mailvaganam
available online - i.e throughput, response times? It can be a challenge finding benchmarks that fits ones criterias - as there are a huge number of variables to consider. I was hoping to find one which had a study the base parameters. Have a Happy and Peaceful 2005. regards, Hari Mailvaganam

Re: Failed JDBC connection hangs Tomcat

2005-01-30 Thread Hari Mailvaganam
The JTDS driver can cause the hanging you described - this has occured in a test we did on Win 2k, SQL Server 2k, 1.5 JDK. reagrds, Hari Mailvaganam On Sun, 30 Jan 2005 08:39:50 +0200, Igor [EMAIL PROTECTED] wrote: We have the same problem, that described in http://www.mail-archive.com

Re: virtualhost and deployment applications

2005-02-04 Thread Hari Mailvaganam
The VirtualHost binding can be conducted via Apache HTTP Server and use mod_proxy to the appropriate URI running in the Tomcat. On Fri, 04 Feb 2005 07:41:24 -0500, Carlos Gabriel Arce [EMAIL PROTECTED] wrote: Good Day I have a question. Is possible deploy an application per virtualhost,

Re: tomcat hangs

2005-02-04 Thread Hari Mailvaganam
Have you analyze the memory usage on the box? On Fri, 04 Feb 2005 14:35:37 +0530, Dhana Sekar Sugunan [EMAIL PROTECTED] wrote: Hi, I am not sure i am posting this in the correct area. Please bear and advice. My application needs to run a thread contiuously for every 1 hr. I have made

Re: Preferred Platform for Tomcat5

2005-02-04 Thread Hari Mailvaganam
Solaris 9 JVM 1.4.2_06 Tomcat 5.0.28 Any *NIX variant should be within an expected tolerance bandwidth - as long as a stable Tomcat and JVM version is used. On Thu, 3 Feb 2005 09:11:26 -0600, Todd Reed [EMAIL PROTECTED] wrote: Excluding Windows, is there a particular platform that works

Re: Application slows down

2005-02-04 Thread Hari Mailvaganam
What is the specs of the server? What memory has been allocated to Tomcat? Are there other apps running on the same server that grindas up memory? regards, Hari Mailvaganam On Fri, 4 Feb 2005 12:11:59 -0600, Kiran Patel [EMAIL PROTECTED] wrote: I have a software application, which uses

jk2.properties Query

2005-02-15 Thread Hari Mailvaganam
Hi: I noticed the following on the catalina.out: Feb 15, 2005 9:19:13 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=1/37 config=/local/jakarta-tomcat-5.0.28/conf/jk2.properties Does Tomcat 5.0.28 have mod_jk on by default?

Re: Tomcat Connection refused :-(

2005-04-04 Thread Hari Mailvaganam
Did installing Oracle or jBoss change your JVM path? On Apr 4, 2005 5:49 AM, gaurav [EMAIL PROTECTED] wrote: Peter Crowther wrote: From: gaurav [mailto:[EMAIL PROTECTED] I am using tomcat 5.5.7 on Fedora 3 with jdk1.5.0_02 my i have disable firewal and stopped Iptables !!

Re: Apache+Tomcat

2005-05-11 Thread Hari Mailvaganam
as the http listener only - you can proxy the request in Apache to Tomcat. And not bother with mod-jk2. regards, Hari Mailvaganam On 5/10/05, Praveen KUMAR [EMAIL PROTECTED] wrote: Hello, I am little bit confuse in following decision: Should be use 1- Apache (2.0.54) + Tomcat (5.0.28

Re: Form Authentication with SSL behind Load Balancer

2005-05-11 Thread Hari Mailvaganam
A couple of suggestions: - force all traffic on load balancer to/from extrenal world to SSL. - after form authentication on Tomcat, redirect users to the URL used by the load balancer - i.e. not XXX:8080/authenticate but www.YYY.com/authenticate - or both Hope this helps. regards, Hari

Re: Scalability issue question

2005-06-02 Thread Hari Mailvaganam
, memory, JVM etc. regards, Hari Mailvaganam On 6/2/05, Wallace, Scott [EMAIL PROTECTED] wrote: Currently using IIS and the ISAPI Tomcat redirect. Would like to just use Tomcat instead but don't know if it can handle my static content. The book Apache Tomcat 5 published by WROX warns

Re: Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread Hari Mailvaganam
mod_JK regards, Hari Mailvaganam On 6/22/05, David Rickard [EMAIL PROTECTED] wrote: System: Solaris SunOS 5.9 Apache: 2.0.52 Tomcat: 4.1.31 Mod JK: 1.2.6 The problem: Apache/mod_jk cannot resolve servlet URL mappings When Tomcat is running stand-alone, it can resolve servlet mappings

Re: sporadic problem connecting from Apache web server to Tomcat 5

2005-06-22 Thread Hari Mailvaganam
Hi Amarish: This could be a network or DNS issue. regards, Hari Mailvaganam On 6/22/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hey guys, I was wondering if anybody has seen an intermittent communication error between Apache web server and Tomcat. We were seeing something happening

Re: Tomcat Version detection

2005-06-22 Thread Hari Mailvaganam
Hi Steve: When Tomcat is started, the version number appears in Catalina.log. regards, Hari Mailvaganam On 6/20/05, Steve Vanspall [EMAIL PROTECTED] wrote: Hi there, I am running tomcat under linux, unfortunately can't remember whether it is 4.1.24 or 4.1.31, which made me relise, I

Re: R: TROUBLE UNCOMPRESSING jakarta-tomcat-5.5.9.tar.gz

2005-09-08 Thread Hari Mailvaganam
There could be a corruption during the download - try to download from another mirror. regards, Hari On 9/8/05, Ratti Michele [EMAIL PROTECTED] wrote: Thank you, Ben. I tried but I get the same error. :| Da: Ben Souther [mailto:[EMAIL PROTECTED]