Hı all,
I configured my httpd.conf as follows:
The apache  balances the load..
The portal home page comes, however, some images and colours cannot be
seen..
When I examined the access_log , I see such errors...

10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET
/portal-core/themes/renewal/portal_style.css HTTP/1.1" 404 241
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET
/portal-core/themes/renewal/images/animated_favicon1.gif HTTP/1.1" 404 253
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET /portal-identity/style.css
HTTP/1.1" 404 223
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET /portal-core/js/modal.js
HTTP/1.1" 404 221
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET /portal-core/css/modal.css
HTTP/1.1" 404 223
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET
/portal-ajax/dyna/prototype.js HTTP/1.1" 404 227
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET
/portal-ajax/dyna/effects.js HTTP/1.1" 404 225
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET
/portal-ajax/dyna/dragdrop.js HTTP/1.1" 404 226
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET /portal-ajax/dyna/dyna.js
HTTP/1.1" 404 222
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET /portal-ajax/dyna/style.css
HTTP/1.1" 404 224
10.10.0.74 - - [13/Jul/2009:17:40:47 +0300] "GET /portal HTTP/1.1" 200 13939



Httpd.conf content
...
....
SSLSessionCache dbm:/openssl/ssl_gcache_data ErrorLog
/mms/httpd-2.2.11/logs/SSL.log LogLevel  debug

<VirtualHost *:443>
SSLEngine On
SSLProxyEngine On
SSLCertificateFile /openssl/server.crt
SSLCertificateKeyFile /openssl/server.key SSLCACertificateFile
/openssl/ca.crt ProxyPreserveHost On <Proxy balancer://portalcluster>
        BalancerMember https:// 10.10.0.138:9443/portal 
          BalancerMember https:// 10.10.0.138:9443/portal
route=portaltomcat1
</Proxy>
 <Location /portal>
        Allow From All
        ProxyPass balancer://portalcluster/ stickysession=JSESSIONID
nofailover=off
    </Location>
</VirtualHost>


<VirtualHost *:90>
<Proxy balancer://portalcluster>
        BalancerMember http://10.10.0.138:8080/portal 
        BalancerMember http://10.10.0.138:8080/portal route=portaltomcat1
</Proxy>  <Location /portal>
        Allow From All
        ProxyPass balancer://portalcluster/ stickysession=JSESSIONID
nofailover=off
    </Location>
</VirtualHost>


Could you please help to solve this problem? I couldn't find any solution?
Thanks in advance..


Internal Virus Database is out-of-date.
Checked by AVG. 
Version: 7.5.557 / Virus Database: 270.12.10/2088 - Release Date: 4/30/2009
6:01 AM
 


Dikkat: Bu elektronik posta mesaji kisisel ve ozeldir. Eger size 
gonderilmediyse lutfen gondericiyi bilgilendirip mesaji siliniz.Firmamiza gelen 
ve giden mesajlar virus taramasindan gecirilmektedir. Mesajdaki gorusler  
gondericiye ait olup HAVELSAN A.S. resmi gorusu olmak zorunda degildir.

Attention: This e-mail message is private and privileged.If you are not the 
recipient for whom this e-mail message is intended, please notify the sender 
immediately and delete this e-mail message from your system.All sent and 
received e-mail messages go through a virus scan. Any opinions presented in 
this e-mail message are solely those of the author and do not necessarily 
represent HAVELSAN A.S.`s formal and authorized views.

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to