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

Tosi, Joel JTosi at cme.com
Tue Dec 6 16:50:53 CET 2005


Andras,
	That helped out.  I can get to the workplace now, though I have
some issues with viewing the pages though I think I can work that out
through the conf file and using what Oliver had mentioned earlier.

Thanks again.

Joel

-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of Andras Balogh
Sent: Tuesday, December 06, 2005 9:33 AM
To: The OpenCms mailing list
Subject: Re: [opencms-dev] Integrating with Apache doesn't get past
login

Hello,

Tell to Tomcat that is proxied by Apache, see:

http://tomcat.apache.org/tomcat-5.5-doc/proxy-howto.html

Best regards,
Andras.

Tosi, Joel wrote:

> 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 mail is send to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please
visit
http://mail.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list