Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 9.1 and --list-config

I am trying to get Jetty 9.1 and Railo 4.1 to run together.  While I was successful on my windows 7 development machine I am having issues on my Gentoo production environment.  In trying to determine what is wrong so I used the --list-config option.

When the config list is displayed the process crashes on any jar file that does not have a manifest file.  I can rename the files so they are not picked up but it seems like jetty should handle the situation better.  Instead of just stopping with a NullPointerException it could just list manifest file missing and go on.

Back to the top