Ticket #83 (closed Defect: fixed)

Opened 13 years ago

Last modified 13 years ago

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

comment:1 Changed 13 years ago by Jörg Richter

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.