Thanks for your reply.
I want to write the code in JavaServlet/sJSP to move the .sql file from DB Server to APp Server for people to download it...
Thanks again!
From: "Jan Behrens" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Subject: RE: Moving/Reading files from DB Server to App Server Date: Thu, 3 Apr 2003 16:51:46 +0200
> -----Original Message-----
> From: Manu Kits [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 4:43 PM
> To: [EMAIL PROTECTED]
> Subject: Moving/Reading files from DB Server to App Server
>
>
> Hello,
>
> I have 2 different Servers - App Server and DB Server.
>
> I have script.sql file on my DB Server and so how can I move this file to
> App Server using Servlets/JSP.... I know we have to use
> FileInputStream...but not sure it will solve this problem.
>
> Any information on this is appreciated.
>
> THANKS!
Hello Manu,
what do you actually want to do? Do you just want to move a textfile from one
machine to the other, or do you want to establish a connection from your Java
sources on Tomcat to your DB Server in order to access your DB with
servlets/jsp? IMHO a bit more info on what _exactly_ you want to do would be
good.
Regards Jan
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
