I do not call response.sendRedirect(url) with https

2002-07-29 Thread nwalal

Hi,
can tell me why I can not make a response.sendRedirect(url) in https protocol?
I use apache with mod_ssl and Tomcat with mod_webapps

Thanks for your help



valueUnBound(....) methods is not called when i stop Tomcat Server or Servlet

2002-03-23 Thread Nwalal mi Nyom

Hi,
I use Tomcat4.0.1,Apache1.3.22.
in my servlet file i use class which implements HtppSessionBindingListener and I have 
implement valueBound() and valueUnbound(..) methods.

 when i load my jsp  valueBound(... ) is called correctly
But when l close my servlet  or  when i stop Tomcat Server,  valueUnbound(...) method  
is not called 

can somebody help me 

Thanks

Martin




Re: valueUnBound(....) methods is not called when i stop Tomcat Server or Servlet

2002-03-23 Thread Nwalal mi Nyom

I would like to invalidate  the current session when the window close() or
when the server stop

thanks

- Original Message -
From: robert rowntree [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, March 23, 2002 4:32 PM
Subject: RE: valueUnBound() methods is not called when i stop Tomcat
Server or Servlet


 go in the web.xml and change the sessiontime out  value to 1 minute.

 then restart your webapp.

 the session will timeout 1 minute after you get a new session.

 a notifier on the timeout will call back to your implementation classes
 methods.


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Problem with Apache1.3.22 and Tomcat4.0.1 and mod_webapp module

2002-01-17 Thread Nwalal mi Nyom

Hi,
my jsp file do not work.
I have developped index.jsp with frame tag and  i try to load html file in my frame; 
but it do not work
.when i use tomcat in standalone status i do not have problem. But when i plug 
mod_webapp into Apache I
have .
  in httpd.conf i have put these lines:
 LoadModule webapp_module libexec/mod_webapp.so
 WebAppConnection httpConnection warp localhost:8008
 WebAppDeploy hebdo httpConnection /hebdo/
 
and in server.xml(tomcat) my configuration is OK  but nothing work
Can somebody  help me

thanks
Martin