Ticket #83 (closed Defect: fixed)
Add "exec" to deepamehta-linux.sh
Reported by: | JuergeN | Owned by: | |
---|---|---|---|
Priority: | Critical | Milestone: | |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.1 |
Keywords: | Cc: | ||
Complexity: | 3 | Area: | |
Module: |
Description
Please change the file deepamehta-linux.sh from
java -Dfile.encoding=UTF-8 -Dfelix.system.properties=file:conf/config.properties -jar bin/felix.jar
to
exec java -Dfile.encoding=UTF-8 -Dfelix.system.properties=file:conf/config.properties -jar bin/felix.jar
The exec is used to prevent the script from forking another process when starting java. This is mostly important to get the right PID when starting DeepaMehta.
It should not have any other implications.
Change History
Note: See
TracTickets for help on using
tickets.
Runtime: add "exec" to deepamehta-linux.sh (#83)
Close ticket 83.