Messages by Thread
-
[jetty-users] Session timeout
John English
-
[jetty-users] Stream closed warning for JSP files, only when accessing from IE
Pankaj K Garg
-
[jetty-users] RewriteRegexRule /([0-9]+)$ to /player-$1 does not work, returns 404
Alexander Farber
-
[jetty-users] Where configure startup timeout
Raffaele Gambelli
-
[jetty-users] LOG.info(), LOG.warn() not visible in log files
Alexander Farber
-
[jetty-users] Multiple Security Handler's
sorabh hamirwasia
-
[jetty-users] Why org.eclipse.jetty.util.securit.Password.java main function takes username, but use it as salt?
Alvin Lin
-
[jetty-users] Unable to set friendly "from" name in mail.from property in jndi session configured in jetty
Raffaele Gambelli
-
[jetty-users] Jersey war file in embedded Jetty
goffredo
-
[jetty-users] Way to start Jetty without requiring internet connection
John Carrieri
-
Re: [jetty-users] Jetty SNI - Where's ExtendedSslContextFactory?
anurgaliev
-
[jetty-users] Running Drools Workbench on Embedded Jetty server.
Ambarish Pande
-
[jetty-users] Keep-alive config
anurag gupta
-
[jetty-users] How to use a login form with Jetty 9?
Serge Weinstock
-
[jetty-users] I've just added authentication to my embedded jetty 9 web server. I'm using the JDBCLoginService and everything works fine. I now want to add a login page. But I can’t get it working: when the FormAuthenticator.validate() method is called, it's trying to get an HTTPsession and none is found. I've been trying to create Sessions but I've been unable to find the correct API. Can someone give me an example? This is my code: // the file server part ResourceHandler resource_handler = new ResourceHandler(); resource_handler.setDirectoriesListed(false); resource_handler.setResourceBase("www"); resource_handler.setDirectoriesListed(false); resource_handler.setWelcomeFiles(new String[]{ "html/dashboard.html" }); // the JSP part WebAppContext webAppContext = new WebAppContext(); webAppContext.setResourceBase("www"); webAppContext.setInitParameter("dirAllowed", "false"); webAppContext.addServlet(new ServletHolder(new QueryGlobals()), "/queries/globals"); webAppContext.addServlet(ne
Serge Weinstock
-
[jetty-users] keep alive configuration
anurag gupta
-
[jetty-users] Leaked EndPoint objects in AbstractConnector._endpoints due to ManagedSelector.destroyEndPoint task rejected by QueuedTheadPool
Julien Moumne
-
Re: [jetty-users] Async servlet writes
Simone Bordet
-
[jetty-users] Fwd: occasional earlyEOF exceptions
Bert Robben
-
[jetty-users] Jetty Keep-Alive config
anurag gupta
-
[jetty-users] How do I configure keep-alive in jetty
anurag gupta
-
[jetty-users] Need help with finding logs when Jetty killed
p-naitou
-
[jetty-users] Jetty Continuations for SOAP Services
Sounak
-
[jetty-users] Jetty Continuations fro SOAP Calls
Sounak
-
[jetty-users] Embedded Jetty with Default and Per-App Web Descriptors
Igal @ Lucee.org
-
[jetty-users] Register ServletRequestListener from OSGi Bundle
Igal @ Lucee.org
-
[jetty-users] How to access ServletContext from WebSocketListener?
Alexander Farber
-
[jetty-users] Possible bug with WebSocket in BatchMode.ON and flush
Erel Uziel
-
[jetty-users] Jetty, Weld, JSF
Steve Sobol - Lobos Studios
-
[jetty-users] Help needed to display a simple HTML graph in parallel with the WAR app in Jetty 8.1.3
Emanuel Jianu
-
[jetty-users] How to pass user context object to the response callback of async Jetty HTTP client?
Alexander Farber
-
Re: [jetty-users] Long processing time before HttpConnection.onFillable invoked
Jing Yang
-
[jetty-users] NPE when trying to use Jetty async HTTP client
Alexander Farber
-
[jetty-users] jetty 9.4.6 demo
Lou DeGenaro
-
[jetty-users] Long processing time before HttpConnection.onFillable invoked
Jing Yang
-
[jetty-users] jttyp.jar that supports HTTPS?
Robert Nicholson
-
[jetty-users] Trying to get jdbc sessions/failover working on Jetty 9.4.3 - ideas?
Scott Tatum
-
[jetty-users] 答复: How to enable jmx in jetty runner?
jianfeng
-
[jetty-users] trying to use ststistics handler in 9.3.x
Brian Reichert
-
[jetty-users] how to set custom Trust Manager in embedded jetty in eclipse
Gaurav Bhatnagar
-
[jetty-users] configuring jmx-remote module to use SSL
Brian Reichert
-
[jetty-users] Remote deployment for war/jar inside war
Kiwi de coder
-
[jetty-users] ssl in Jetty 9.4.6
Bob Morris
-
[jetty-users] Two questions on stackoverflow
Kaufmann, Richard
-
[jetty-users] Ignoring connection already closed by client
Sachin Kale
-
[jetty-users] Jetty LoadTests and no available selectors
Simon Kulessa
-
[jetty-users] Jetty Websocket Client - unable to handle network errors
Venkateswarlu Marripudi
-
[jetty-users] Logging websocket requests to access log
anurag gupta
-
[jetty-users] No Jetty Bom [was Re: Jetty 9.4.6 Released!]
Olivier Lamy
-
[jetty-users] Jetty 9.2.22 Released!
Chris Walker
-
[jetty-users] Need guidance on migrating project from Jetty 6 to Jetty9
Pritesh Gajjar
-
[jetty-users] Start failed with LoginService not found (Jetty 9.3)
Pritesh Gajjar
-
[jetty-users] Jetty 9.4.6 Released!
Chris Walker
-
[jetty-users] Jetty 9.3.20 Released!
Chris Walker
-
[jetty-users] Hot deployment of war on Windows
Edmond Kemokai
-
[jetty-users] 9.3 -> 9.4 Alternative to HashSessionManager.setLazyLoad
marc . schlegel