How to define web context in JBoss 5.1.0 other then using war file?
I would like to use different web context other than using war file name in
Jboss 5.1.0.
e.g.
If you deploywar which is filename.war ,normally url will be
<
http://hosturl:8080/filename/>
I want to change this <
http://hosturl:8080/webapp>
How can I achieve this? I would appreciate any response.