The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
2k views

Using filters with Grizzly server running a Jersey REST service

I'm trying to use Grizzly to create a server to run a REST service that I've developed using Jersey. I'm creating the Grizzly server using: final String baseUri = "http://localhost:9998/"; final ...
7
votes
3answers
4k views

Node.js vs Java for Comet application

We look to build a high-performance, scalable Comet server, and thought first about using Java Grizzly with GlassFish. But after some research, we see that Node.JS is taking rapidly as the preferred ...
6
votes
3answers
286 views

Which NIO library (Netty, Grizzly, kryonet, …) for simple backend server implementation in Java?

Our frontend is simple Jetty (might be replaced with Tomcat later on) server. Through servlets, we are providing a public HTTP API (more or less RESTful) to expose our product functionality. In the ...
3
votes
0answers
458 views

Run webservice inside embedded grizzly webserver

HI all, I have written a web service which is running fine in java 6 embedded web server (com.sun.net.httpserver.HttpServer). I have now to switch to grizzly as the java server has a selection key ...
3
votes
1answer
275 views

Enable Grizzly to perform JaaS simple HTTP AUTH

How can I make Grizzly HTTP server allow JaaS for simple HTTP AUTH? I can't see any code/sample out there: There's another post here in StackOverflow that directly assumes that jaaS is available in ...
2
votes
2answers
700 views

How to Use Grizzly Embedded Server for Mule as Well as Jersey

I'm currently using JerseyTest w/ Grizzly embedded server to test some code. I do some very simple configuration to point it to the proper resources: Map<String, String> initParams = new ...
1
vote
1answer
364 views

WebSockets, GlassFish, Grizzly — can't connect

I am trying to get started with WebSockets, and trying to write a simple application to send messages back and forth via a websoket. However, it looks like the socket that I am trying to create never ...
1
vote
1answer
206 views

JAX-RS Jersey/Grizzly Define an interface resource

Following the example here On deploying a sample resource using the Grizzly container. It uses a resource that is defined as a class, instead I would like to define an interface with the annotations ...
1
vote
1answer
172 views

Behaviour of JerseyTest Grizzly Web Server on Unix

We have created a test suite and in order to run it we are using embedded Grizzly Web Server with JerseyTest framework. We are extending a custom class from JerseyTest and in its constructor we are ...
1
vote
1answer
246 views

Grizzly + Jersey Listening ONLY on Localhost

I'm using Jersey with an embedded version of Grizzly and I'd like to bind/listen on localhost ONLY. I'm creating the ThreadSelector using the GrizzlyWebContainerFactory with the create call: ...
1
vote
1answer
635 views

Following Jersey Tutorial

I am trying to follow the first part of jersey tutorial using Grizzly as the web container. I am just at the "Hello World!" part and trying to run my code. This is the main of the web services that I ...
1
vote
0answers
402 views

Turn on gzip compression for grizzly under JerseyTest

I have jersey implementation of web service. The response per requirements must be gzip-ed. Client side contains following bootstrap code to switch gzip on: Client retval = Client.create(); ...
1
vote
2answers
428 views

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. ...
1
vote
2answers
2k views

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 ...
0
votes
0answers
12 views

Host images with Grizzly and Jersey

I'm working on a WebApp with Jersey and Grizzly. I want to offer images for the clients by giving them the imageID and the imageURL. The clients also should have the possibility to send me images. So ...
0
votes
0answers
15 views
+50

Configuring Grizzly with a web.xml

