Hi !

I am using apache 1.3.12, tomcat 3.1 and struts. When using tomcat standalone and 
sending a request with an
URL="http://alster:80/deploy/work/login.jsp;jsessionid=To1010mC07300554567118311At" 
everything works fine.
If I run tomcat as a plugin of apache I get an error.
The configuration file for tomcat included at the end of the apache httpd.conf is as 
follows:
-------------------------- included in apache httpd.conf ------------------------
LoadModule jserv_module modules/ApacheModuleJServ.dll
ApJServManual on
ApJServDefaultProtocol ajpv12
ApJServSecretKey DISABLED
ApJServMountCopy on
ApJServLogLevel notice

ApJServDefaultPort 8007

AddType test/jsp .jsp
AddHandler jserv-servlet .jsp
AddType test/do .do
AddHandler jserv-servlet .do

Alias /deploy F:\Programs\Jakarta\jakarta-tomcat\webapps\deploy
<Directory "F:\Programs\Jakarta\jakarta-tomcat\webapps\deploy">
    Options Indexes FollowSymLinks
</Directory>
ApJServMount /deploy/servlet /deploy
<Location /deploy/WEB-INF/ >
    AllowOverride None
    deny from all
</Location>

ApJServMount /servlet /ROOT
------------------------- end of include ----------------------------
AFter the include, I also added a rewrite rule to handle the session id problem, like 
this:
--------------- rewrite rule in apache httpd.conf--------------------


begin:vcard 
n:Weber;Martin
tel;fax:+49 (0)30-217 520 12
tel;work:+49 (0)30-235 520-38
x-mozilla-html:TRUE
org:Tech@Spree
adr:;;B�lowstr. 66;Berlin;;10783;Germany
version:2.1
email;internet:[EMAIL PROTECTED]
title:Senior Architect
x-mozilla-cpt:;26576
fn:Martin Weber
end:vcard

Reply via email to