cancel
Showing results for 
Search instead for 
Did you mean: 

See if Alfresco Server is available

kameljahloug
Champ in-the-making
Champ in-the-making
I am working with Alfresco and sometimes the server is down for low space or other problem , the thing is with my serverURL i want to check if he is available (Alfresco Server) i thought to make a ping but the adresse is to complexe for a simple ping ex : http://127.0.0.1:8084/alfresco/api/-default-/public/cmis/versions/1.0/atom
I am working in a J2EE Project
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator

You cannot use ping to check that URL, but you can use curl. Or from Java you could just instantiate an HTTPClient and use that to hit the end point to check its response code.