jetty
SSL Handshake between two WebApps
I have a webapp-1 deployed on a SUNWappserver that requires two way SSL authentication. I can write a java client-1 for it, and it works just fine.[详细]
2023-04-04 03:43 分类:问答Eclipse Jetty v8.0 JNDI DataSource not available in scala lift application
I use xsbt v.0.10.1, web plugin for it, lift v2.4-M4, Scala 2.9.1, Jetty 8.0.0.v20110901. In Boot.scala i add such code:[详细]
2023-04-03 23:34 分类:问答Error while trying to use warble on ChiliProject for JRuby/Jetty deployment
I\'m trying to use warbler on ChiliProject (a Redmine fork, Rails 2.3 app) to deploy it in a Java Jetty web server. But when I run warble at the projects root folder, it fails with the given error mes[详细]
2023-04-03 16:09 分类:问答Jetty RESTful with multiple data formats
I am a newbie in this area, I am using embedded jetty to create web services and I have few existing methods/开发者_开发百科pojos which I need to make as RESTful API\'s and I want support for multiple[详细]
2023-04-02 00:09 分类:问答Routing requests from IIS to Jetty with isapi_redirect (tomcat connector)
I have installed the isapi_redirect into IIS, and allowed to run. I have enabled the ajp13 in Jetty and I can telnet to port 8009.[详细]
2023-04-01 18:42 分类:问答Disable jettys debug output in (html)Unit Tests
i use Jetty (v.6.1.25) in a Unit Test(more specific: htmlUnit) to test开发者_StackOverflow Servlets,Filters and something like.[详细]
2023-04-01 16:56 分类:问答Jetty 6 Eclipse Datasource NameNotFoundException
I try to configure a data source for a Jetty 6 Server in my Eclipse Project. I include these jars in my lib folder:[详细]
2023-04-01 10:51 分类:问答How to do multipart/form-data post in Jetty HttpClient
I\'m wondering if someone could help me out there. For Java project I want to use the Jetty HttpClient that will send data to a Restful webservice.[详细]
2023-04-01 09:57 分类:问答How to return 503 server busy based on cpu/memory usage or pending requests?
I am working on high performance web application that uses jetty and jersey for REST. I am trying to find the best way to return 503 if CPU load, memory bandwidth or pending connections are high.[详细]
2023-04-01 04:55 分类:问答Configure Javamail JNDI for Jetty
My goal is simple. Configure the maven-jetty-plugin with a JNDI for javamail. But after hours of googling and reading i cannot figure out exactly what to do....[详细]
2023-04-01 00:02 分类:问答