trustStore details in server.xml

2004-12-09 Thread Sunitha Kumar
Hi , Is there a way we could mention this in server.xml? Similar to the keyStore. thanks, -sunitha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Connector debug

2004-12-07 Thread Sunitha Kumar
Hey folks: Is there a way we could attach a debugger to an already running instance of tomcat? JProfiler requires re-start of tomcat. thanks, -sunitha David Dankwerth wrote: Thanks for the help ill have a go at one of these profilers Thanks again David D Allistair Crossley wrote: something like

Tomcat auth error?

2004-11-11 Thread Sunitha Kumar
ERROR [http8443-Processor20] authentication.Credentials (Credentials.java:89) - getCredential: CREDENTIAL_VALUE_NOT_DEFINED for AuthLoginPin Any pointers on where / why this error occurs? Is this internal tomcat error, or JSP error? thanks, -sunitha

hide source of a page

2004-11-08 Thread Sunitha Kumar
Hi folks: Can viewing the source code of a page be blocked in tomcat? thanks, -sunitha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Bind errors in 5.0.19

2004-09-07 Thread Sunitha Kumar
Hey folks: On reboot, tomcat complains that it is not able to Bind to port 8080. I do not see 8080 being used by anything else, with netstat -a Any pointers? thanks, -sunitha ug 16, 2004 1:10:51 PM org.apache.catalina.startup.Catalina load SEVERE: Catalina.start LifecycleException: Protocol

Re: Bind errors in 5.0.19

2004-09-07 Thread Sunitha Kumar
No. Filip Hanik - Dev wrote: do you have more than one connector in server.xml on the same port Filip - Original Message - From: Sunitha Kumar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 4:42 PM Subject: Bind errors in 5.0.19 Hey folks: On reboot, tomcat

LD_ASSUME_KERNEL

2004-08-11 Thread Sunitha Kumar
Hey folks: Would setting CATALINA_OPTS to -DLD_ASSUME_KERNEL=2.2.5 work? or , should this be set in JAVA_OPTS instead? Also, once tomcat is started with these options, how do I know that it is not using NPTL? thanks -sunitha -

Interaction with tomcat shutdown and CATALINA_PID

2004-08-10 Thread Sunitha Kumar
Hey folks: How do we know that tomcat has shutdown completly? Would the return of bin/shutdown.sh give some indication? The scenario I am seeing here, is : I define a PID file in CATALINA_PID env variable. And, on calling CATALINA_HOME/bin/shutdown.sh, I delete this PID file. However, tomcat

5.0.19 Memory Leak?

2004-08-10 Thread Sunitha Kumar
Hey folks: There was a thread which mentioned that there have been memory leaks in 5.0.19. Is this a known issue? If so, is the recommendation to move to 5.0.25? thanks, -sunitha - To unsubscribe, e-mail: [EMAIL PROTECTED] For

tomcat blocked on threads, high CPU

2004-08-06 Thread Sunitha Kumar
Hey folks: I got a stack dump of all threads in tomcat, when tomcat was not responding, and looks like the TP Monitor is also blocked. I saw GC ( garbage collector ) also blocked. TP-Monitor daemon prio=1 tid=0x088334f8 nid=0x1fcd in Object.wait() [a6b8b000..a6b8b87c] at

Re: Tomcat error

