Hi, I'm not sure if you talk about the TCP server. You can redirect using:
Server s = Server.createTcpServer(); s.setOut(...); s.start(); Another way is to call System.setOut(...). However, why do you want to redirect? Regards, Thomas
-- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
