jetty
Java VM becomes unresponsive after Jetty smoke test on EC2, one core on 100%
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[详细]
2023-03-31 20:33 分类:问答Enable stack trace in Jetty logs
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.[详细]
2023-03-31 13:52 分类:问答How to disable directory listing for Jetty's WebAppContext?
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[详细]
2023-03-31 10:42 分类:问答Jetty: declare servlets in java in stead of web.xml when using maven
Is it possible to use the embedded java code to add servlets: Server server = new Server(8080); ServletContextHandler context = new ServletContextHandler(ServletContextHandler.SESSIONS);[详细]
2023-03-31 05:16 分类:问答SBT 0.7.7 or 0.10.1 for wicket webapp project using jetty for dev
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[详细]
2023-03-31 02:23 分类:问答Running maven project with eclipse dependencies outside eclipse
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[详细]
2023-03-30 18:40 分类:问答problem jetty 7.4 and eclipse has encountered a problem javax/transaction/UserTransaction
Jetty jetty-hightide-7.4.5.v20110725 Eclipse helios jdk 1.6 java.lang.reflect.InvocationTargetException[详细]
2023-03-30 15:06 分类:问答Configure logging for Jetty's maven plugin?
I\'m invoking the \"jetty:run\" goal with the following plugin configuration: <plugin> <groupId>org.mortbay.jetty</groupId>[详细]
2023-03-30 10:38 分类:问答lift, jetty - redirect after login goes to wrong path
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).[详细]
2023-03-30 08:29 分类:问答Having issues using existing Entrust certificates for Jetty SSL connection
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[详细]
2023-03-30 08:15 分类:问答