Hi Jason, Yes, it's a Windows service and they are network printers.
Your point about changing the user under which Tomcat is running is interesting, but I'm not sure I understand what I should do. Can you give more details or point me to a reference? The logs are all clean - no exceptions, no problems, just no print services found. I did add a check to the code using SecurityManager checkPrintJobAccess(). This throws a SecurityException if the servlet is not authorized to queue print jobs. No exception, but no print services, either. Any advice would be most welcome. I'll keep digging with Google. Thanks - MOD --- Jason Bainbridge <[EMAIL PROTECTED]> wrote: > On Fri, 27 Jun 2003 04:45, Michael Duffy wrote: > > I've got a Web app running on Tomcat 4.1.24 and > JDK > > 1.4.1 on a Windows 2000 desktop. > > > > I'm generating a PDF that I'd like to be able to > send > > to a printer attached to the machine on which > Tomcat > > is running. > > How are you running Tomcat? As a windows service? If > you are you will need to > change the user the service is running under as I am > assuming they are > network printers? > > Other than that I'm not too sure, have you tried > looking in the Tomcat logs? > > Regards, > -- > Jason Bainbridge > http://jblinux.org > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
