> From: monesseldeur [mailto:raymondesseld...@gmail.com]
> I made a small Java web-application which prints pdf-files -
> on-demand - on the server.
[...]
> When I start the server with the startup.bat, I have no
> problem at all. But unfortunately, that's no option.

Services can't interact with the desktop by default.  Andre's already helped 
you with this one.

As I recall, Windows services don't load the user's profile when they start.  
In particular, they don't load the part that is aware of mapped printers for 
that user.  So you'll have to set up the printers in the batch file.

Is startup.bat starting to look attractive yet? :-)

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to