dev@glassfish.java.net

WS JSR109 deployment. EJB vs WEB

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Mon, 07 Aug 2006 12:30:07 +0200

Hi,

ive taken simple ws example from J2EE-samples (endpoint.Hello), and
found that if i deploy this WS as WEB app. - then its path is:

    * http://<host>:<port>/Hello/HelloService

but if i add /_at_Stateless /annotation and deploy it as EJB - then path to
WS is:

    *

      http://<host>:<port>/HelloService/Hello

is this correct behavior?

WBR,
Alexey.