Skip to main content
jetty-users Archive (Thread View - Most Recent First)
[First Page]    [Prev Page][Next Page]    [Last Page]
  • Re: [jetty-users] Keep-alive config, (continued)
  • [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
  • [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] Async servlet writes, Sachin Kale
  • [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

  • Mail converted by MHonArc

    Back to the top