Modify ↓
#7846 closed enhancement (fixed)
Well-behaved trac service on Windows.
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.3 |
| Component: | general | Version: | 0.11.2.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 (0)
Change History (2)
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 13 years ago
| Milestone: | → 0.11.3 |
|---|---|
| Owner: | set to |
I suppose this was done in time for 0.11.3.
Note:
See TracTickets
for help on using tickets.



Confirmed. This solves the issue.
Changed documentation TracOnWindowsStandalone