I can start grizzly and deploy Jersey webservices on it with the following lines. protected HttpServer create() throws Throwable { ResourceConfig rc = new PackagesResourceConfig("com.resource", ...
0
votes
2answers
97 views

How to get HTTP 100 Continue to work for WebDAV on embedded Grizzly?

I am using the Milton WebDAV server (1.6.8) with an embedded Grizzly servlet container (2.1.7), and in their default configuration, PUT requests (at least as issued by Cyberduck) do not work. I have ...
0
votes
1answer
141 views

Hello World with Jersey and Grizzly (from User Guide)

I'm looking at the Jersey User Guide and trying to set up a Hello World example using a Jersey web service and an embedded Grizzly server. I'm running through Section 1 "Getting Started". I've got ...
0
votes
0answers
60 views

Tomcat not using JAXB for JSON marshalling correctly?

I'm working on a RESTful web-service using Jersey v1.9.1. Some methods return JSON. When I want to debug my application I start within a grizzly server, otherwise for production I build a war file and ...
0
votes
2answers
65 views

Injected ServetContext is null on Grizzly, not null in TomCat 7

I'm working on a Jax-RS RESTful web-service. While I'm still coding (in Eclipse), I'd like to be able to debug easily, so I decided to have a Maven project and I use dependencies to the Grizzly web ...
0
votes
2answers
294 views

GlassFish, Java, Grizzly, WebSockets - how to get started?

I am faced with the necessity to push some messages to the clients of my web-application in Java. After some reading up on the subject, i decided to use websockets as an emerging and a promicing ...
0
votes
1answer
89 views

Grizzly Comet push to only one client

I would like to know, if it is possible to push some dama via Comet to only one client (more clients connected). Let's say I have 400 clients connected to server and only 20 of them needs to get ...
0
votes
2answers
240 views

Running Jersey with Grizzly as a executeable jar file not working

I developing a Jersey based application and using Grizzly to test the application. As long as I run it from Eclipse everything works well! However, when I do an export to a runnable Jar and execute at ...
0
votes
1answer
175 views

Java's Grizzly taking up a lot of memory for buffers?

As part of an effort to decrease the memory load on our application, we've collected an hprof report. The report includes the following: percent live alloc'ed stack ...
0
votes
1answer
58 views

Responding at arbitrary timing with Jersey on Grizzly using Timer.schedule

all. Thanks in advance. I am creating a RESTful service with Jersey on Grizzly. In the service, I would like to wait responding to a request for several seconds using "Timer.schedule", instead of ...
0
votes
0answers
239 views

Large File Upload giving Exception in JAVA

We need to create a web site on which multiple users can upload large files concurrently. We are using GlassFish 3.0.1 web server. We tried using apache.commons api in our servlet to save the uploaded ...
0
votes
1answer
96 views

Glassfish Java App Class cast exception

Getting the following exception when casting fqe.dataHandler.LiveUpdateMessage cannot be cast to fqe.dataHandler.LiveUpdateMessage Sometimes it happens, sometimes it doesn't. The object can ...
0
votes
1answer
138 views

Does Grizzly Project take care of buffer overflow or denial of service attacks?

I have searched a lot, but still don't understand whether using Grizzly means that I am protected against those attacks or that I should do some more effort? Currently, the only thing I do in my ...
0
votes
1answer
327 views

unable to find com.sun.grizzly.tcp.http11.GrizzlyAdapter.setResourcesContextPath(String)

I trying to expose some groovy service with jersey and girzzly. but i got a wierd error when i'm launching my servlet container. Here is the snippet which lauch it: ServletAdapter adapter = new ...
0
votes
1answer
682 views

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 ...
0
votes
1answer
431 views

jersey restful + grizzly server + hibernate

I can bring jersey + grizzly server up. But some problem occur during "SessionFactory sessionFactory = new Configuration().configure().buildSessionFactory;" error says "SEVERE: service exception: ...
0
votes
1answer
529 views

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)? I want to create a RESTful API which should be able to receive big GET requests.
0
votes
1answer
635 views

Checking a local TCP port is not open in Java

Is there a simple way to make sure that a local port is not already open. Some TCP socket servers (eg Grizzly) don't seem to do this check by default. When this check is missing, the server appears ...
0
votes
1answer
3k views

How to initialize Jersey with a a specific resource instance with specific MessgeBodyReaders/Writers?

I'm trying to start Jersey on a preconfigured port/url with a preconfigured resource instance. I can't quite figure out how to correctly do it. Here is a snippet of a code. Help me, please, fill in ...