download files using ftp

2001-06-05 Thread aswath satrasala
Hi, I have seen on Sun's web site, an option to download JDK using ftp download. Are there any samples to do this. Please point to the documentation. Thanks -Aswath From: François Andromaque [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: TOMCAT and APACHE Date:

download files using ftp from browser

2001-06-05 Thread aswath satrasala
(). -- Bill K. -Original Message- From: aswath satrasala [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 6:57 AM To: [EMAIL PROTECTED] Subject: download files using ftp Hi, I have seen on Sun's web site, an option to download JDK using ftp download

Re: Queue Implementation

2001-06-03 Thread aswath satrasala
Hi I am interested in this question. I am also looking for a solution similar to this. Please can anyone suggest. Please point to the related documentation if it is available -Aswath From: Venkatesh Sangam [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Queue

monitoring using apache-tomcat

2001-06-03 Thread aswath satrasala
Hello, I have a scenario, where I have to monitor for new records in the database. Can I use servlets to do this functionality? I wanted to do this, in order to avoid writing my own server Can I use any of apache-tomcat features for this. Basically, I wanted to accomplish two things. 1. find if

uploading 1 GB files using FTP from my website

2001-05-26 Thread aswath satrasala
:[EMAIL PROTECTED] the user clicks, they have access to the ftp server, and can use thier browser to perform the uploads -kg aswath satrasala wrote: Hello, I had posted this message earlier. I am posting again for more information. How can the user upload 1GB file using FTP. I am

uploading 1 GB files using FTP

2001-05-25 Thread aswath satrasala
Hello, I had posted this message earlier. I am posting again for more information. How can the user upload 1GB file using FTP. I am currently planning to use multipart form posting and using JSPSmart free download. I heard from the userlist, that this will be very slow, and should think of

Re: JDBC/ODBC: Technological choice

2001-05-24 Thread aswath satrasala
Hi, First, I would like to point the restrictions Access will place in using standard SQL, when you are using JDBC or JDBC-ODBC. You may not have the same flexibility in your SQL as with SQL server or oracle. Assuming you know the limitations, you are better off using ASP, if you are using

Re:Re: JDBC/ODBC: Technological choice

2001-05-24 Thread aswath satrasala
From: Alexandre Bouchard [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re:Re: JDBC/ODBC: Technological choice Date: Thu, 24 May 2001 14:46:06 -0400 Mm... i am not sure that I understand. What did you mean by restrictions Access will place? I think that all I

IIS (Pws) default website and the tomcat context path.

2001-05-23 Thread aswath satrasala
Hi, I am using personnel web server. I have set up the pws default website to one of my tomcat context directories. I get my login.jsp (which I have set it as default). When I say submit, I get the following error. If I don't use the default website, but instead create a virtual directory and

IDE for tomcat

2001-05-22 Thread aswath satrasala
Hello, I am using IIS and tomcat and I am looking an IDE that integrates IIS and tomcat. or is there an IDE which closely works with tomcat. For example to configure the context/application path, or to setup multiple sites etc. Regards -Aswath

Re: upload 1 GB files

2001-05-21 Thread aswath satrasala
Hi, We would like to restrict the filesystem, different customers can see and different access previlages like read/write, create directories on the filesystem. One of the approaches I am taking is restrict the file system using HTTP. How can I do FTP from a web application? Any pointers is

upload 1 GB files

2001-05-15 Thread aswath satrasala
Hi, We have a requirement from our website for the users to be able to upload 1GB files. Since the files are huge, can anyone suggest, what is the best approach. Right now, I am using JSPSmartUpload. I would like to know if JSPSmartUpload can handle 1GB files. Please suggest. Thanks -Aswath