|
From: Leif M. <lei...@ta...> - 2010-12-30 22:30:08
|
Lars, What is the network service that you are seeing delays with? General networking should come up before any services are started. If you are trying to make use of a network share, then this is a known problem with the way Windows handles network shares. We have added a feature to make it possible to set up network shares within the service. Please see the following for more information. http://wrapper.tanukisoftware.com/doc/english/prop-share-general.html Another solution is to reference using UNC format. This will only work reliably if the drive is public however. If you know the service you need to wait for, you can also set up service dependencies with the following property: http://wrapper.tanukisoftware.com/doc/english/prop-ntservice-dependency-n.html Please let me know how this works for you, or if this was not what you were looking for. Cheers, Leif On Wed, Dec 29, 2010 at 10:01 PM, Lars Schnoor <Lar...@if...> wrote: > Hi > > My Java application that I am starting with the Java Service Wrapper > uses the network. I noticed that on Windows 7 it sometimes takes more > time before the network is ready. Is there a way to define dependencies > so that my application first is started when the network is up and running? > Thanks in advance! > > Lars |