RE: mod_webapp contexts and virtual hosts

2002-02-19 Thread Jarecsni Jnos
Hey, I've run into something similar, with mod_jk. More below -- Jarecsni, Jnos MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 |-Original Message- |From: Szymon Stasik [mailto:[EMAIL PROTECTED

altering the session cookie's path (Tomcat 4.0x)

2002-02-18 Thread Jarecsni Jnos
Hi, I wanted to alter Tomcat's default behavior for setting the JSESSIONID cookie. Tomcat normally sets the path of this cookie to be equivalent of the webcontext if any, otherwise it sets it to /. Since I'll need to proxy request with Apache (with altering the URL's first part containing the

RE: altering the session cookie's path (Tomcat 4.0x): RESOLVED

2002-02-18 Thread Jarecsni Jnos
in the session cookie) should be governed by some configuration properties and not be hardwired in code (the current official code is not flexible enough, since it always sets the path to be equivalent with the application context if any). Cheers, Jnos |-Original Message- |From: Jarecsni

altering the session cookie's path (Tomcat 4.0x)

2002-02-16 Thread Jarecsni Jnos
Hi, I wanted to alter Tomcat's default behavior for setting the JSESSIONID cookie. Tomcat normally sets the path of this cookie to be equivalent of the webcontext if any, otherwise it sets it to /. Since I'll need to proxy request with Apache (with altering the URL's first part containing the

setting the path in the session cookie (Tomcat 402b)

2002-02-15 Thread Jarecsni Jnos
. Thanks in advance Jnos -- Jarecsni, Jnos MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

jakarta-tomcat-connectors

2002-02-15 Thread Jarecsni Jnos
Hi, I'd like to build TC40x. Where can I download jakarata-tomcat-connectors? The building.txt says one should download it. Thanks Jnos -- Jarecsni, Jnos MORGAN HILL CONSULTING, Internet Applications Unit mailto:[EMAIL PROTECTED] http://morganhillconsulting.hu/ :: Phone+Fax: + 36 1 484 0392

FW: Sun J2EE RI, JSP, Include, ErrorPage -- cannot use an errorpage with dinamically included JSPs

2001-04-25 Thread Jarecsni Jnos
Hi! I have a very unnoying problem. In a J2EE application I use a "master JSP" as a template for generating predefined screens (the idea is borrowed from the demo application PetStore). This JSP includes several other JSPs (for the top, left side, right side, central, bottom positions). What