A project for the Distributed Artificial Intelligence and Intelligent Agents course (FTN, University of Novi Sad), built using Java EE technologies and Angular.
- Java Enterprise Application
- Download Wildfly 11 application server
- Replace existing standalone-full-ha.xml file with the one provided here
- For the non-master cluster node you must provide master node name in the
connection.propertiesfile - Publish chat-ear.ear to
/standalone/deploymentsfolder
- Angular Application
- Download Node.js (version 14.15.0 used for development)
- Install Angular CLI (version 10.2.0 used for dvelopment)
- Navigate to
chat-clientproject and type:npm install
-
Java Enterprise Application
- Navigate to
/binfolder of Wildfly and type:
standalone.bat -c standalone-full-ha.xml./standalone.sh -c standalone-full-ha.xml - Navigate to
-
Angular Application
- Navigate to
chat-clientproject and type:
ng serve - Navigate to