users@glassfish.java.net

Re: context root for EJB web service

From: Vijay Ramachandran <Vijay.Ramachandran_at_Sun.COM>
Date: Mon, 13 Mar 2006 11:36:33 -0800

On Sun, 2006-03-12 at 12:42, Mark Hansen wrote:
> How do I specify the context root when deploying an EJB-JAR web
> service? I'm using "asadmin deploy". The -contextroot flag only
> applies to WAR deployments. Do I need to specify this in a
> sun-ejb-jar.xml (endpoint-address-uri)

This is a way Glassfish allows to have your own endpoint-address-uri for
ejb endpoint.

> or is there some way that I can
> avoid having to create a product-specific deployment descriptor?

No (for ejb-endpoint) :(

Vijay