- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2016 09:24 AM
I am working in a J2EE Project
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 03:15 AM
You can write a simple webscript (alive webscript) with authentication element as 'none' and can call this webscript using shell script. By making authentication element as none you make sure that no authentication needed to call webscript and can call webscript with guest user.
Thanks,
Krishna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2016 03:15 AM
You can write a simple webscript (alive webscript) with authentication element as 'none' and can call this webscript using shell script. By making authentication element as none you make sure that no authentication needed to call webscript and can call webscript with guest user.
Thanks,
Krishna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 04:33 AM
we have a monitoring tool in place that is doing a GET to http://server_iport/alfresco/service/index without providing a user
=> if it returns 401 everything is fine
anything other indicates an issue with the application. we have seen that alfresco can freeze in a way, that webscript urls are callable and return http status 200 but the application is dead and does not respond anymore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2016 05:43 AM
We are using internal "touch" Alfresco URL http:/localhost:8080/alfresco/s/touch, ​which was used internally for clustering. An HTTP 200 means that everything is fine.
