You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Daniel Haischt <si...@gmx.net> on 2000/11/05 13:00:31 UTC

mod_jserv/mod_jk http 200/302 error

hello,

i tried to use apache with tomcat (3.3 dev) using mod_jserv
or mod_jk which i downloaded from the jakarta page.

if i try to access a page (jsp or servlet) which somehow
utilizes session handling, i'm getting the following junk
of text at the beginning of each page.

---------------------->
Status: 200 OK Content-Type: text/html;charset=8859_1 Set-Cookie2: 
JSESSIONID=s8qo1mxna1;Version=1;Path="/pmweb";Discard Set-Cookie:
JSESSIONID=s8qo1mxna1;Path=/pmweb Servlet-Engine: Tomcat Web Server/3.3 dev 
( JSP 1.1; Servlet 2.2 ) Status: 200 OK Content-Type: text/html;charset=8859_1
Set-Cookie2: JSESSIONID=9vtwkmxr61;Version=1;Path="/examples";Discard 
Set-Cookie: JSESSIONID=9vtwkmxr61;Path=/examples Servlet-Engine: Tomcat Web
Server/3.3 dev ( JSP 1.1; Servlet 2.2 )
<----------------------

if i hit the reload button the message text changes to...

----------------------->
Status: 302 Found Content-Type: text/html Location: 
http://dblabor2.fh-reutlingen.de/pmweb/PMWEB_Overview_Page.jsp 
Content-Length: 195 Set-Cookie2:
JSESSIONID=s8qo1mxna1;Version=1;Path="/pmweb";Discard Set-Cookie: 
JSESSIONID=s8qo1mxna1;Path=/pmweb Servlet-Engine: Tomcat Web Server/3.3 dev (
JSP 1.1; Servlet 2.2 )
<-----------------------

finally if i access the pages through a direct tomcat call (using port 8080)
everything just goes fine as it was meant to be.

as i mentioned this behavior occurs if i'm using apache (1.3.14) in conjunction
with mod_jserv or mod_jk.

any help regarding this problem would be appreciated.

thx in advance.

daniel haischt
--