jetty
NoClassDefFoundError with jetty-maven-plugin
I am getting a: he Cause java.lang.NoClassDefFoundError Msg:net/spy/memcached/MemcachedClient When executing jetty:run -e in eclipse. Why 开发者_如何学运维isn\'t this dependency being added into the[详细]
2023-04-13 04:06 分类:问答Approach on how to know if components (spring/jetty) are fully initialized
I have a backend server (Jetty) that processes HTTP requests and interacts with a MySQL database. It is all wired-up with Spring.[详细]
2023-04-13 03:02 分类:问答JSF2 on Jetty gives randomly 'zip file closed' but works when running from maven jetty plugin (jetty:run)
my JSF web app is giving randomly error: \"zip file closed\" when accessing files (like images, css, js). It is deployed on Jetty 7. It looks like some of those files are not loaded (some images are m[详细]
2023-04-12 13:56 分类:问答Deploying Jersey resources into a Servlet 3.0 API aware container fails miserably
(I\'ve accidentally deleted the gist that I\'m referring to in this question; sorry for the inconvenience.)[详细]
2023-04-12 12:50 分类:问答Jetty configuration to disable all SSL checks
There is certain Tomcat listener implementation that disable all SSL check开发者_运维知识库s. This comes very handy in development environment. Is there any way to config Jetty to the same behavior?[详细]
2023-04-12 12:02 分类:问答Using custom WebAppClassloader in Jetty
I\'m writing a spring based web application for our company and I received orders that I should encrypt classes of our app.[详细]
2023-04-12 10:29 分类:问答Where's my time going mysteriously?
I have a ruby script that uses rsolr rubygem to generate XMLs and POST them to Apache Solr (javadoc Update Command) surfaced by Jetty Server. My script logs certain time using the following code[详细]
2023-04-12 08:05 分类:问答How do you disable jsessionid for Jetty running with the Eclipse Jetty Maven plugin?
We\'ve been experiencing problems with jse开发者_运维技巧ssionid and I\'m trying to figure out a way to disable this. Would anybody happen to know how you can do this using the org.mortbay.jetty:jetty[详细]
2023-04-12 00:53 分类:问答manually deployed war ignores jpa annotation mapping, but it works in eclipse
I have generated a spring web project with spring roo. Whe开发者_开发百科n I run the project inside eclipse via wtp on a jetty 7.2 it works fine. but when I package it to a war file, copy it manually[详细]
2023-04-11 07:35 分类:问答sbt, jetty and classpath
I\'m trying to use the SBT with the xsbt-web-plugin. Followed the instructions on the projects website but continue to get the following (sorry for the length)[详细]
2023-04-11 01:27 分类:问答