I have a problem with the local instance of my GlassFish(Payara)-server. I used to get following warning when I (re)deployd a JSP-Projekt via IntelliJ, even when the redeploy was successfull:
Address localhost:4848 is already in use
To fix this warning, I ended a running java-instance which was listening on this port. Ever since I try to redeploy my JSP-Project, I get the error message
I don't understand the format of this jvm-option: "-javaagent:C:\Program
every time. The server is not running thus I'm not able to connect with it. It's also not possible to start the GlassFish server manually via the console or the batch file.
It seems like there's a problem with the given file path of the jvm. Does anyone know how where it's stored and how to change it manually?