Testing the JCR-RMI component

From AlfrescoWiki

Jump to: navigation, search

[edit] The Simple Web Page test

The following page can be used to check if the extension is working. This jsp page makes several assumption

  • rmi registry server is localhost
  • rmi port is 1099
  • component is registered under javaContentRepository
  • alfresco admin account has default configuration

http://localhost/alfresco/jsp/jcrRmiTest.jsp

We will update this page to allow for better usability, but if you need a quick and dirty test and the assumptions asserted above do not align with your configuration simply edit the JSP page.


There is also a console application and a JUnit test bundled with the extension. These have not been tested so I can't make any promises at the moment (apr 20 2006)