Hello all !
I'm using a Tomcat-based authentication. How do you do to set the session
timeout time ? I mean, the time of inactivity after which one the user must
re-login.
I'm using Tomcat 5.5.
Regards,
Pierre
--
"Mon horizon était désormais les pétales courbés,
Ma nouvelle demeure resplendi
I am able to work with JOTM when I run tomcat stand alone, but when I run it
from maven (embedded), UserTransaction doesn't get bind in the context
resulting in following error.
javax.naming.NamingException: Cannot create resource instance
at
org.apache.naming.factory.TransactionFactory.getObjec
Hi there,
I have tomcat 5.5 running under windows 2003.
I'm using the APR.
I set up a vm to test my set up - and got it working successfully.
the setup / plan.
tomcat 5.5 forcing SSL/TLS when pointed at a particular url pattern (working
fine)
requiring a valid certificate from the client bef
The Tomcat auto-config was originally designed for Httpd 1.3.x (yes, it's
that old :). It hasn't really kept up with Httpd, so some of the directives
are now out of date. Patches are always welcome ;-).
"Fabbris Pierluigi" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I've con
Sounds great Sadly I don't have the linux experience you need to help.
On 5/26/07, Johnny Kewl <[EMAIL PROTECTED]> wrote:
Everyone probably knows by now that I think Tomcat is pure magic.
I been trying to find a way to bridge the gap between the super keen user
and the developer.
One can become
Assuming you'll want to do other redirects in the future to different
webapps (not all sharing ROOT's "/" for example and just using subdirs,
but actual distinct webapps), you might take a look at URL rewrite at
http://tuckey.org/urlrewrite/
David
-
> From: rcgeorge23 [mailto:[EMAIL PROTECTED]
> Subject: Configuring Tomcat 5.5 and IIS 6
>
> I downloaded jakarta-tomcat-connectors-jk2.0.4-win32-IIS.zip,
Oops. The mod_jk2 package has been deprecated for over two years; you
should be using mod_jk.
- Chuck
THIS COMMUNICATION MAY CONTAIN CO
On 5/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
> Subject: Re: subdomain name redirect to different context path
>
> I think he wants to redirect or forward all requests from
> 'forums.mysite.com' to 'www.mysite.com:8080/forums'
>
> in th
Hi All,
I'm having trouble getting Tomcat to serve pages through IIS. I have tried
to follow several step-by-step guides online but haven't really had much
luck! I've searched through this forum but again, I haven't been able to
find anything that's fixed my problem.
I downloaded jakarta-tomcat-