6 Appendix

The topic explains about Appendix.

File Manager

File Manager Servlet will be shipped along with Workbench sources. This application helps in copying files from one machine to another. This application has to be deployed for successfully deploying files to the FLEXCUBE application server from Workbench.

File Manager Deployment

File Manager has to be deployed in the server hosting FLEXCUBE (for which environment is created in Workbench). The IP address of the Workbench server has to be mentioned in the property file of File Manager.

  • Path: FileManager\WEB-INF\classes\com\ofss\manager
  • File: fileupload.properties
This file should have the IP address of the server where ODT is hosted. If more than one Workbench server is accessing the same FLEXCUBE application (or in the case of servers in a cluster), multiple IP addresses can be provided separated by semicolon. After modifying the property file, the file manager has to be deployed in the server where FLEXCUBE is hosted.

Maintenance in Development Workbench

File Manager has to be maintained in the environment (which links to the particular FLEXCUBE environment). File Manager URL has to be provided in the Server File Manager URL.

Format: http://<ipaddress>:<portnumber>/FileManager/FileManageServlet

Example: http://10.184.74.143:7755/FileManager/FileManageServlet