grizzly
Grizzly http server fails some request
I created a grizzly web server, to run my jersey application out of tomcat, to speed up tests. I\'m a grizzly beginner, but looking through the net I put some code lines together, to make a grizzly w[详细]
2023-01-16 00:12 分类:问答Enable Grizzly to perform JaaS simple HTTP AUTH
How can I make Grizzly HTTP server allow JaaS f开发者_StackOverflow中文版or simple HTTP AUTH? I can\'t see any code/sample out there: There\'s another post here in StackOverflow that directly assumes[详细]
2023-01-01 14:24 分类:问答jersey restful + grizzly server + hibernate
I can bring jersey + grizzly server up. But some problem occur during \"SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory;\"[详细]
2022-12-28 08:57 分类:问答Maximum URI length in Grizzly (GlassFish) and Tomcat
Is there a maximum length (not default value) for URIs in Tomcat and in Grizzly (GlassFish 3)? 开发者_JAVA百科I want to create a RESTful API which should be able to receive big GET requests.In Tomcat[详细]
2022-12-17 11:29 分类:问答Setting Grizzly's keystore to use a jks in a jar
I\'m trying to use com.sun.grizzly.SSLConfig.setKeyStoreFile() to set SSL for Grizzly.It only takes a String as input (not InputStream or File).I want to use a jks file that is within a JAR file.If I[详细]
2022-12-17 09:17 分类:问答Using JaaS with Jersey on Grizzly
I\'m trying to find a simple, flexible way to add JaaS authentication to REST.I found a post that I think leads me in the right direction (See StevenC\'s answer).It sounds like the servlet container i[详细]
2022-12-10 20:17 分类:问答