Re: Moving/Reading files from DB Server to App Server

2003-04-03 Thread John Turner
TECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: Moving/Reading files from DB Server to App Server Date: Thu, 03 Apr 2003 09:50:45 -0500 - FTP - SCP (SSH) - HTTP - NFS/samba John On Thu, 03 Apr 2003 14:43:00 +, Manu Kits <[EMAIL PROTECTED]> wrote: Hello, I have 2

Re: Moving/Reading files from DB Server to App Server

2003-04-03 Thread Manu Kits
L PROTECTED]> Subject: Re: Moving/Reading files from DB Server to App Server Date: Thu, 03 Apr 2003 09:50:45 -0500 - FTP - SCP (SSH) - HTTP - NFS/samba John On Thu, 03 Apr 2003 14:43:00 +, Manu Kits <[EMAIL PROTECTED]> wrote: Hello, I have 2 different Servers - App Server and DB Ser

RE: Moving/Reading files from DB Server to App Server

2003-04-03 Thread Manu Kits
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

RE: Moving/Reading files from DB Server to App Server

2003-04-03 Thread Jan Behrens
> -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 Serv

Re: Moving/Reading files from DB Server to App Server

2003-04-03 Thread John Turner
- FTP - SCP (SSH) - HTTP - NFS/samba John On Thu, 03 Apr 2003 14:43:00 +, Manu Kits <[EMAIL PROTECTED]> wrote: 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 w

Moving/Reading files from DB Server to App Server

2003-04-03 Thread Manu Kits
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. TH

Moving/Reading files from DB Server to App Server

2003-04-02 Thread Manu Kits
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. TH

Re: Reading Files?

2001-10-05 Thread Craig R. McClanahan
On Fri, 5 Oct 2001, Hunter Hillegas wrote: > Date: Fri, 05 Oct 2001 12:10:54 -0700 > From: Hunter Hillegas <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: Tomcat User List <[EMAIL PROTECTED]> > Subject: Reading Files? > > I want to read my XML c

RE: TOMCAT 4.0 / Catalina Policy / Reading files

2001-01-04 Thread Riley, Cameron
Craig, Thanks for your prompt reply. >The first thing to understand is that security manager support in Tomcat 4.0 is >not complete yet. This should be fixed within the next couple weeks. By >default, it is not enabled -- the exception above has a different cause. No worries. Thanks for all y

Re: TOMCAT 4.0 / Catalina Policy / Reading files

2001-01-04 Thread Craig R. McClanahan
"Riley, Cameron" wrote: > I would like an directory under the webapp/myapp directory to have > read,write,delete file permissions. Currently I am getting an Exception; > >java.lang.SecurityException: sealing violation > The first thing to understand is that security manager support in Tomcat

TOMCAT 4.0 / Catalina Policy / Reading files

2001-01-04 Thread Riley, Cameron
I would like an directory under the webapp/myapp directory to have read,write,delete file permissions. Currently I am getting an Exception; java.lang.SecurityException: sealing violation when I try to create a File Object from the file in my application. I cant get the catalina.policy to op