To install Activiti on PostgreSQL, the following steps need to be executed.
Category: JEE
Tomcat: split catalina_home and catalina_base
Introduction
Catalina_home is the tomcat installation (unzipped archive), catalina_base is the folder of a server instance. By default, catalina_base is set to catalina_home. But when it comes to upgrading Tomcat installation, having the possibility to roll back or to run more than one instance of Tomcat on the same server, it is easier to separate those two folders from each other. Continue reading “Tomcat: split catalina_home and catalina_base”
Maven: update context root in EAR
Introduction
When using Maven3 to build your enterprise application containing an war file, the war file’s context root is set as
<artifactId>-<version>
If you want to overwrite this root context, you can do this in the EAR’s pom.xml. Continue reading “Maven: update context root in EAR”