[opencms-dev] Integrating with Apache doesn't get past login

Oliver Pereira Oliver.Pereira at dna.co.uk
Tue Dec 6 16:34:16 CET 2005


Comment this line out for the login screen ==>       ProxyPass /opencms/
!

 

Create one more virtual host for the published site with the same
details but uncomment the above line

 

 

________________________________

From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Tosi, Joel
Sent: 06 December 2005 15:25
To: The OpenCms mailing list
Subject: [opencms-dev] Integrating with Apache doesn't get past login

 

So I gave up trying to opencms to work with weblogic and apache, just
going with the standard tomcat / apache configuration.  The error I am
encountering now is that once I login, the app just comes back to the
login screen.  There aren't any errors any where.

 

Here is the pertinent httpd.conf:

 

<VirtualHost *:80>

        ServerName dvopenexchange

        ServerAdmin isgadm at cme.com

        DocumentRoot
"/cme/isg/tomcat/apache-tomcat-5.5.12/webapps/ROOT/"

        <Directory "/cme/isg/tomcat/apache-tomcat-5.5.12/webapps/ROOT/">

                Order allow,deny

                Allow from all

        </Directory>

        ErrorLog /cme/isg/log/apache/opencms_apache_error.log

        SetEnvIf Request_URI "\/opencms\/*" redirect

        #CustomLog /cme/isg/log/apache/opencms_apache.log common
env!=redirect

        #Rewrite Engine on

        #RewriteCond % ^/export/ {REQUEST_URI} (.*) [NC]

        #RewriteCond "%{DOCUMENT_ROOT}%{REQUEST_FILENAME}" !-f

        #RewriteCond
"%{DOCUMENT_ROOT}%{REQUEST_FILENAME}/index_export.html" !-f

        #RewriteRule .*
http://127.0.0.1:9990/applications/handle404?exporturi=%{REQUEST_URI}&%{
QUERY_STRING} [P]

        ProxyPass /opencms/ !

        RedirectPermanent /opencms/ http://dvopenexchange/

        ProxyPass /resources/ !

        ProxyPass /export/ !

        ProxyPass / http://localhost:8081/opencms/

        ProxyPassReverse / http://localhost:8081/opencms/

</VirtualHost>

 

 

Any ideas?

 

Thanks,

Joel


_____________________________________________________________________
This e-mail has been scanned for viruses by MCI's Internet Managed
Scanning Services - powered by MessageLabs. For further information
visit http://www.mci.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20051206/80824351/attachment.htm>


More information about the opencms-dev mailing list