Re: Tomcat 7.0.4 - Ignoring certain URLs from session timeout

2013-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nagaraj, On 6/25/13 12:49 AM, Nagaraj Mandya wrote: Hello, I am running Apache Tomcat 7.0.4 on Linux and the session-timeout is configured to 30 minutes. Hopefully, you mean Tomcat 7.0.40 or 7.0.41. If not, upgrade. All requests from my

Re: Tomcat 7.0.4 - Ignoring certain URLs from session timeout

2013-06-25 Thread Howard W. Smith, Jr.
On Tue, Jun 25, 2013 at 12:49 AM, Nagaraj Mandya nman...@gmail.com wrote: All requests from my client pass in the session cookie. However, I do not want the session timeout counter to get reset for certain URLs. Is your app a (JSF) web application? AJAX and Partial Page update/rendering

Error deploying web application

2013-06-25 Thread Nickalaus A Painter
While attempting to deploy my web application to our production server I encountered an issue, and after looking in the catalina.out log file, the following shows up: SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [/MyApp] at

Re: Error deploying web application

2013-06-25 Thread Mark Thomas
On 25/06/2013 14:43, Nickalaus A Painter wrote: While attempting to deploy my web application to our production server I encountered an issue, and after looking in the catalina.out log file, the following shows up: snip/ Caused by: org.apache.catalina.LifecycleException: Failed to process

Re: Error deploying web application

2013-06-25 Thread Nickalaus A Painter
Thank you very much for your quick response! Here are the previous error messages: INFO: Deploying configuration descriptor /usr/local/tomcat/apache-tomcat-7.0.37/conf/Catalina/localhost/MyApp.xml Jun 25, 2013 9:49:53 AM org.apache.catalina.startup.HostConfig deployDescriptor SEVERE: Error

Re: Error deploying web application

2013-06-25 Thread Tim Watts
On Tue, 2013-06-25 at 10:01 -0400, Nickalaus A Painter wrote: Jun 25, 2013 9:49:53 AM org.apache.catalina.startup.HostConfig deployDescriptor SEVERE: Error deploying configuration descriptor /usr/local/tomcat/apache-tomcat-7.0.37/conf/Catalina/localhost/MyApp.xml

Re: Error deploying web application

2013-06-25 Thread Nickalaus A Painter
You're right, we have META-INF/context.xml, not META-INF/MyApp.xml; sorry, I was just typing about MyApp.xml and didn't think about it :) Nickalaus A. Painter IBM Smarter Water Co-op Developer Clarkson University 2014 B.S. Mathematics and Computer Science +18454353546 From: Tim Watts

Re: Error deploying web application

2013-06-25 Thread Mark Thomas
On 25/06/2013 15:01, Nickalaus A Painter wrote: Thank you very much for your quick response! Here are the previous error messages: It would have been helpful to include all the error messages the first time around. I then wouldn't have had to waste time working through the code checking that

Re: Error deploying web application

2013-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/25/13 10:32 AM, Mark Thomas wrote: On 25/06/2013 15:01, Nickalaus A Painter wrote: Thank you very much for your quick response! Here are the previous error messages: It would have been helpful to include all the error messages the

Re: Error deploying web application

2013-06-25 Thread Nickalaus A Painter
Thank you everyone for your responses! Those fixes worked :) I am sorry for being so uninformed on all of this, I simply inherited a lot of the code that I am working with, so I assumed that certain things were formatted properly (supposedly they used to work). That being said, your advice