Adding Custom Tabs to myFileGateway
System Administrators can create new tabs for additional functionality in myFileGateway. This sample is meant to serve as a starting point for the creation of your own custom tabs. Please do not make your changes directly in the <install>/samples directory, as these may be overwritten in a future patch. Instead, you may maintain the WAR file in a directory entirely separate from the <install> directory, as long as the HTTP Server Adapter is configured to find it.
With this change, every HTTP Server Adapter that hosts myfilegateway.war will also have to host sampletab.war. In particular, visiting http://<host>:<baseport>/myfilegateway will fail unless sampletab.war is copied to <install>/noapp/deploy. If this condition hasn't been met, a request to /myfilegateway will fail to load the login page. Use the browser to visit http://<host>:<baseport>/sampletab/welcomepage.js and verify that the content of that file is shown.
- <install>/samples/filegateway/sample_myfg_tab/sampletab.war
- <install>/samples/filegateway/sample_myfg_tab/sampletab_imports.xml.in