| Author |
wl-proxy object in SunOne
|
|
|
| If any body has worked with wl-proxy (weblogic) in obj.conf and a
filter (http-compression) please send me the object node or correct
mine or any ideas!
I can not seem to get the compression filter working. The other objects
do show gcat for encoding.
<Object name="weblogic" ppath="/*~*siteminder*">
Service fn="wl_proxy" WebLogicHost="dacafmq01" WebLogicPort="7301"
PathTrim="" Debug=ALL DebugConfigInfo=ON
Output fn="insert-filter" filter="http-compression" type="text/*"
vary="on" fragment-size="8096" compression-level="8"
</Object>
| |
| steingra@gmail.com 2004-12-22, 5:52 pm |
| Within the main <Object> block:
<Client srvhdrs="Content-Type=(text/*)">
Output fn="insert-filter" filter="http-compression" vary="on"
compression-level="9"
</Client>
<Object name="weblogic" ppath="*/XX/*">
Service fn="wl-proxy" WebLogicHost="x.foo.com" WLIOTimeoutSecs="120"
</Object>
| |
|
| Right on the money, my friend - appreciate your help. if you are in
Dallas, Beer is on me
|
|
|
|