You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by balaraju mandala <ba...@gmail.com> on 2006/09/22 11:12:17 UTC

download a custom setup file

Hi All,

I need good help from all of you. My problem is i need to give a user a URL
link which will download a application to usersystem. I will append a id to
that URL, so that when ever a user clicks and downloading application that
application will need to read or recognizes that value which we append to
URL and stores anywhere for future reference. Can anybody give some ideas
for this to work.

regards,
Balaraju M

Re: download a custom setup file

Posted by balaraju mandala <ba...@gmail.com>.
Hi,

Thank you for u r response, sorry for late answering.

Mine is a VC application. I need to insert some data (say a id) into that on
fly, i am trying it using editing resourses in VC, but i don't know how to
access a resources file of VC from Java program. I am searching net but not
getting correct information, if u have solution or information with you
please share with me.

regards,
Balaraju M


On 9/22/06, Christopher Schultz <ch...@christopherschultz.net> wrote:
>
> Balaraju,
>
> > I need good help from all of you. My problem is i need to give a user a
> URL
> > link which will download a application to usersystem. I will append a id
> to
> > that URL, so that when ever a user clicks and downloading application
> that
> > application will need to read or recognizes that value which we append
> to
> > URL and stores anywhere for future reference. Can anybody give some
> ideas
> > for this to work.
>
> What type of application is this and how is it packaged?
>
> For example, if you were distributing a JAR or, say, a setup ZIP file
> containing an installer, then you could always just build the JAR or ZIP
> file on the fly with that user's custom configuration, and return that
> to the user.
>
> Of course, you wouldn't want to be generating a ZIP file upon every
> request if this were a high-traffic system.
>
> -chris
>
>
>
>

Re: download a custom setup file

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Balaraju,

> I need good help from all of you. My problem is i need to give a user a URL
> link which will download a application to usersystem. I will append a id to
> that URL, so that when ever a user clicks and downloading application that
> application will need to read or recognizes that value which we append to
> URL and stores anywhere for future reference. Can anybody give some ideas
> for this to work.

What type of application is this and how is it packaged?

For example, if you were distributing a JAR or, say, a setup ZIP file
containing an installer, then you could always just build the JAR or ZIP
file on the fly with that user's custom configuration, and return that
to the user.

Of course, you wouldn't want to be generating a ZIP file upon every
request if this were a high-traffic system.

-chris