For 1 I can't help much, as we currently don't use tomcat together with
apache.
  - Do you define the jk directives inside the virtual hosts or global
in the 
    httpd.conf ? (Maybe using a JkMount /datenbank ajp13 inside the
virtual host
    definition will do what you wan't)
  
For 2:
  - Are cookies enable/disabled ?
  - Do you use response.encodeUrl() for all links between pages ?

> -----Urspr�ngliche Nachricht-----
> Von: Power-Netz (Schwarz) [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 31. Mai 2002 14:34
> An: [EMAIL PROTECTED]
> Betreff: tomcat 3.3 | contexts | sessions

> 1. i want one application i.e. /datenbank be accessible from only one
> virtual host, which is already defined
> in httpd.conf ( apache 1.3.23 ) . All other apps should not 
> be accessible,
> and! no other vhost should
> access /datenbank
> 
> 2. my tomcat has a problem with session managment. Every 
> click to a URL in
> the above app produces one session,
> instead of one session for alle jsps in the app. <%@ page 
> session="true"%>
> is set in each JSP and session scope for
> <jsp:usebean ..> is set two.
> 

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

Reply via email to