2004-08-04 Thread Sunitha Kumar
Yoav: For Run time, can JDK 1.5 work with tomcat 5.0.25 or 5.0.19? thanks, -sunitha Shapira, Yoav wrote: Hi, Make sure you compile the class with JDK 1.4 or earlier, not JDK 1.5. Yoav Shapira Millennium Research Informatics -Original Message- From: Schalk Neethling [mailto:[EMAIL

Unable to deploy a JSP from tomcat

2004-07-29 Thread Sunitha Kumar
Folks: I have defined CLASSPATH to have $JAVA_HOME/lib/tools.jar, in catalina.sh However, while deploying my .war file, it fails to find tools.jar. Any pointers? thanks, -sunitha Servlet threw load() exception org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was

Re: Unable to deploy a JSP from tomcat

2004-07-29 Thread Sunitha Kumar
$JAVA_HOME/lib/tools.jar - Contains the javac compiler used to convert JSP pages into servlet classes. Sunitha Kumar wrote: Folks: I have defined CLASSPATH to have $JAVA_HOME/lib/tools.jar, in catalina.sh However, while deploying my .war file, it fails to find tools.jar. Any pointers? thanks

Re: Unable to deploy a JSP from tomcat

2004-07-29 Thread Sunitha Kumar
Set to Java's j2sdk path: /usr/local/thirdparty/java/j2sdk Martin, David S wrote: Sunitha, What is your JAVA_HOME environment variable set to? David Martin -Original Message- From: Sunitha Kumar [mailto

5.0.19 - production release?

2004-07-28 Thread Sunitha Kumar
Folks: I wanted to find out if 5.0.19 is a production release, or just a alpha/beta? thanks, -sunitha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat 5.0.19 and NPTL

2004-07-27 Thread Sunitha Kumar
Hey folks: Do we know if 5.0.19 can work with NPTL? thanks, -sunitha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.0.27 / JavaServer Faces

2004-07-27 Thread Sunitha Kumar
where can I download 5.0.27 from? thanks, -sunitha Filip Hanik - Dev wrote: move the Java Server Feces JAR files from WEB-INF/lib to TOMCAT/common/lib and try again Filip - Original Message - From: Betto McRose G, [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday,

Re: tomcat 5.0.19 and NPTL

2004-07-27 Thread Sunitha Kumar
QM, thanks I heard JDK 1.5 has support for NPTL. Any idea if tomcat 5.0.27 works with JDK 1.5? thanks, -sunitha QM wrote: On Tue, Jul 27, 2004 at 05:28:56PM -0700, Sunitha Kumar wrote: : Do we know if 5.0.19 can work with NPTL? This has to do with the underlying JDK, not Tomcat. If your JDK

CPU spike problems on 5.0.19

2004-07-19 Thread Sunitha Kumar
Any body seen this? thanks, -sunitha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CPU spike problems on 5.0.19

2004-07-19 Thread Sunitha Kumar
a problem with your code. Sunitha Kumar wrote: Any body seen this? thanks, -sunitha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Why 41 processes with Tomcat under Linux

2004-05-17 Thread Sunitha Kumar
us about others can lead us to an understanding of ourselves. - Carl Jung - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sunitha Kumar Software Engineer http://www.cisco.com

Re: Starting tomcat with a lowlevel user?

2004-02-11 Thread Sunitha Kumar
more When I attempt to start it my log spits out this: - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Sunitha Kumar Software Engineer http://www.cisco.com

shutting down tomcat, Error

2003-11-20 Thread Sunitha Kumar
Folks, Any pointers to this.thanks, Stopping service Tomcat-Standalone Nov 20, 2003 1:18:50 AM org.apache.coyote.http11.Http11Protocol destroy INFO: Stoping http11 protocol on 4040 Catalina:type=ThreadPool,name=http4040 Nov 20, 2003 1:18:50 AM org.apache.jk.common.ChannelSocket destroy INFO: Error

Tomcat/JVM heap dump

2003-11-17 Thread Sunitha Kumar
Hey folks, Any pointers on this? thanks, Using CATALINA_TMPDIR: /jakarta-tomcat-4.1.29/temp Using JAVA_HOME: /opt/j2sdk_nb/j2sdk1.4.2 # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM)

Re: Tomcat/JVM heap dump

2003-11-17 Thread Sunitha Kumar
RedHat- Linux Deepak Parbhoo wrote: What OS are you using? Sunitha Kumar wrote: Hey folks, Any pointers on this? thanks, Using CATALINA_TMPDIR: /jakarta-tomcat-4.1.29/temp Using JAVA_HOME: /opt/j2sdk_nb/j2sdk1.4.2 # # HotSpot Virtual Machine Error, Internal Error # Please report

Re: Tomcat/JVM heap dump

2003-11-17 Thread Sunitha Kumar
Subject: Re: Tomcat/JVM heap dump I recall a similar problem on redhat 8.0. It had something to do with the libs. The issue was fixed on RH9 though. Sunitha Kumar wrote: RedHat- Linux Deepak Parbhoo wrote: What OS are you using? Sunitha Kumar wrote: Hey folks, Any pointers

Any one successful in chrooting tomcat?

2003-11-14 Thread Sunitha Kumar
thanks, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]