Wildly Server /Joboss server

Hi anyone has an idea about Wildfly server/Jboss application server… Can I know how to check JNDI s ara connected and How to show deployed app using port?

Thanks
Kalpana

Hi @Kalpana,

You can use the netstat comment to list all listen port :

sudo netstat -tulpn | grep LISTEN | grep port


You can see on this example that Postgres is listened on port 5432, you can do the same.

1 Like

Thank you for your information …

1 Like