Bug 41538

Summary: Allow default installed Orion to be configured by user
Product: Ports & Packages Reporter: Goran Lowkrantz <goran.lowkrantz>
Component: Individual Port(s)Assignee: Ernst de Haan <znerd>
Status: Closed FIXED    
Severity: Affects Only Me CC: goran.lowkrantz
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-aa
none
orion.properties none

Description Goran Lowkrantz 2002-08-11 09:30:01 UTC
	The Orion port uses a startup program with fixed command line arguments to start
	and stop the application server. This means that it's impossible to change the
	configuration of the service. By adding a command line flat '-p' and a configuration
	file in the base directory, orion.properties, this configuration file can be used
	to set proerties of the server.
	See http://kb.atlassian.com/content/atlassian/howto/orionproperties.jsp for a description
	of how it works.

Fix: See the following patches and minimal orion.properties file.

diff -c orion/pkg-plist orion-new/pkg-plist
*** orion/pkg-plist	Tue Mar 12 23:18:23 2002
--- orion-new/pkg-plist	Sun Aug 11 09:41:14 2002
***************
*** 317,322 ****
--- 317,323 ----
  %%T%%/taglibassembler.jar
  %%T%%/parser.jar
  %%T%%/orionconsole.jar
+ %%T%%/orion.properties
  %%T%%/orion.jar
  %%T%%/tools.jar
  %%T%%/mail.jar
--- patch-ab ends here ---
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2002-08-12 02:02:56 UTC
Responsible Changed
From-To: freebsd-ports->znerd

Over to maintainer
Comment 2 Ernst de Haan freebsd_committer freebsd_triage 2002-08-12 09:52:42 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Next time, please submit a single unified diff.