PDA

View Full Version : Changing process priority and log options



FlashGordon
09-20-2004, 11:24 AM
Hi

Is there an FAQ or some text about the wrapper.conf?

I want to know how to change process priority to "belownormal" and how to tell DHEP to create a log file in the DHEP directory.

So I needto know which values would fit here:

wrapper.logfile=C:\Programme\DHE\log.txt ????
wrapper.logfile.loglevel=NONE ????
wrapper.logfile.format=????

wrapper.ntservice.process_priority=LOW ???? (belownormal doesn't work)

michaelgarvie
09-20-2004, 01:24 PM
Their website isn't as simple as it used to be, but you can find the answers to all of this at the Tanuki Java Service Wrapper home page:

http://wrapper.tanukisoftware.org/doc/english/introduction.html

It would be great if you could post your findings too for everyone else to have.

:cheers: Miguel

FlashGordon
09-20-2004, 05:01 PM
Here (http://wrapper.tanukisoftware.org/doc/english/properties.html#name) you can find detailed explanations of all options available.



wrapper.ntservice.process_priority

Specifies the priority at which the Wrapper and its JVM will be run at when run as an NT service or as a console application. Possible values are NORMAL, LOW, HIGH, and REALTIME. Defaults to NORMAL.

BELOWNORMAL doesn't seem to be supported.

michaelgarvie
09-21-2004, 04:46 AM
Cheers Flash :thumbs:

Its a bit of a mystery why they don't allow BELOWNORMAL though.