Re: file uploading

2004-04-02 Thread k2ma
Hi Peter, Thanks! Just wondering what this background process you speak of would be... and how I would run it... would it be a piece of java code and if so, where would I place it within Tomcat for execution? Thanks, Kay - Original Message - From: Peter Johnson [EMAIL PROTECTED] To:

Re: file uploading

2004-04-02 Thread k2ma
What's a cron job?? How do I create/execute one? thanks! ~Kayley~ - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 02, 2004 10:01 AM Subject: RE: file uploading Hi, Just wondering what this background

Re: file uploading

2004-04-02 Thread k2ma
Hi, What's your environment? OS version Windows 2000 Tomcat version Tomcat 5 JVM version j2sdk1.4.2_03 Thanks! - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, April 02, 2004 10:07 AM Subject: Re: file uploading

redirecting uploaded files in tomcat5

2004-04-01 Thread k2ma
Hi, After I get files uploaded into the webapp folder of Tomcat5, how can I redirect them to be located/copied/moved OUTSIDE of the Tomcat folders? (and possibly send them to other machines) Thanks, Kay This mail sent through www.mywaterloo.ca

Re: redirecting uploaded files in tomcat5

2004-04-01 Thread k2ma
Hi Tom, Thanks so much! Which existing file would I insert this code (or would I have to create a new file then place this file in some Tomcat subdirectory??) And are srcDir and dstDir arbitary folder names? Thanks so much - I'm a newbie with this. Kay ~Kayley~ - Original Message

Re: Tomcat Deployment with JBuilder

2004-03-23 Thread k2ma
I'm a newbie so I don't know ant at all is there a way i can do in from the automatic generate and build in JBuilder? thanks, ~Kayley~ - Original Message - From: LILES, DAVID (CONTRACTOR) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 9:01

Re: Tomcat Deployment Question

2004-03-22 Thread k2ma
Hi Shapira, thanks so much for your help! right now, i've edited my web.xml file but my applet still can't make the connection to the servlet. 3 addition questions: 1. I would need to open an URL connection in my applet to the servlet... what URL would I give it? ie how do i make the

Re: Tomcat Deployment Question

2004-03-22 Thread k2ma
As u said, I changed my URL according to your advice but unfortunately, now there is another exception: java.io.EOFException... does this mean that my servlet file can be found now? Also, i now manually put my servlet class in: