[
https://issues.jboss.org/browse/JBESB-3705?page=com.atlassian.jira.plugin...
]
RH Bugzilla Integration commented on JBESB-3705:
------------------------------------------------
Suz <sdorfiel(a)redhat.com> made a comment on [bug
794520|https://bugzilla.redhat.com/show_bug.cgi?id=794520]
Technical note added. If any revisions are required, please edit the "Technical
Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services
team.
New Contents:
ESB applications are deployed at a context root corresponding the application name. (For
example, app.esb is deployed at /app.) This causes problems when used with Maven since the
artifacts are usually named app-1.x.x.esb. You can change the context root of an esb
application through a descriptor instead of using the archive name.
Setting the context root of an ESB application
----------------------------------------------
Key: JBESB-3705
URL:
https://issues.jboss.org/browse/JBESB-3705
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Deployment
Affects Versions: 4.9
Reporter: Siamak Sadeghianfar
Priority: Minor
Currently an ESB application is deployed at a context root the same as the application
name. For example app.esb is deployed at /app. This causes problem when used with maven
since artifacts are usually in form of app-1.x.x.esb.
It should be possible to customize the context root of an esb application through a
descriptor, rather than enforcing the archive name. For example in jboss-esb.xml:
{code:xml}
<jbossesb>
<context-root>/app</context-root>
<services>
...
<services>
</jbossesb>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira