How do I have to configure the WebLogic server and/or the Rails
application so I can write the logged data to a file that I can look
into.
If you’re using JRuby-Rack (which is usually what you use for war file
deployments), the logging is supposed to be set up to use
javax.servlet.ServletContext#log which should send logging to the
server log file.