Michael Gerzabek schrieb:

Is there a way to configure access logging like tomcat has for Jetty?
Yes, and it's easy. You click the Run > Open Run Dialog then select your Jetty App and select the checkbox Enable NCSA logging in the dialog.

There I found that the last rewrite rule had to be changed to

# All T5 apps have no .html, so we serve those from the
# servlet container
# .........................................................
RewriteRule "^(.*)" "http://localhost:8888$0"; [L,P]

Now everything works as supposed.

Regards,
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to