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?.

Can you give me a suggestion how to help me out?

Thanks for any advice!
starki





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 someone give me a tip?

Ciao


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
namemaxWait/name
value5000/value
  /parameter
  parameter
namemaxActive/name
value4/value
  /parameter
  parameter
namepassword/name
valuextest/value
  /parameter
  parameter
nameurl/name
valuejdbc:oracle:thin:@xinfosap.w1:1521:orcl;autocommit=false/value
  /parameter
  parameter
namedriverClassName/name
valueoracle.jdbc.driver.OracleDriver/value
  /parameter
  parameter
nameauto-commit/name
valuefalse/value
  /parameter
  parameter
nameautoCommit/name
valuefalse/value
  /parameter
  parameter
nameautocommit/name
valuefalse/value
  /parameter
  parameter
namemaxIdle/name
value2/value
  /parameter
  parameter
nameusername/name
valuextest/value
  /parameter
/ResourceParams





6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
value5000/value
/parameter
parameter
namemaxActive/name
value4/value
/parameter
parameter
namepassword/name
valuextest/value

/parameter
parameter
nameurl/name
valuejdbc:oracle:thin:@xinfosap.w1:1521:orcl;autocommit=false/value
/parameter
parameter
namedriverClassName/name
valueoracle.jdbc.driver.OracleDriver/value
/parameter
parameter
nameauto-commit/name
valuefalse/value
/parameter
parameter
nameautoCommit/name
valuefalse/value
/parameter
parameter
nameautocommit/name
valuefalse/value
/parameter
parameter
namemaxIdle/name

value2/value
/parameter
parameter
nameusername/name
valuextest/value
/parameter

/ResourceParams




Libero Flat, sempre a 4 Mega a 19,95 euro al mese! 
Abbonati subito su http://www.libero.it




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]