| Bookmark Name | Actions |
|---|
Installing and Deploying JBoss server
This section helps you to install and deploy the JBoss server.
Procedure:
- Download the latest jboss server or acquire the latest UTP pack from the temenos site, which is jboss server.
- Install the jboss server in your system with the support of installation documents.
- Go to jboss > standalone > deployments and place the ms-entitlement-j2ee.war file.
- In setEnv.bat, set the environment variables needed to execute entitlement in jboss server.
Add the following variables:- @SET DATABASE_KEY=cassandra
- @SET CASSANDRA_HOST=10.93.23.52
- @SET CASSANDRA_PORT=9042
- @SET CASSANDRA_USER=cassandra
- @SET CASSANDRA_PASS=
- @SET CASSANDRA_KEYSPACE=ms_entitlement
- @SET CASSANDRA_SSL=
- @SET CASSANDRA_KEYSTORE_FILE_PATH=
- @SET CASSANDRA_KEYSTORE_PASSWORD=
- @SET className_getEntitlements=com.temenos.microservice.entitlement.function.EntitlementFunctions
- @SET temn.msf.security.authz.enabled="false"
- @SET temn.msf.name=Entitlement
- @SET temn.msf.stream.vendor=kafka
- @SET temn.msf.schema.registry.url=http://schema-registry:8082
- @SET temn.msf.stream.kafka.bootstrap.servers=kafka:29093
- @SET temn.msf.ingest.source.stream=table-update-entitlements
- @SET temn.msf.ingest.source.stream.consumergroup.id=msf-entitlement-ingester-consumer
- @SET temn.msf.ingest.sink.error.stream=error-entitlements
- @SET temn.msf.ingest.sink.error.stream.producer.id=msf-entitlements-ingester-error-producer
- @SET temn.msf.ingest.event.ingester=com.temenos.microservice.framework.core.ingester.MicroserviceIngester
- @SET com_temenos_des_event_table_if_events_interface_table_IF_EVENTS_INTERFACE_TABLEEvent=com.temenos.microservice.entitlement.ingester.EntitlementIngesterUpdater
- Launch jboss.bat. NOTE: Make sure you have installed cassandra database and kafka in your system and it is running and connect with kafka and cassandra through the appropriate environment variables.
Once the deployment is successful, you can access the business apis of entitlement microservices using the port 9089, which is the default port of jboss.
Add Bookmark
save your best linksView Bookmarks
Visit your best linksIn this topic
Are you sure you want to log-off?