How I can check confluence status is working at command mode?If we want to check the status at another computer , how can we check the other computer confluence status by command? Thank you
I tried this, but it returns:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML dir=ltr><HEAD><TITLE>The page cannot be displayed</TITLE> <<snip>> <LI id=L_defaultr_12>Error Code: 401 Unauthorized. The server requires authorization to fulfill the request. Access to the Web server is denied. Contact the server administrator. (12209) </UL></FONT></TD></TR></TBODY></TABLE></BODY></HTML>
Is this good enough to know that it is running, or is there a better string to use?
I think that just tells you that your web server is working.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it right ? Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, that will just hit the login page. I'd hit the REST interface for something public - see https://docs.atlassian.com/confluence/REST/latest/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hit it with a REST call using curl - if it works, Confluence is there, if it doesn't, it's not running.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.