wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

How do you configure RunJettyRun to use Logback for logging? #162

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
How do you configure RunJettyRun to use Logback for logging?

I have a logback.xml file that's being used by jetty-start on the command line, 
but I don't know how to get it working with RunJettyRun.

There aren't any reliable instructions on the web. Could you write a precise 
guide?

What Eclipse version are you using ?
Eclipse Juno

What Run-Jetty-Run version are you using?
RunJettyRun 1.3

What OS are you using ? 32bit or 64 bit?
64 bit

Please provide any additional information below.

Original issue reported on code.google.com by nho...@gmail.com on 13 Feb 2013 at 3:19

GoogleCodeExporter commented 9 years ago
In my situation, I have duplicate bindings for slf4j that I resolve by 
excluding a classpath in my pom.xml. However, this doesn't work in RunJettyRun, 
and the way to exclude a path from the classpath stated in this feature:

http://code.google.com/p/run-jetty-run/issues/detail?can=2&start=0&num=100&q=&co
lspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=
&id=68

Doesn't work as stated.

How can I get this working?

Original comment by nho...@gmail.com on 13 Feb 2013 at 5:21