Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache Weblogic plugin configuration.

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Giving username & pwd with link?  
Author Message
wor

External


Since: Apr 25, 2006
Posts: 4



(Msg. 1) Posted: Tue Apr 25, 2006 6:22 am
Post subject: Apache Weblogic plugin configuration.
Archived from groups: alt>apache>configuration (more info?)

Hi,

Here is my configuration.
Client <------> Apache <-------> Weblogic
I want to achieve state when all requests will be transfered thru
Apache to application server.
I manage to configure this for http requests using mentioned Weblogic
Apache bridge, but I have problems when it comes to https protocole
requests.
I need Apache only to be transfering data between Client and Weblogic
I'm using apache 2.0..5 and Weblogic 8.5

Any help will be appreciated.

Thanks,
Szczepan

 >> Stay informed about: Apache Weblogic plugin configuration. 
Back to top
Login to vote
wor

External


Since: Apr 25, 2006
Posts: 4



(Msg. 2) Posted: Tue Apr 25, 2006 8:46 am
Post subject: Re: Apache Weblogic plugin configuration. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Here some additional information httpd.conf file:

<VirtualHost name:80>
ServerName name:80
WebLogicHost ip
WebLogicPort 7001
Debug ON
WLTempDir /tmp
<Location /web>
SetHandler weblogic-handler
</Location>
</VirtualHost>

This works fine for http.
Additionally I have part for https:


<VirtualHost name:443>
ServerName name
SSLEngine On
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateKeyFile /tmp/key
SSLCertificateFile /tmp/key
<IfModule mod_weblogic.c>
WebLogicHost 10.0.0.12
WebLogicPort 7002
Debug ON
DefaultFileName /home.do
WLTempDir /tmp
KeepAliveEnabled ON
KeepAliveSecs 15
ConnectTimeoutSecs 20
</IfModule>
<Location /web>
SetHandler weblogic-handler
</Location>
</VirtualHost>

Any input will be greatly apprciated.
Cheers,
Szczpean

 >> Stay informed about: Apache Weblogic plugin configuration. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Apache / Weblogic Plugin Issue. - Greetings, I am trying to install Apache that is configured with several virtual domains. When a request comes in, based on the domain name, it will be forwared to the appropriate instance of Weblogic server. I am running Apache 2.0.53, Weblogic 8.1 o...

Reverse Apache 2.46 SSL Proxy w/ Weblogic 7.0 sp4 - Am a newbie to Apache 2.xx. I am trying to set up a reverse SSL proxy for my weblogic server (7.x sp4) on a Redhat Linux 2.1AS server. I have been successful in setting up a non-ssl reverse proxy service but have been unsucessful with SSL reverse..

Compiling Apache 2.0.48 for BEA WebLogic Server on Solaris 9 - While attempting to let Apache 2.0.48 and BEA WebLogic Server communicate peacefully (on a Sun Solaris 9 server) we encounter the following error when starting Apache: Syntax error on line 1088 of /usr/local/apache2/conf/httpd.conf: Cannot load..

weblogic mod_deflate - Has anyone been able to get WebLogic/Apache/Mod_deflate to work together? It apperas that when I configure compression in my weblogic.conf file it is an all or nothing affair. That is compression works every file that weblogic app serers send or I can....

Apache Log IP Via - Hi to all, i have an apache external and more apache internal. On external Apache I set more VirtualHost and with mod_proxy talk with all internal apache. For example: ProxyRequests On ProxyPass / http://192.168.0.1/ ProxyPassReverse /..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]