experts,

her is my configuration:

apache 2.2.4 + Mod_JK 1.2.25 + Tomcat 5.0.28
I currently run a webapp through this architecture, every thing works fine.

The first URL to connect to my webapp is 
http://vhqlw43:7080/CMN/CMN_IX_J00_Index.jsp

Now, I have to connect my webapp to a CAS server, so I do install mod_cas with 
this configuration:

LoadModule cas_module modules/mod_cas.so
   CASLocalCacheInsecure On
   CASLocalCacheFile /app/apphls/CAScache/CASCacheFile
   CASLocalCacheSize 1000
   CASLocalCacheTimeout 3600
   CASTrustedCACert /app/apphls/cas.mysite.mydomain.crt
   CASLoginURL https://10.156.2.180/cas/login
   CASHost 10.156.2.180
   CASPort 443
   CASMethod GET
   CASValidate /cas/serviceValidate
   CASDebug on

LoadModule jk_module modules/mod_jk.so
    JkLogFile /app/apphls/apache/logs/mod_jk.log
    jkLogLevel debug
    JkRequestLogFormat "%w %V:%p %U %q %T"
    JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
    jkWorkersFile /app/apphls/apache/httpd/conf/workers.properties
    JkShmFile /app/apphls/apache/logs/shm
    jkMount /*.jsp loadbalancer
    jkMount /*.do loadbalancer
    jkMount /jkstatus status

when I try http://vhqlw43:7080/ , I am redirected to CASLoginURL that is good 
but when i try to connect to http://vhqlw43:7080/CMN/CMN_IX_J00_Index.jsp , I 
am not redirected.
Does someone tell me how to configure properly my apache configuration to fix 
this problem ?

Phi-Long
-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to