Re: Urgent Help

2021-06-23 Thread Rob Sargent
I dropped a couple lines in the C/P, ammended below On 6/23/21 1:35 PM, Rob Sargent wrote: Please provide a list of all the JAR files under WEB-INF/lib in your WAR file. +1 and maybe also everything in $CATALINA_BASE/lib as well, just in case your Tomcat lib directory has had things added.

Re: Urgent Help

2021-06-23 Thread Christopher Schultz
Mohan, On 6/23/21 07:20, Mark Thomas wrote: On 23/06/2021 11:32, Mohan T wrote: Attaching the Catalina.out file also Nearly all attachments to this mailing list are blocked. MY manifest info is as under. Manifest-Version: 1.0 Ant-Version: Apache Ant 1.9.9 Created-By: 1.7.0_80-b15 (Oracle C

Re: Urgent Help

2021-06-23 Thread Mark Thomas
On 23/06/2021 11:32, Mohan T wrote: Attaching the Catalina.out file also Nearly all attachments to this mailing list are blocked. MY manifest info is as under. Manifest-Version: 1.0 Ant-Version: Apache Ant 1.9.9 Created-By: 1.7.0_80-b15 (Oracle Corporation) X-Compile-Source-JDK: 1.7 X-Compil

RE: Urgent Help

2021-06-23 Thread Mohan T
Attaching the Catalina.out file also MY manifest info is as under. Manifest-Version: 1.0 Ant-Version: Apache Ant 1.9.9 Created-By: 1.7.0_80-b15 (Oracle Corporation) X-Compile-Source-JDK: 1.7 X-Compile-Target-JDK: 1.7 Name: javax/servlet/ Specification-Title: Java API for Servlets Specification-

RE: Urgent Help

2021-06-23 Thread Jean-Pierre Urkens
What is the servlet-api version indicated in the META-INF/MANIFEST.mf file contained in the servlet-api.jar. If it is v3.1 (or higher) the ServletContext.class should contain the method getCloassLoader()? If it is 2.x, it won't. You might want to check your classpath (checkout Catalina.out to see a

RE: Urgent Help

2021-06-23 Thread Mohan T
Hi, Thanks for the immediate response. I am attaching my file that is used for starting the tomcat instance. Infact I have the servlet-api.jar in tomcat lib. I am unable to conclude on this. Kindly guide me. Thanks Mohan -Original Message- From: Jean-Pierre Urkens Sent: 23 June 202

RE: Urgent Help

2021-06-23 Thread Jean-Pierre Urkens
>From where is the ServletContext.class loaded? Is it from /lib/servlet-api.jar or from another jar-library on the classpath? My guess is that you have multiple jars containing the ServletContext.class and not all of these are related to the same servlet-api version and thus not supporting the get

Urgent Help

2021-06-23 Thread Mohan T
Hi, While starting tomcat, I am getting this error . Neither the console is starting nor the application is working . It is tomcat 8.5.35 on linux Please help Mohan 23-Jun-2021 14:42:09.857 SEVERE [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web a