Salut,
ikevin9 wrote:
> Hi,
>
> I am developing a RESTful Web Service application using Java Jersey (JAX-RS
> 1.0). I have a question regarding the deployment architecture. How is it
> typically set up? Is it typically set up so connections from the Internet
> are routed directly to the Grizzly listening port? Or, there should be an
> Apache HTTP Web Server or Sun Java System Web Server listening on port 80
> and redirecting all connections to the Grizzly listening port?
You can do both, depending on your own company/sip architecture. The
easiest way is to use Grizzly directly (GlassFish, which use Grizzly,
does it for many web site).
>
> I would appreciate if anyone could provide some information about the set up
> architecture of an deployment/production environment using Grizzly with Java
> Jersey.
>
> I would be using either Sun Solaris 10 or OpenSolaris 10.
Can you elaborate on what your application is doing?
A+
-- Jeanfrancois
>
> Thanks!
>
> Kind regards,
>
> Kevin.
>
>