Renaming the appname in a Cloud Foundry push?
Hi,
I'm using the Cloud Foundry plugin to push an application.
The plugin seems to always push the app using a "<projectname>_war" type of name and I did not find any UI to change it. The hostname is changeable, but not the actual app name that will be displayed in the Cloud Foundry web UI.
I would like to use a different name, just like what is possible with the command line Cloud Foundry client. Is that possible?
Thanks,
William
Please sign in to leave a comment.
Hi,
The plugin push the app using a "<artifact_name>" type of name.
You can look this in Run/Debug configurations:
Try change artifact name in File-> Project Structure -> Artifacts and redeploy your application:
Thanks, that was it. the colon in ":war" was getting changed to an underscore.