Intellij Idea, how to deploy war on already running Glassfish
Answered
Im need to deploy an artifact on server that is already running , but when i click run intellij first try to start the derver but server is already running. My question is " How I can deploy that specific part of application by connecting with already running server domain?"
Please sign in to leave a comment.
Please see "Deploying an artifact onto a running server" in this help topic: https://www.jetbrains.com/idea/help/developing-a-java-ee-application.html.
There is Glassfish Remote configuration that will not start the server like Local.
and how can I use that in my case? can you please explain a little bit!