Configure Properties Files in JBoss - Developer Portal
Quantum Fabric Developer Portal set up consists of configuring properties files in the apiportal.war file.
apiportal.war
Configure apiportal.war to install developer portal with Quantum Fabric console. A developer portal is used to connect to various back-end systems and expose the data as standard RESTful APIs that are protected by standard oAuth 2.0.
Perform the following action, to configure apiportal.war file:
- In the
apiportal.war/
WEB-INF/classes
, open theconfig.properties
file, and then edit the following parameters.KONY_ACCOUNT_API_BASE_URL=<PUBLIC_URL>/accounts/api/v1_0/ LOG_LEVEL=INFO LOG_OPTION=logfile LOG_LOCATION=<USER_INSTALL_DIR>/logs/apiportal KONY_DEVELOPER_PORTAL_BASE_URL= <PUBLIC_URL>/api
Deploy WAR Files to JBoss - Developer Portal
After you configure all properties files in WAR file, you must deploy the WAR through the app server.
To deploy configured apiportal.WAR file to JBoss, follow these steps:
- Copy the updated
apiportal.war
file. - Paste the files in the following location:
- For JBoss single node,
<JBoss-DIR>\standalone\deployments
. For JBoss multinode,
<JBoss-DIR>\<new_Folder- for example deployedWar folder>
- For JBoss single node,
- Configure your app server (JBoss) as a service.