Dear community
currently im using ssd when im deploying generate identityiq.war, how can change to another name
Dear community
currently im using ssd when im deploying generate identityiq.war, how can change to another name
Open the build.xml file and search for the following lines:
<war destfile="build/deploy/identityiq.war">
<checksum file="build/deploy/identityiq.war" forceOverwrite="yes"/>
And 2 lines like:
<unzip src="build/deploy/identityiq.war" dest="${IIQHome}" overwrite="true"/>
Replace the hard-coded identityiq.war
with the name of you want it to be.
ā Remold
I found 4 references in my build.xml.
What you changed looks good
ā Remold
I would change those to. So the commands build deploy
and build install
will also work with the same war file-name
ā Remold
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.