Browser Caching Of Static Files (css/images/js)

2011-07-16 Thread Reinwald Warapen
Hey, I recently implemented that static resources of my web application running on Tomcat v 6.0.32 should be cached by the browser for a very large period of time (> 1 year) . Though of sharing these helpful articles for those who are interested in the same. http://www.reinwaldwarapen.com/

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-16 Thread Mathan Karthik
Hi Mark Thanks for the response. I have added org.apache.catalina.authenticator.Constants.SSO_SESSION_COOKIE_NAME and org.apache.catalina.SSO_SESSION_COOKIE_NAME in system properties. Gave the same cookie name for the both system properties. Now Its working. Is it mandatory to keep both th

Re: Strange MySQL-Behaviour with JDBC-Realm

2011-07-16 Thread Kris
Did autoreconnect solve your problem? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Problem-Tomcat 7.0.16 on mac os 10.6.8

2011-07-16 Thread Alexandra Stylianidou
Thanks for everything!!!It's running now! 2011/7/15 Hassan Schroeder > On Fri, Jul 15, 2011 at 12:26 PM, Alexandra Stylianidou > wrote: > > You mean the logs(folder) from tomcat folder or the logs from console? > > I mean wherever your running Tomcat is writing its logging messages. > > You sai

[JSP] List directory content within a war-file

2011-07-16 Thread Dark Before Dawn
Hi there, I am trying to list files and directories within an war-file i.e images/summer2010 images/winter2010. The war-file is deployed on a tomcat 7 instance with unpackWARs="false". Since I have no exposed filesystem getRealPath will return null. So I tried to use getResourceAsStream wich w

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-16 Thread Mark Eggers
- Original Message - > From: Mathan Karthik > To: Tomcat Users List > Cc: > Sent: Saturday, July 16, 2011 12:49 AM > Subject: Re: How can i change JSESSIONIDSSO cookie name? > > Hi Mark > > Thanks for the response. > > > I have added > org.apache.catalina.authenticator.Constants.S

Re: RedHat and mod_jk

2011-07-16 Thread Dark Before Dawn
After some API reading I found getResourcePaths(). http://download.oracle.com/javaee/1.3/api/javax/servlet/ServletContext.html#getResourcePaths%28java.lang.String%29 Cheers Darky Hi there, I am trying to list files and directories within an war-file i.e images/summer2010 images/winter20

Re: How can i change JSESSIONIDSSO cookie name?

2011-07-16 Thread Mathan Karthik
It has been verified, we have to set only org.apache.catalina.authenticator.Constants.SSO_SESSION_COOKIE_NAME in system properties. No need to set org.apache.catalina.SSO_SESSION_COOKIE_NAME. Apache Tomcat Configuration Reference - System Properties document has to be modified. It has been re

Re: Problems with installing ssl certificate under tomcat

2011-07-16 Thread Piotr Pawlowski
Christopher and All, I am really sorry for not replying. I've coped with my problem before I went to holidays. Solution, which helped me to correctly install delivered certificate, it's key and CA chain, can be found under following URL: http://linuxadmin.com.pl/index.php/tomcat-and-ssl-certificat

Re: RedHat and mod_jk

2011-07-16 Thread Thad Humphries
On Sat, Jul 16, 2011 at 12:09 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Thad, > > On 7/15/2011 9:59 PM, Thad Humphries wrote: > > If you rely on RedHat, Novell, OpenSuSE, Unbuntu, etc. you can wait > > for some things until

Re: RedHat and mod_jk

2011-07-16 Thread Leon Kolchinsky
Hi, On RedHat installation of mod_jk is as easy as: 1. # yum install httpd httpd-devel gcc gcc-c++ 2. Go to http://tomcat.apache.org/download-connectors.cgi and download the source code (I'm giving an example with 1.2.31 version) # wget http://apache.mirror.aussiehq.net.au//tomcat/tomcat-connect

Re: IIS 7.5 2008 Server

2011-07-16 Thread Pid *
On 16 Jul 2011, at 07:51, Ian Porter wrote: > Hi pid > > I am using tomcat version 7.0, I have read the documentation below > thanks, but it does not say that it is working with iis 7.5? > > I shall reinstall it again, and redo the files etc ? Is there any > version you recommend of tomcat to wor

Re: [JSP] List directory content within a war-file

2011-07-16 Thread Pid *
On 16 Jul 2011, at 15:46, Dark Before Dawn wrote: > Hi there, > > I am trying to list files and directories within an war-file i.e > images/summer2010 images/winter2010. The war-file is deployed on a tomcat 7 > instance with unpackWARs="false". > Since I have no exposed filesystem getRealPath w