jetty
Getting FileNotFoundException when deploying war using Maven Jetty plugin
I\'m using Maven 3.0.3 with the Jetty plugin. I\'m getting the error below: java.io.FileNotFoundException: Could not open ServletContext resource[详细]
2023-03-26 12:36 分类:问答Jetty and Jibx-ws web services
I\'ve read the SOAP Service documentation and example in te Jibx-ws website but how do I con开发者_Go百科figure my Jetty Server object to serve it?[详细]
2023-03-25 10:03 分类:问答Jetty distribution vs hightide
What exactly is the difference? I\'ve been using Jetty 8.0.0 lately and when I try the distribution download I cannot get neither WebSockets nor Servlet 3.0 @WebServlet annotation to work. If I use hi[详细]
2023-03-25 00:54 分类:问答Jetty always returning 400 status code on Java HttpServlet
I\'m currently trying to get a unit test set up for an HttpServlet class I have in Java. However, the Jetty documentation is kind of lacking and I\'m a little stuck. I\'m fairly certain the contextPat[详细]
2023-03-24 19:53 分类:问答Serving files from war file
I am using a java servlet container, which serves files from the webapp directory. Say for instance I have Foo.html. host:80/Foo.html will serve this file. How do I serve the Foo.html for host:80/XXX/[详细]
2023-03-24 11:18 分类:问答how to configure jetty to listen to multiple ports
I just want to configure jetty to listen to more than one port. I don\'t want multiple instances nor mult开发者_开发百科iple webapps, just one jetty, one webapp, but listening to 2 or more ports.[详细]
2023-03-24 04:56 分类:问答gwt java script module not loading - blank page
It seems when I manually build my gwt app, and run it on jetty, i get a blank page. I could add tags within the html document and see its content (ex a开发者_开发知识库dd a table, i would see a table)[详细]
2023-03-23 17:40 分类:问答How do I force Jetty's Maven plugin to close its file handles?
I am developing a web application using Maven and I am using Jetty\'s plugin (mvn jetty:run) to speed up develop开发者_开发百科ment. Unfortunately, the plugin appears to keep static files open (such a[详细]
2023-03-23 12:58 分类:问答Gwt and eclipse with jetty for production mode
Is there a standard easy way to launch Jetty from eclipse for the production mode? I followed the instructions at http://code.google.com/webtoolkit/usingeclipse.html to setup a new project using gwt[详细]
2023-03-22 21:44 分类:问答Configuring default user in spring security
is there a wayto configure spring security 开发者_如何转开发to have a default user (with roles and such)? i want to use it for testing purposes in an embedded jetty environment.[详细]
2023-03-22 08:48 分类:问答