Re: Huge tomcat memory footprint

2004-11-04 Thread Surendra Kumar
Anand The pmap command itself gives some good info on this huge memory footrpint. There will be jars, some libraries (JVM specifc) are loaded into the memory that can cause this footprint. You can find the list of jars/files loaded by using the inode number. In

Tomcat 4.1.29 - Special chars in a file name

2004-08-31 Thread Surendra Kumar
Hi I am using Tomcat 4.1.29 + Apache 1.3.31. In one of my webapp i have a file named test+.gif When i try to access this gif file, tomcat throws resource not available message. All other gif files in the same dir are accessible. Even the directory listing shows the file is available.

Re: Tomcat 4.1.29 - Special chars in a file name

2004-08-31 Thread Surendra Kumar
] Sent: Tuesday, August 31, 2004 8:02 PM Subject: Re: Tomcat 4.1.29 - Special chars in a file name On 31 August 2004, Surendra Kumar said: Hi I am using Tomcat 4.1.29 + Apache 1.3.31. In one of my webapp i have a file named test+.gif Probably a URL encoding problem -- if a web page includes

Re: precompiling jsp files gives error

2004-07-23 Thread Surendra Kumar
files within jsp files.This was the reason I tried running the changed build.xml file (tomcat-precompile-jsp.xml file) as suggested by one of the developers here, but it is giving me build failed as mentioned earlier... Can anybody please help ? Regards, javaonlyjava Surendra Kumar [EMAIL

Re: precompiling jsp files gives error

2004-07-22 Thread Surendra Kumar
Probably the jasper-compiler.jar not in the classpath. -Surendra - Original Message - From: java only [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 23, 2004 10:46 AM Subject: Re: precompiling jsp files gives error Hi , I have checked the archives and I

Re: Tomcat process memory growth

2004-07-01 Thread Surendra Kumar
:05:01 +0530, Surendra Kumar [EMAIL PROTECTED] wrote: Hi I am using Tomcat 4.1.29 and JDK 1.4.2_04 in my application. The total memory of the process ( VM + Real Memory) keeps on increasing. The heap size of VM is not increasing ( verified by printing the free memory

Tomcat process memory growth

2004-06-30 Thread Surendra Kumar
Hi I am using Tomcat 4.1.29 and JDK 1.4.2_04 in my application. The total memory of the process ( VM + Real Memory) keeps on increasing. The heap size of VM is not increasing ( verified by printing the free memory) , but the total memory used by the process increasing.

Re: Tomcat process memory growth

2004-06-30 Thread Surendra Kumar
PROTECTED] Sent: Wednesday, June 30, 2004 6:09 PM Subject: RE: Tomcat process memory growth It seems your web application has a memory leak : Use a Profiler to check the memory usage in your application. -Message d'origine- De : Surendra Kumar [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30

HTTPRequest object returns null for getRemoteHost()

2004-06-21 Thread Surendra Kumar
Hi Everyone I am using Tomcat 4.1.29 and the getRemoteHost() call from HttpServletRequest is returning null. Do i need to need to configure anything for this api to work ? Thanks Surendra

Re: HTTPRequest object returns null for getRemoteHost()

2004-06-21 Thread Surendra Kumar
the desired information Carsten Surendra Kumar wrote: Hi Everyone I am using Tomcat 4.1.29 and the getRemoteHost() call from HttpServletRequest is returning null. Do i need to need to configure anything for this api to work ? Thanks Surendra -- Mit freundlichen

Re: Order of WebApp Loading

2004-06-18 Thread Surendra Kumar
Hi QM Thanks for replying the mail. Can you provide more info about the indirect way. I am not clear on this. The App#1 needs to be started first because the other apps depends upon the services provided by the App #1. Thanks Surendra - Original Message - From: QM [EMAIL

Order of WebApp Loading

2004-06-16 Thread Surendra Kumar
Hi Everybody I am using Tomcat 4.1.29 and i have several webapps in my application. I want to set one webapp to load first and the rest of the webapps should be loaded after it. I have tried changing the order in server.xml, but it didn'y help. Is

Tomcat 4.1.29 getRemoteHost() returns null

2004-05-05 Thread Surendra Kumar
Hi I am using Tomcat 4.1.29 with JK connector. The api request.getRemoteHost() returns null. I also made enableLookup=true in the connector properties Is there anything else i need to configure ? Thanks Surendra - To

Startup Servlet + Additional Jars Question

2003-12-05 Thread Surendra Kumar
Hi We are using Tomcat 3.3.1 in one of our product. We have a startup servlet in one of our webapp. The necessary classfiles for the servlet are in a jar and it resides outside tomcat direcotry structure. So, we have used additional jars property to add the jar. When

unable to start tomcat

2003-04-02 Thread Surendra Kumar
Hi, I am using Tomcat 3.3.1 and when i start i am getting the following message and the tomcat process is not starting up. ## ServerXmlReader: Config=$TOMCAT_HOME/conf/server.xml EmbededTomcat: No configuration found. EmbededTomcat: The modules and/or server configuration files are

Re: unable to start tomcat

2003-04-02 Thread Surendra Kumar
Yes i did set. Thanks Surendra - Original Message - From: Michael Mattox [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 1:45 PM Subject: RE: unable to start tomcat Have you set your $TOMCAT_HOME variable to the path to tomcat? Hi, I

Re: unable to start tomcat

2003-04-02 Thread Surendra Kumar
yes i have everything ( server.xml, modules.xml etc ) in place in conf direcory. The point here is, it was working before and suddenly it stopped. -Surendra - Original Message - From: Jan Behrens [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent:

Re: unable to start tomcat

2003-04-02 Thread Surendra Kumar
used Tomcat 3.x in a long time, but it really looks like the TOMCAT_HOME isn't set or the server.xml file isn't in $TOMCAT_HOME/conf Michael -Original Message- From: Surendra Kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 11:41 AM To: Tomcat Users List; [EMAIL

Multiple jre's in single tomcat server

2003-03-31 Thread Surendra Kumar
Hi All We are using Tomcat version 3.3.1 in our application. We have 2 webapps. We want one of the web-app to run in jre 1.3.1 and another web-app in jre 1.4. Is this possible to do ? If yes please let me know how to do it. Thanks Surendra

Re: Multiple jre's in single tomcat server

2003-03-31 Thread Surendra Kumar
the web-apps defined.). The tricky part is how you are accessing them. If they are on seperate vhosts, then it is pretty simple. Otherwise the rest of the setup depends on whether you are fronting Apache/IIS/iPlanet, or using Tomcat-Standalone. Surendra Kumar [EMAIL PROTECTED] wrote

Re: Multiple jre's in single tomcat server

2003-03-31 Thread Surendra Kumar
? Yoav Shapira Millennium ChemInformatics -Original Message- From: Surendra Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 3:11 AM To: Tomcat Users List Subject: Multiple jre's in single tomcat server Hi All We are using Tomcat version 3.3.1 in our application. We have

Need Help in Server.XML

2003-03-26 Thread Surendra Kumar
Hi, We were using Tomcat version 3.3.1 in our product and everything wad working fine. Recently Tomcat released 3.3.1a with security updates. To fix the security issue we have replaced the 4 jar files (tomcat.jar, tomcat_modules.jar, tomcat_util.jar, facade22.jar) mentioned in the report.

How to increase the stack memory for tomcat ?

2003-02-07 Thread Surendra Kumar
Hi All I want to increase the stack size allocated to my tomcat process. Is there any configuration file where i can change this ? Besides is there any way i can configure the stack size for per Web applications ? I am using Tomcat version 3.3.1 Thanks for any help/pointers. -Surendra

IPv6 Support in Tomcat

2003-01-08 Thread Surendra Kumar
Hi All Is IPv6 support available for any version of Tomcat ? Where can i get the documentation related to this ? Thanks Surendra -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: IPv6 Support in Tomcat

2003-01-08 Thread Surendra Kumar
for details. http://java.sun.com/j2se/1.4/docs/guide/net/ipv6_guide/ David Surendra Kumar wrote: Hi All Is IPv6 support available for any version of Tomcat ? Where can i get the documentation related to this ? Thanks Surendra -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Tomcat service is not starting

2002-12-03 Thread Surendra Kumar
Hi all I have installed Tomcat 3.3.1 in Win2K prof. as a service. When we start this Service i am getting the following error in the event viewer and the service is not starting Could not create a FileOutputStream for System.out redirect. ' What does this mean and how can i overcome

Tomcat 3.3.1 in Windows occupies 100 % CPU

2002-11-22 Thread Surendra Kumar
Hi all We are using Apache 1.3.26 + Tomcat 3.3.1 in W2K Professional platform. During some servlet operations the CPU usage of Tomcat process becomes 100 % and it stays there for long (even days). Did anyone face this kind of problems ? Please let me know how to debug this. I also