You can change the default EJB Web service Web application package suffix in %DJC_HOME%/config by modifying this section of the deploy-tool-options.xml file:
<!-- General Deployment Properties --> <setProperties component="com.sybase.djc.deploy.DeployTool" merge="true"> <property name="disableValidation" value="false"/> <property name="jacc" value="false"/> <property name="keepModuleOnFailure" value="false"/> <property name="overwrite" value="true"/> <property name="wspackagesuffix" value=""/> </setProperties>
Change the value for the property wspackagesuffix
to
change the EJB Web service generated Web application name. For example,
if the value is “_myservice”, and you
deploy an EJB in an EJB JAR file called MyEjb.jar,
the resulting Web application is called MyEjb_myservice.