We are running some smoke tests on our EC2 systems and occasionally the VM becomes completely unresponsive while it makes 1 core spin on 100%, all other cores are at 0% at this point. It does not allo
I\'m running Artifactory, which is using Jetty a web server. Sometimes the server is throwing a http 500 error. However there\'s no accurate message with it.
I\'m embedding Jetty (version 7.4.5.v20110725) into a java application.I\'m serving JSP pages in ./webapps/jsp/ using Jetty\'s WebAppContext, but if I visit localhost:8080/jsp/ I get Jetty\'s director
Is it possible to use the embedded java code to add servlets: Server server = new Server(8080); ServletContextHandler context = new ServletContextHandler(ServletContextHandler.SESSIONS);
I\'m new to Scala and wanting to develop a simple little Scala Wicket webapp to try it out. I would like to use Jetty as the server for my dev purposes and SBT as the build tool (definitely not maven
I\'m developing a maven project with several modules in eclipse. The parent pom.xml declares all submodules, and every submodule contains a pom.xml with a reference to the parent. Some submodules are
Jetty jetty-hightide-7.4.5.v20110725 Eclipse helios jdk 1.6 java.lang.reflect.InvocationTargetException
I\'m invoking the \"jetty:run\" goal with the following plugin configuration: <plugin> <groupId>org.mortbay.jetty</groupId>
If I put my application in a subdirectory, e.g. by naming it cm.war, after a successful login the redirect goes to /cm/cm (should be /cm).
I have three files from Entrust: *.csr, *.key and *.crt. So far: I have brought the *.key and *.crt into a PKCS12 keystore using OpenSSL