How to kill all glassfish instances

Viewed 10544

Can anyone tell me how to kill a Glassfish instance using the port 4848 and 8080.

I installed Glassfish, and found that the Glassfish installation isn't working properly, so deleted all the Glassfish files from my ubuntu machine with stopping the Glassfish server (./asadmin stop-domain).

Now I downloaded other Glassfish version (nightly build 5.0, because JDBC MySQL doesn't work) and tried to start the server (./asadmin start-domain). I get the following error.

There is a process already using the admin port 4848 -- it probably is another instance of a GlassFish server.

1 Answers
Related