Edgewall Software

Ticket #7846 (closed enhancement: fixed)

Opened 6 weeks ago

Last modified 5 weeks ago

Well-behaved trac service on Windows.

Reported by: ofv@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.2.1
Severity: normal Keywords:
Cc:

Description

On

http://trac.edgewall.org/wiki/TracOnWindowsStandalone

section "Running tracd as service"

it is noted that the service created after following the instructions there will not stop correctly and there is a call for help on solving the issue. This modifications solves the problem, at least on Windows XP:

  • create string value Application with the full path to pythonw.exe
  • create string value AppParameters with the full path to tracd-script.py plus the set of desired tracd parameters, e.g. "c:/Python25/Scripts/trac-script.py --port 8080 c:\path\to\trac" (without the quotes)

Tried to edit the wiki page but it was rejected as spam.

Attachments

Change History

Changed 5 weeks ago by Simon <saimen54@…>

  • status changed from new to closed
  • resolution set to fixed

Confirmed. This solves the issue.

Changed documentation TracOnWindowsStandalone

Add/Change #7846 (Well-behaved trac service on Windows.)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from (none). Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.