6 Appendix

This topic provides information on 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). 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 case of servers in cluster), multiple IP address can be provided separated by semi colon.

Figure 6-1 fileupload.properties



After modifying the property file, 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 as shown in the figure.

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

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