Tool to analyze the core/heap dump

2018-02-05 Thread D, Dwarakesh (External)
Hello, Good Day! We have core and heap dump files generated from tomcat in our Solaris server. Is there any best tool to analyze those logs, please suggest on this. Thanks, Dwarakesh

Getting tablib definition issues in tomcat8

2017-07-12 Thread D, Dwarakesh (External)
Hi Team, I am trying to deploy a web application in tomcat 8 and getting the error 'taglib definition not consistent with specification version' in web.xml. I have the Jstl1.2.jar under my /lib directory. Do I need to make any other changes? Below is the content of my web.xml. http://java.sun.

Getting Invalid byte tag in constant pool: 15 Error

2016-08-24 Thread D, Dwarakesh
Hello Team, I am getting the below error while trying to run one of the application built and running on java1.8. In order to support below tomcat version and java8, do I need to upgrade any jars of Tomcat later version? Please let me know. Below are the details: Java version --> jdk1.8.0_45 T

RE: Enabling DEBUG statments

2016-08-17 Thread D, Dwarakesh
List Subject: Re: Enabling DEBUG statments -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dwarak, On 8/17/16 9:58 AM, D, Dwarakesh wrote: > Hi Team, > > We are trying to enable the DEBUG in one of our application running > in Tomcat 7(java8) and below is the log4j property file

Enabling DEBUG statments

2016-08-17 Thread D, Dwarakesh
Hi Team, We are trying to enable the DEBUG in one of our application running in Tomcat 7(java8) and below is the log4j property file. We are not getting the DEBUG statements present in one of the .groovy file. Please let me know the process to enable the DEBUG. # Set the root category to INFO w

User Error Occurred --- groovy.lang.MissingMethodException --- No signature of method: java.lang.String.name() is applicable for argument types: () values: []

2016-08-09 Thread D, Dwarakesh
Dear Team, I have upgraded the groovy jar from 1.5 to 2.3.3 in order to support Java 8. When running my application I am getting the below error and I have tried using the below possible solutions as well. But still getting the same error with different possible solutions. Can some one help me

RE: Tomcat7 jsp compilation error with java1.8

2016-08-03 Thread D, Dwarakesh
I got it. I have used the ecj-4.4.2.jar from the later tomcat version and try to recompile the application. The JSP compilation issue was resolved now. Thank you. -Original Message- From: D, Dwarakesh [mailto:dwarakes...@xerox.com] Sent: Thursday, August 04, 2016 12:02 PM To: Tomcat

RE: Tomcat7 jsp compilation error with java1.8

2016-08-03 Thread D, Dwarakesh
the issue is present with the 3.7.2 version that it depends on. If I upgrade to ecj-4.4.2.jar (retrieved from a later build of tomcat7) then JSPs will compile and everything works. On Wed, Aug 3, 2016 at 12:46 PM, D, Dwarakesh wrote: > Running on Java 1.8.0_45. > > Thanks,

RE: Tomcat7 jsp compilation error with java1.8

2016-08-03 Thread D, Dwarakesh
Running on Java 1.8.0_45. Thanks, Dwarak From: Mark Thomas [ma...@apache.org] Sent: Wednesday, August 03, 2016 10:58 AM To: users@tomcat.apache.org Subject: Re: Tomcat7 jsp compilation error with java1.8 On 3 August 2016 08:39:34 GMT-07:00, "D, Dwar

Tomcat7 jsp compilation error with java1.8

2016-08-03 Thread D, Dwarakesh
Dear Tomcat Support, I have compiled and build one of our application using java 1.8.0_45. I have deployed the war file in tomcat-7.0.27 and am getting the below exception. Is this error because of the java version? Does tomcat-7.0.27 supports java1.8.0_45 or do I need to use Java1.7? Please adv

Cross site Vulnerability in Apache2.2.11

2015-03-31 Thread D, Dwarakesh
Hello, One of our application is running on Tomcat and the requests are being redirected by Apache to Tomcat. When we did vulnerability scan for that application, we have encountered Cross-site scripting vulnerability. For remediating this, I have added below snippet in httpd.conf file and did

Issue with Perl code deployment in Tomcat7.x

2015-03-26 Thread D, Dwarakesh
Hello, We have deployed perl code in tomcat 7.0.27 and when running the URL, we are getting the perl code displayed in the UI itself. The below changes were made in tomcat: 1) ../tomcat/conf/Context.xml è Added 2) ../tomcat/conf/web.xml è Uncommented the servlet code for cgi 3)