Jen,
Since you are sending the file, you will not get much benefit from using a
servlet to send a batch file via HTTP to the third party server. I'd
suggest just writing a Java application that opens up a HttpURLConnection
with the other server and transmits the file. You can have a scheduler
program fire off the application at your desired interval.
Regards,
Richard
At 01:29 PM 8/21/01 -0700, you wrote:
>Hi,
>
>I would like to send out a file every night to an
>third party server to do the batch processing. I am
>thinking of using servlet to make httpURLConnection.
>Is there any file size limit? Is there any other way
>to do it? How can I automate it on NT?
>
>__________________________________________________
>Do You Yahoo!?
>Make international calls for as low as $.04/minute with Yahoo! Messenger
>http://phonecard.yahoo.com/
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html