Deploying EJBCA
Finally, build and deploy the EJBCA (application ear file) to WildFly, without touching any WildFly configuration.
Before running the deployear command, ensure to set APPSRV_HOME in your environment variables to point to the home directory of your application server installation. Also, configure your database in conf/database.properties. For more information on EJBCA configuration files and properties, see Managing EJBCA Configurations.
Run the following command at the regular command prompt in EJBCA_HOME to build and deploy EJBCA:
ant -q clean deployear
Check the JBoss/WildFly console or server.log that EJBCA was deployed without errors.
Next Step: Installing EJBCA
Next, to decide on your installation method, move on to Installing EJBCA.