|
From: <da...@sm...> - 2007-05-11 14:22:19
|
My guess would be: http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-account.html When running as a service, Wrapper runs on default as the SYSTEM =20 account, which has no access to network shares (and in your case =20 printers). By specifying an account that it should run as, it will be =20 able to see all the printers that that account has access to. Many thanks, David Hayes Quoting Aparna Khade <ap...@da...>: > > Hi, > > I have developed a Java application using JDK 1.5 and one of the tasks > of the application is to detect all the printers installed on the user's > machine. > > When I test my application before wrapping it as a service, it detects > all the printers (including network printers) > But, when the application is installed as a service, it DOES NOT detect > network printers. > > I looked on the site for any related configuration parameters, but could > not find any. > > Is there something specific that needs to be done to look for network > resources. > I would appreciate any help in this matter. > > > Thanks, > Aparna > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |