Click to See Complete Forum and Search --> : lookupPrintServices and network printers


mdjo
10-03-2007, 05:50 PM
When I use lookupPrintServices from a desktop application, it returns all my printers: both those connected directly to my computer and those on the network. But when I run exactly the same code in a JSP page in Tomcat, I get only the local printers. There's no sign of the network printers. Any idea why it would be different, or what I can do to find network printers from within Tomcat?

wekoweko
11-20-2008, 11:02 PM
anyone find the answer to this one? am using a servlet in websphere and am also encountering this bug as only local printers installed are returned in the array, all network printers installed will not be in the array