Skip to content

Commit

Permalink
Windows : Lowering activation for OmeroWeb. Not known to work
Browse files Browse the repository at this point in the history
original-svn-id: file:///home/svn/omero/branches/Beta4.1@5577 05709c45-44f0-0310-885b-81a1db45b4a6

git-svn-id: file:///home/svn/omero/trunk@5581 05709c45-44f0-0310-885b-81a1db45b4a6
  • Loading branch information
joshmoore committed Oct 21, 2009
1 parent 83bde5f commit 92261b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/grid/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

<server-template id="WebTemplate">
<parameter name="act" default="on-demand"/>
<server id="Web" exe="python" activation="${act}" pwd="${OMEROPY_HOME}omeroweb">
<server id="Web" exe="python" activation-timeout="0" deactivation-timeout="0" activation="${act}" pwd="${OMEROPY_HOME}omeroweb">
<option>manage.py</option>
<option>runserver</option>
<option>--noreload</option>
Expand Down

0 comments on commit 92261b7

Please sign in to comment.