Advertisement
gen2monk

Untitled

May 18th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. LoadModule weblogic_module modules/mod_wl.so
  2.  
  3. <IfModule mod_weblogic.c>
  4. MatchExpression /AEM
  5. MatchExpression /servlet
  6. MatchExpression /DPOWeb
  7. MatchExpression *.jsp
  8. WebLogicHost 10.0.0.68
  9. WebLogicPort 15001
  10. </IfModule>
  11.  
  12. <Location /weblogic>
  13. SetHandler weblogic-handler
  14. PathTrim /weblogic
  15. WLSRequest On
  16. </Location>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement