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?
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
Bookmarks