Session sharing not working - Which is the best strategy?

2005-09-28 Thread starki78
We have a web-application that uses a implemented logging mechanism where the valid-user is stored in the session. Now there shall come another web-application that shall be used with the user that was authenticated before. I know that session sharing is not allowed but what else could I do?.

How to share the session between two web-applications?

2005-09-27 Thread starki78
Hi I've a web-application with authentification that is running on tomcat. Now we have the problem that another webapplication is deployed that shall work with the userobject of the other web-application. But I'm not able to enable a session-object being valid for two web-applications. Can

How to set auto-commit to false on a Tomcat Connection-Pool?

2005-08-02 Thread starki78
Hi, my example works but I cannot set the autocommit paramter, but this is quite important to me. Can someone give me advice? Thanks Starki ResourceParams name=jdbc/test parameter namevalidationQuery/name valueselect * from dual/value /parameter parameter

Problem with autocommit in connection-pool on tomcat

2005-08-02 Thread starki78
Hi, my example works but I cannot set the autocommit parameter to false, but this is quite important to me. Can someone give me advice? Thanks Starki ResourceParams name=jdbc/test parameter namevalidationQuery/name valueselect * from dual/value /parameter parameter namemaxWait/name