Session Expiry

2001-04-12 Thread Lakshmeenarayana G G



Hi..Guys and Gals...
I Have asked this question earlier..
but didn;t get the response...
please do reply me if you know the 
answer..
 
How to track the end of session..
either by timeout or by user clicking the "x" 
button in the browser window.
I need to do some wind up job after listening to 
this event.
I used HttpSessionBindingListener.
But it doesn;t track the "x" button 
click...
 
So please help me out.
 
Regards.
 
L G GoundalkarIntertec 
CommunicationsINDIA


Servlet Mapping in tomcat

2001-04-11 Thread Lakshmeenarayana G G



Hi..
 
I have mapped requests to any resource in my images 
directory under my application context, to the home page of my application. But 
the problem is that the internal references to the Images directory are also 
being routed to the home page. I dont want my internal references to be 
considered while mapping. I want the mapping to work only when the resources 
under image directory are referenced externally through an URL from the 
location bar of a browser.
 
Regards.
 
L G GoundalkarIntertec CommunicationsINDIA



Connection Pool

2001-04-11 Thread Lakshmeenarayana G G



Hi.I am using a connection pool manager class, 
i instantiate the connection pool manager object in my JSP.Also i am using 
another bean which uses the databse connection.I need to get the connection 
from the connection Pool manager in my another bean.How to go about 
it.
 
How to pass the connection from the JSP by getting 
it from connection pool manager object in Application scope to the other bean in 
the page scope.
 
Thanks for the time.
 
Ragards.
L G GoundalkarIntertec Communications Pvt 
LtdINDIA


Connection Pooling

2001-04-11 Thread Lakshmeenarayana G G



Hi...
I am creating the object of Connection pool manager 
in my Start up JSP.
The pool manager object is in Application 
scope.
I want to access the pool manager and get one 
connection object from one of my Bean used in the JSP.
How can i access the application scopre object from 
my Bean.
Is it possible.?
 
Please help...
Thanks in advance.
 
Regards.
 
L G GoundalkarIntertec Communications Pvt 
LtdINDIA


Session Invalidation

2001-04-11 Thread Lakshmeenarayana G G



hi..
I want to capture the event when my user logsoff or 
click the 'x' button in the top-right corner of browser window.
How can i do some finalising jobs..like 
writing to log file about the log off events.
Please help...
i would really appreciate if i get detailed answers 
for this.
 
Thanks for the time.
 
Regards.
 
L G GoundalkarIntertec Communications Pvt 
LtdINDIA


Session Ended Event

2001-04-10 Thread Lakshmeenarayana G G



Hi,
My application requires to capture the events 
occured by session when Times out after Inactive Time period elapsed.or what 
servelt Engine will do when the session closes because of inactive time period 
expires.
 
Ragards.
 
L G GoundalkarIntertec Communications Pvt 
LtdINDIA