Hi Chris
Thanks. This looks like 'just the ticket' - I'll take a look.
Tom
On 27/08/2008, at 5:23 AM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thomas,
Thomas Haines wrote:
I'm trying to figure out a way to "automatically login"
Hi all
I'm trying to figure out a way to "automatically login" a user. It
arises when they have created an account, and I don't want to then
direct them back to a login page - rather, I want to, in this
instance, just log them in.
I am using Tomcat's container-managed security.
I am usi
Hi edponce
so if i understood everything i just need to duplicate the tomcat
folder, do i need to rename it or something?
Yes, you just need to duplicate it. You can call the duplicate folder
whatever you like.
Then "On the duplicated tomcat
directory, you need to edit the server.xml fi
edponce wrote:
I know this question has been asked a lot but I've read different
solutions
depending on the needs of the problem. I need to have 2 instances
of tomcat
on the same server for the same application. One would be for
production and
the other for development (which can be start
From: Edi [mailto:[EMAIL PROTECTED]
consider, i had 4 java application running in one tomcat, if
one application
crashes, all the other 3 application gets crashes. right?
Edi
It's also worth remembering that when your java webapp 'crashes',
tomcat will catch the exception and display the s
Hi Denis
What do you mean by the "internal logging works fine in both cases"?
Does the call from the servlet produce an error in the tomcat logs?
Do you call an initializer servlet (load-on-startup) to load the
log4j.properties file?
Tom
On 30/07/2008, at 12:34 AM, Denis Kezerashvili wrote
Hi André
I'm using Tomcat JDBCRealm to authentication and authorization in my
app.
Login works fine, and when the user press the logout button(calls the
session.invalidate()), he cannot login again.
You could try adding:
session.removeAttribute("User");
before you invalidate the session.
W
Chris / David / Youssef
Thanks for the help. Problem has been resolved! Comments inline.
| a) downgrade to MySQL Connector/J 5.0.8 and see if this fixes it;
This may fix your problem, but probably not.
Confirmed, this had no effect.
| b) add a while (!verified && attempts<2) type loop in
Hello Nix
Are you looking for a memory leak in your web application or in tomcat?
Short answer is it's not easy.
The garbage collection mechanism in the JVM will cleanup any objects
that are no longer referenced. Therefore, you are only concerned with
objects that remain referenced (which
ed to switch from DBCP to c3po.
Note also that the config you provided is not using any pooling at
all.
Datasources are not pooled by default.
On Sat, Jun 21, 2008 at 8:18 AM, Thomas Haines <
[EMAIL PROTECTED]> wrote:
Hello
I am experiencing a reproducible problem with connection
Hello
I am experiencing a reproducible problem with connection pooling in
Tomcat, although I suspect it is not a Tomcat issue per se.
I am running:
mysql server 5.0.58
tomcat 6.0.16
mysql connector 5.1.6
java version 1.5.0_13
all on CentOS 5
The following error occurs when there has been no
luke l wrote:
Hi. I'm running a webApplication on Tomcat 6.0.16: it's quite
simple some
jsf, jsp pages (every page is periodically reloaded).
Running it on a linux environment there is a memory leak on client
browser
(iExplore or firefox): browser memory costantly increase and
webappl beca
12 matches
Mail list logo