Hello Frank,

there has been a mod_jk release published for very few days, namely 1.2.24, which was broken w.r.t. WWW-Authenticate. Although it's not very likely, that you use this one, it's my first question.

If you really use 1.2.24, switch to 1.2.25 and the problem should be gone.

Otherwise: what's your version?
If you can easily reproduce the behaviour, how does the jk log file for log level debug look like?

Regards,

Rainer
--
kippdata
informationstechnologie GmbH   Tel: 0228 98549 -0
Bornheimer Str. 33a            Fax: 0228 98549 -50
53111 Bonn                     www.kippdata.de

HRB 8018 Amtsgericht Bonn / USt.-IdNr. DE 196 457 417
Geschäftsführer: Dr. Thomas Höfer, Rainer Jung, Sven Maurmann

Frank Gerlach wrote:
Hello folks,
we have a problem with the following setup:

Web Browser ->Apache(mod_jk)->Tomcat->Alfresco

Explanation: we would like to access the Alfresco content management system (running in Tomcat) using WebDAV and SSL. It works, if we expose Tomcat directly to the network. For security reasons, we would like to "reverse proxy" with Apache. This does not work for some reason. (does not send the WWW-Authenticate header) We have checked mod_jk documentation without detecting any problems on our side. Can anybody help ?

Thanks in advance !

regards

Frank


Here are the relevant config settings and software version info:

Apache: Server version: Apache/2.0.59

Tomcat: Apache Tomcat/5.5.20 jdk 1.5.0_07-b03 Sun Microsystems Inc. Linux 2.6.5-7.252-default i386


mod_jk in Apache:

JkMount /* alfresco
JkLogFile /var/log/apache2/mod_jk.log
JkLogLevel debug
JkWorkersFile "/usr/share/tomcat/conf/workers.properties"

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

/usr/share/tomcat/conf/workers.properties:

ps=/

# list the workers by name
worker.list=alfresco

# ------------------------
# First tomcat server
# ------------------------
worker.alfresco.port=8009
worker.alfresco.host=localhost
worker.alfresco.type=ajp13

# Specify the size of the open connection cache.
#worker.tomcat-worker1.cachesize

#
# Specifies the load balance factor when used with
# a load balancing worker.
# Note:
#  ----> lbfactor must be > 0
#  ----> Low lbfactor means less work done by the worker.
worker.alfresco.lbfactor=100

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

tomcat server.xml:

<!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009"
               enableLookups="false" redirectPort="8443" protocol="AJP/1.3"/>



Frank Gerlach
Software engineer

dmc digital media center GmbH
Rommelstraße 11
70376 Stuttgart (Germany)
Telefon: +49 711 601747-258
Telefax: +49 711 601747-141
eMail:    [EMAIL PROTECTED]
Internet: www.dmc.de

Handelsregister: AG Stuttgart HRB 18974
Geschäftsführer: Andreas Magg, Daniel Rebhorn, Andreas Schwend

<<Frank Gerlach.vcf>>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to