Re: Need Help : Tomcat 9.0.75 not honoring session timeout configured in tomcat web.xml for FORM Authentication

2023-10-27 Thread Christopher Schultz
Channa, On 10/27/23 00:07, Channa Puchakayala wrote: Tomcat Version : 9.0.75 Operating System: Windows and Linux Bits: 64 Tomcat 9.0.75 not honoring  session timeout configured in tomcat/conf/web.xml for FORM Authentication and it is effecting customers. ==   

Re: Need Help : Tomcat 9.0.75 not honoring session timeout configured in tomcat web.xml for FORM Authentication

2023-10-26 Thread Mark Thomas
1. Do not cross-post the same question to multiple lists. 2. Do not post the same question multiple times if you don't get an answer as quickly as you would like. We all all volunteers here. If you want a guaranteed SLA then pick you preferred vendor and pay for support. Mark 27 Oct 2023 05

Need Help : Tomcat 9.0.75 not honoring session timeout configured in tomcat web.xml for FORM Authentication

2023-10-26 Thread Channa Puchakayala
Hi All, Tomcat Version : 9.0.75 Operating System: Windows and Linux Bits: 64 Tomcat 9.0.75 not honoring session timeout configured in tomcat/conf/web.xml for FORM Authentication and it is effecting customers. == 30 // 30 minutes ===

Tomcat web.xml

2010-02-12 Thread Sharda, Ravi
I have set Session-Config/session-timeout eleemnt's value in application's web.xml as 100. However, the sessions seem to timeout in the default 30 minutes. However, setting this value lesser than 30, seems to work fine. Appreciate help on this. Thanks & Best Regds.- Ravi Sharda This communic

RE: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-31 Thread John Byrne
Users List Subject: Re: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure Strip your web.xml file down to this: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.co

Re: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-30 Thread David Smith
Strip your web.xml file down to this: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; version="2.5"> Servlet and JSP Examples.

Re: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-30 Thread Mark Thomas
Martin Gainty wrote: > Good Evening John- > > in /WEB-INF/web.xml make sure your listener is configured in e.g. > > listeners.SessionListener > No. Completely wrong. The whole point is that Tomcat *can't* find a listener that is already configured in web.xml. >> Attached is my

RE: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-30 Thread Caldarale, Charles R
> From: John Byrne [mailto:[EMAIL PROTECTED] > Subject: RE: Version 6.0.18 of Tomcat -- Web.xml file and > file/directory structure > > Attached is my web.xml file. Your web.xml file is completely wrong for your test application. All of those extra filters, listeners, and servle

RE: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-30 Thread Martin Gainty
relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Subject: RE: Version 6.0.18 of Tom

Re: creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread pinky88
Thanks very much everyone, including the missing solved the problem! sorry for not letting you all know sooner, had to attend to something! Thanks a million, Karen =) Gregor Schneider wrote: > > SEVERE: Parse error in application web.xml file at > > that's your error, meaning you have an e

Re: creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread Gregor Schneider
SEVERE: Parse error in application web.xml file at that's your error, meaning you have an error in your web.xml if that's the one you posted previously: you missed the entry at the end. if you're using the standard-realm, you can lookup your passwords at $catalina_home/conf/tomcat-users.xm

Re: creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread Markus Schönhaber
pinky88 wrote: [...] > applicationWebConfig > SEVERE: Parse error in application web.xml file at > jndi:/localhost/LoginApp-1.0-SNAPSHOT/WEB-INF/web.xml > org.xml.sax.SAXParseException: XML document structures must start and end > within the same entity. [...] > applicationWebConfig > SEVERE: Occu

Re: creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread Ron Wheeler
This is the right forum for this problem. Some simple things to look at. What is in the Tomcat logs? Always a good place to start. What do you see on the Tomcat status page localhost:8080 and click Status then List Applications? Somebody found something that they didn't like and Tomcat is pr

Re: creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread pinky88
More info: Sorry i forgot to mention that on the first webapp ,the hello world one, i had no jsp pages,just a form and servlet. Maybe I'm going about creating the login app in the completely wrong way.. Hope someone c an help... thanks, Pinky pinky88 wrote: > > Hey everyone, > > I'm not sure

creating jsp pages using tomcat, web.xml problems,i think! (beginner)

2007-07-18 Thread pinky88
Hey everyone, I'm not sure if I'm in the right place to ask about JSPs but I'm using the tomcat 5.5.27 container and i cannot access my webapp on it. ( described below) I'm trying to create a simple login webapp which has a html form - loginForm.html, a servlet called LoginApp, and a jsp file ca