There was an error while loading. Please reload this page.
1 parent 76d2194 commit 9f2b715Copy full SHA for 9f2b715
1 file changed
README.rdoc
@@ -258,13 +258,7 @@ https://github.com/jruby/warbler/issues.
258
259
=== Common issues with executable wars
260
261
-If your app isn't working or starting up correctly:
262
-
263
-- <b>Missing Logging:</b>
264
- If your boot process is failing silently (or with a logging warning), try configuring the logger
265
- manually:
266
267
- java "-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog" -jar my_app.war
+If your app isn't working or starting up correctly:
268
269
- <b>CompatVersion errors:</b>
270
If you are getting <tt>java.lang.NoClassDefFoundError: org/jruby/CompatVersion</tt> errors at start-up
0 commit comments