I am trying to set glassfish up to create some java servlets.
I can navigate to the correct folder and if i enter asadmin everything is fine.
When i enter start-domain i get this error:
asadmin> start-domain
There is a process already using the admin port 4848 -- it probably is another instance of a GlassFish server.
Command start-domain failed.
How do i find out if there is another process running on port 4848 and how do i fix this problem if there is.
Thanks