priint-bpm on Windows
1. Download
Get the latest priint-bpm jar file here.
Unzip downloaded zipped jar file into your publishing server subfolder priint-bpm.
2. Configuration
Please refer here for detailed instructions.
3. Running priint-bpm
If not provided, consider creating a bat script in the priint-bpm folder for starting the service easily. Or simply run:
C:\PubServer440\java\jdk17\bin\java -jar priint-bpm-4.4.jar --spring.config.additional-location=file:"application.yml"
Note: using Spring's additional-location property makes sure some reasonable defaults are used for application properties you don't care to set explicitly.
4. Optional Windows Service creation
If you want to run your priint-bpm automatically, you can create a Service.
- Adjust the priint-bpm-4.4.xml file to your needs and paths:
<service>
<id>priint-bpm-4.4</id>
<name>priint-bpm-4.4</name>
<description>Priint Camunda 4.4</description>
<executable>C:\PubServer440\java\jdk17\bin\java</executable>
<arguments>-jar "%BASE%\priint-bpm-4.4.jar" --spring.config.additional-location=file:"%BASE%\application.yml"</arguments>
<logmode>rotate</logmode>
</service>
- Create the new service:
priint-bpm-4.4.exe install
To uninstall:
priint-bpm-4.4.exe uninstall
Getting help:
priint-bpm-4.4.exe help