|
From: Leif M. <le...@ta...> - 2004-01-14 08:38:03
|
Minseok, In the future rather than sending me a mail directly, please post to the user list. It makes the mail available for other to learn from in the future :-) You do not need to be a member to post, although non-member posts will be delayed until I have Oked them. When any NT service runs, it does so by default using the SYSTEM account. This account has lots of privileges within your machine but does not have the ability to access the network, or perform a few other operations. In order to access network drives, you will need to specify an account to run the service as which has been configured with the requested network access. If you have mapped any network drives then those drives are usually user specific. To specify the account that the wrapper will run under, you will need to take a look at the following two properties. Once you have changed them you must uninstall and then reinstall the Wrapper as a service in order for the changes to take affect. wrapper.ntservice.account wrapper.ntservice.password http://wrapper.tanukisoftware.org/doc/english/props-nt.html Let me know, on-list, whether or not you get this working. Cheers, Leif Minseok Park wrote: >Hi, > > > >I'm using your java wrapper under my NT environment to run > >jboss and my other java applications as NT services. When > >they run in as a standalone mode(i mean running it from > >command window by typing run.bat under ./bin), they can > >access any remote mapped drives. However, when they run > >as NT service, they just can't access the remote drives. > > > >It doesn't seem to be java related issue, though? It woulb be > >great if you knew what the isssue is or could send me some > >advice... > > > >Thanks in advance, > > > >Minseok > > > > > |