>Johannes Schaefer wrote: >> Hi! >> >> We need to run a forrest server as background process on Win-XP. >> On Unix we can do 'forrest run&'. >> >> How can I achieve this on Windows? > >I'm not a windows user so can't help directly. But the windows >terminology (I believe) is to run Forest as a "service". > >Perhaps that will help in a web search or prompt some windows >users with better knowledge than I to tell us what they know >(even if it is that I am incorrect in my assumptions).
I would try service wrappers like http://jsrvany.sourceforge.net/ Tomcat itself uses also a service wrapper, but I dont know which one. Jan