I might not describe my problem well. My users need to select a printer on
the web server. I need to write a jsp page to list all the printers on the
server and let them to choose one. How can I do it?

Jack

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 23, 2002 4:30 PM
To: Tomcat Users List
Subject: Re: How select a printer to print



First if the users use the browser to view webpages spewed out by Tomcat,
then they will only see the printers installed on their machines. If you
have a java app, you could probably use JNDI to expose the printers (I
think...I've never done that though). But as I said, web users will only
see printers local to them.

RS




Jack Li <[EMAIL PROTECTED]> on 04/23/2002 01:30:34 PM

Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>

To:    "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:

Subject:    How select a printer to print

Hello,
My users need to select a printer from a list of printers installed on web
server. How to get the list of printers and select a printer to print the
report? I have JDK1.3 and Tomcat 4

Thanks,

Jack Li









--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to