The Repository Loader includes a Web application that you can use to monitor repository loading jobs. To use the Repository Loader, be sure to specify the RL
module when you are assembling the EAR file that includes all ATG modules you want to work with.
To view the Repository Loader Administration, go to this URL:
http://hostname:port
/rl
For example, if you use JBoss (and the default JBoss port) and your browser runs on the same machine as your Web server, you would use the following URL:
http://localhost:8080/rl
To find the default port, see the ATG Installation and Configuration Guide. For information about assembling applications, see the ATG Programming Guide.
The Repository Loader Administration consists of a set of JSP pages that use Repository Loader form handlers. On these pages, you can create, delete, monitor, and view the results of Repository Loader jobs.
The Repository Loader Administration reports on the status of Repository Loader jobs, including the success or failure, number of files, and errors encountered. Click the Get Detail link for a job to get more information.
For more details about using the Repository Loader Administration, see the Repository Loader Example section.