I have an automated deployment script to deploy multiple WAR
files in WAS 7
.
So, I would like to define contextroot
inside the WAR
file itself. It should automatically set to " ... -contextroot xxxx ..."
from the file.
How do I do that? I think, I need to add something with WEB-INF/ibm-web-bnd.xml
.
I dont know what to write in it.
Pls help, thanks.