DNS Netwrork address Cache

2011-06-29 Thread Venky Vasant
I have a configuration setting of 10 minutes (networkaddress.cache.ttl=600) o n java security file   Will just a tomcat service restart help in clearing the cache or do i also need to run ipconfig/flushdns.   Regards Venky

Re: Tomcat5w GUI application

2011-05-19 Thread Venky Vasant
...@christopherschultz.net To: Tomcat Users List users@tomcat.apache.org Sent: Wed, May 18, 2011 11:18:38 AM Subject: Re: Tomcat5w GUI application -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Venkat, On 5/18/2011 5:18 AM, Venky Vasant wrote: However another question, i have jdbc drivers in the classpath

Re: Tomcat5w GUI application

2011-05-19 Thread Venky Vasant
need to confirm why dll files,  so my change does not impact anything. Again any insight is appreciated while i try looking for some information on Microsoft website. Regards Venkat From: Venky Vasant venkat...@yahoo.com To: Tomcat Users List users

Re: Tomcat5w GUI application

2011-05-18 Thread Venky Vasant
. Regards Venkat From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Tue, May 17, 2011 7:00:18 PM Subject: RE: Tomcat5w GUI application From: Venky Vasant [mailto:venkat...@yahoo.com] Subject: Re: Tomcat5w

Tomcat5w GUI application

2011-05-17 Thread Venky Vasant
I have been using Tomcat5w GUI application since some time and today i hit an issue with adding a new jar to the classpath. The change i made was It was not getting saved. I counted the characters and found out it was 1024, is this the max i can set  ? How do i set if i have to go above this

Re: Tomcat5w GUI application

2011-05-17 Thread Venky Vasant
/*.jar ** regards Venkat From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Tue, May 17, 2011 6:16:53 PM Subject: RE: Tomcat5w GUI application From: Venky Vasant [mailto:venkat...@yahoo.com

httponly cookies

2010-12-23 Thread Venky Vasant
  My client application failing to read cookies set as httponly by .net server.   what lines do i need add to read them and send it to the server.     Regards Venky

Re: httponly cookies

2010-12-23 Thread Venky Vasant
List users@tomcat.apache.org Sent: Thu, December 23, 2010 8:11:09 PM Subject: Re: httponly cookies 2010/12/23 Venky Vasant venkat...@yahoo.com: My client application failing to read cookies set as httponly by .net server. what lines do i need add to read them and send it to the server. 1. Do

web interface for tomcat service

2009-04-27 Thread Venky Vasant
Is there a way i can start/stop tomcat service  through a web interface which is right now setup as a service .. Thanks Venkat

Re: web interface for tomcat service

2009-04-27 Thread Venky Vasant
Actually not . i generally start/stop on windows services utility but wanted know if it can be done on web interface like tomcat manager . Regards Venkat From: Martin Gainty mgai...@hotmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, April

Re: web interface for tomcat service

2009-04-27 Thread Venky Vasant
List users@tomcat.apache.org Sent: Monday, April 27, 2009 7:32:26 PM Subject: Re: web interface for tomcat service Venky Vasant wrote: Is there a way i can start/stop tomcat service  through a web interface which is right now setup as a service .. Maybe. Now if you were as kind as indicating which

Port range

2009-03-25 Thread Venky Vasant
I am sure this is very simple question but i could not find a proper information Where do i find the official information about what port range can be used for tomcat server port and HTTP connector port for all windows servers. Regards Venkat

Tomcat Datbase Connection Pooling

2007-04-11 Thread Venky Vasant
Are there any best practices papers on how effectively DBCP parameters to be configured to have a efficient pool management I am asking this because there are commonly occuring issues with this all over the internet Regards Venkat

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread Venky Vasant
go to your task manager and see if a java process still running if it is kill it before you restart Venkat - Original Message From: mallika guliani [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, April 5, 2007 11:18:20 AM Subject: java.net.BindException: Address

Tomcat version for 64 bit windows server ??

2007-03-31 Thread Venky Vasant
Hello Is there a separate version of tomcat for 64-bit windows server? If not, is there a different HOW TO' to install the exisiting tomcat on 64 bit server? Regards Venkat It's here! Your new message!

Re: Tomcat Eclipse Integration

2007-03-31 Thread Venky Vasant
. === Huy T. Vo Voice: 408-853-0535 Fax: 408-853-1671 -Original Message- From: Venky Vasant [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 27, 2007 4:34 PM To: users@tomcat.apache.org Subject: Tomcat Eclipse Integration Some one please point me to a good link for setting up Eclipse

Re: Nullpointer Exception when i try to start up

2007-03-31 Thread Venky Vasant
Thanks it finally worked Venkat - Original Message From: Rashmi Rubdi [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, March 27, 2007 8:28:00 PM Subject: Re: Nullpointer Exception when i try to start up On 3/27/07, Venky Vasant [EMAIL PROTECTED] wrote

Nullpointer Exception when i try to start up

2007-03-27 Thread Venky Vasant
Hello i get this exception when i try to start java.lang.NullPointerException at org.apache.catalina.startup.Catalina.await(Catalina.java:615) at org.apache.catalina.startup.Catalina.start(Catalina.java:575) at org.apache.catalina.startup.Catalina.process(Catalina.java:183) at

Re: Nullpointer Exception when i try to start up

2007-03-27 Thread Venky Vasant
: Nullpointer Exception when i try to start up On 3/27/07, Venky Vasant [EMAIL PROTECTED] wrote: I double checked all the classpath, Configuration files, What about JAVA_HOME and CATALINA_HOME ? -Rashmi - To start a new topic, e-mail

Tomcat Eclipse Integration

2007-03-27 Thread Venky Vasant
Some one please point me to a good link for setting up Eclipse 3.2.1 with tomcat 5.5 i am having hard time here Regards Venkat 8:00? 8:25? 8:40? Find a flick in no time with the Yahoo! Search movie

Fw: tomcat as service with VM arguments

2007-03-25 Thread Venky Vasant
I have pretty much resolved all the exceptions by adding required jar files to class path Now i dont get any exceptions but still tomacat does not start How do i know now what is the issue??? Need help here Regards Venkat - Forwarded Message From: Venky Vasant [EMAIL PROTECTED

Re: tomcat as service with VM arguments

2007-03-23 Thread Venky Vasant
ce document, nous vous signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: Venky Vasant [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, March 22, 2007 6:55 PM Subject: Re: tomcat

tomcat as service with VM arguments

2007-03-22 Thread Venky Vasant
Hello I need to start tomcat as service with VM arguments, let me know how do i pass VM arguments. Previously i had this setup in Eclipse which provide two places in RUN Options one for Program Arguments and another for VM arguments. Now since i want this to start as soon as tomcat start as a

Re: tomcat as service with VM arguments

2007-03-22 Thread Venky Vasant
There is an arguments input field in properties window which is set to start i tried appending that with VM arguments it did not work Can some one throw some pointers to this - Original Message From: Venky Vasant [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, March 22