How can I change war name file

Dear community

currently im using ssd when im deploying generate identityiq.war, how can change to another name
image

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

2 Likes

like this is correct?

I found 4 references in my build.xml.
What you changed looks good :slight_smile:

ā€” Remold

should i change those too?

I would change those to. So the commands build deploy and build install will also work with the same war file-name :slight_smile:

ā€“ Remold

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.