Is it possible to change the format of the access log on the dm server.
Right now we are logging the ip address of the load balancers so I need to log our "LB_REMOTE_HOST" or "X_FORWARDED_FOR" instead of the standard "REMOTE_ADDR"
I changed the accessLogFormat var in servletContainer.config to a stadard tomcat format %{X-Forwarded-For}i %l %u %t "%r" %s %b but it didn't work.
Is this just not possible on the dm server? I can setup our LBs to pass the ip address as usual but we loose the multiplexing which I don't want to do.
Thanks,
Andy


