Re: session-timeout in web.xml does not work

2007-11-02 Thread Jignesh Shah
I was not clear, by use the page , I meant I could still click on the buttons on the jsp and they work fine. The problem is those buttons use beans that have "session" validity. thanks, Jignesh --- Hassan Schroeder <[EMAIL PROTECTED]> wrote: > On Nov 2, 2007 12:08 PM, Jig

session-timeout in web.xml does not work

2007-11-02 Thread Jignesh Shah
Hi, For my application in the webapps under the WEB-INF directory I have a web.xml where I set the property session-timeout to say 10 (so 10 minutes) , but I can still use the same page after 15 minutes of inactivity. Do I have to do something special on the jsp to invalidate the session ? thanks

Re: Disable ciphers in tomcat 5.5 not working

2007-10-04 Thread Jignesh Shah
I am using 5.5.20 and I am not using APR. thanks, Jignesh --- Mark Thomas <[EMAIL PROTECTED]> wrote: > Jignesh Shah wrote: > > I tried ciphers="DES-CBC3-SHA,RC4-SHA,RC4-MD5", > lower > > case "C" restarted the server again it shows I am > &g

Re: Disable ciphers in tomcat 5.5 not working

2007-10-04 Thread Jignesh Shah
I tried ciphers="DES-CBC3-SHA,RC4-SHA,RC4-MD5", lower case "C" restarted the server again it shows I am using weak ciphers which are not present in the above property. Any clue ? thanks, Jignesh --- Mark Thomas <[EMAIL PROTECTED]> wrote: > Jignesh Shah wrote:

Disable ciphers in tomcat 5.5 not working

2007-10-04 Thread Jignesh Shah
Hi, Send the messaged first and then someone pointed out that by changing the subject line I was hijacking the message.. sorry for the mistake.. sending the question again: I have following weak ciphers as per Foundstone SSLDIgger in my tomcat(5.5) implemenation: EXP-DES-CBC-SHA EXP-RC4-MD5 DES-

Disable ciphers in tomcat 5.5 not working

2007-10-04 Thread Jignesh Shah
Hi, I have following weak ciphers as per Foundstone SSLDIgger in my tomcat(5.5) implemenation: EXP-DES-CBC-SHA EXP-RC4-MD5 DES-CBC-SHA and few strong ones RC4-MD5 RC4-SHA DES-CBC3-SHA now I want to remove support for weak ones. So in server.xml I go and for connector port 8443 for my SSL I put p

tomcat

2006-06-15 Thread Jignesh Shah
Hi, After deploying my application on tomcat, I need to upload few files in my application. Some files can be as large as 7MB. The code used to work fine on JRUN and works fine generally on Tomcat, however sometimes when I am in https mode, I see out of memory errors. So do I have to set some para

RE: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Jignesh Shah
Thanks for the tools.jar tip.. I plugged the tools.jar in the JRE disabled the JRE check in setclasspath.sh and I was all set.. 4.1.31 works fine with JRE. - Jignesh --- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > > From: Samara, Fadi N Mr ACSIM/ASPEX > > [mailto:[EMAIL PROTECTED] >

RE: tomcat and javac (UNCLASSIFIED)

2006-01-11 Thread Jignesh Shah
to JAVA_HOME as the environment > variable, then it > should point to your java sdk not jre > > -Original Message- > From: Jignesh Shah [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 11, 2006 1:03 PM > To: users@tomcat.apache.org > Subject: tomcat and jav

tomcat and javac

2006-01-11 Thread Jignesh Shah
Hi, When I use our application with tomcat 5.5.12 it seems it does not need a javac ,I mean I can get it running with a jre as JAVA_HOME, however for some reasons we cant use 5.5.12 and when I try to use an older version of tomcat 5.0.28 or 4.1.31 it says that the jre wont be sufficient at JAVA_HO

Re: war file deployment question

2006-01-06 Thread Jignesh Shah
and > relative paths. If that's > the case, you might want to consider looking at > javax.servlet.ServletContext#getResource() or > javax.servlet.ServletContext#getResourceAsStream(). > These methods allow > you to use context relative paths to resources. > > --David

war file deployment question

2006-01-06 Thread Jignesh Shah
Hi, I have a war file that works fine under JRun and Jetty. Now when I deploy it under $CATALINA_HOME/webapps directory, the war file creates its usual tree under webapps. Now this is what it looks like after deployment: /webapps /myapplication lots of jsps css (where I have css and xsl

war file deployment question

2006-01-06 Thread Jignesh Shah
Hi, I have a war file that works fine under JRun and Jetty. Now when I deploy it under $CATALINA_HOME/webapps directory, the war file creates its usual tree under webapps. Now this is what it looks like after deployment: /webapps /myapplication lots of jsps css (where I have css and xsl

war file deployment question

2006-01-06 Thread Jignesh Shah
Hi, I have a war file that works fine under JRun and Jetty. Now when I deploy it under $CATALINA_HOME/webapps directory, the war file creates its usual tree under webapps. Now this is what it looks like after deployment: /webapps /myapplication lots of jsps css (where I have css and xsl