Hello, I have got a war file and I would like to install it with a XML file under Catalina/localhost. The content is
<Context docBase="/usr/share/myWar/mywar-0.0.1.war" privileged="true"
allowLinking="true" crossContext="true">
<Environment name="HOME" value="/home/mywar/" type="java.lang.String"/>
</Context>
The war uses always ${user.home}, how can I change this in mywar.xml ?
At next I would like to get access of this servlet with https://myserver/mywar,
at the moment I
must use https://myserver/mywar-0.0.1 how can I change the URL?
Thanks a lot
Phil
signature.asc
Description: Message signed with OpenPGP using GPGMail
