From: <php...@li...> - 2011-11-26 17:43:41
|
Hi, > Is it possible to change this behavior to append only ? Yes, of course. It is Tomcat's default. java [...] SERVLET:8080 3 /var/log/php-java-bridge.log I'd rather use: java ... 3 "" >>/var/log/bridge.log and let operating system (logrotate) do the rest. BTW:If you don't want to use a servlet engine or application server, you should better use INET:9080 and set JAVA_SERVLET to false. It is much faster than the servlet emulation we've used during development. Regards, Jost Bökemeier |