Setting up bsi.properties to use content with the File System
This section explains how to modify the bsi.properties file to use
your content with the File System for UNIX-based systems.
-
Access the the
bsi.propertiesfile.- If using Expere JAVA, access the
bsi.propertiesfile through your appropriate.earfile (e.g.ExpereIEServices_Wildfly.ear). Open the file in your preferred text editor. - If using Expere .NET, access the
bsi.propertiesfile from the Expere bin folder following installation.
- If using Expere JAVA, access the
-
Uncomment the following lines:
com.bankerssystems.ImageResolver=com.bankerssystems.expere.render.image.FileSystemImageResolvercom.bankerssystems.CompiledObjectLoaderFactory=com.bankerssystems.expere.compCont.loader.FileSystemLoaderFactorycom.bankerssystems.FileSystemLoader.SourceDir=c:/somedirNote: Specify the source directory whereSourceDir=c:/somedir.##com.bankerssystems.CompiledObjectLoaderFactory=com.bankerssystems.expere.compCont.loader.RepositoryLoaderFactorycom.bankerssystems.RepositoryLoaderFactory.SourceDir=c:/contentNote: Specify the source directory whereSourceDir=c:/content.