Aryeh,

I suggest that you take a step from implementations, and define what
you want a little more clearly.

You have a webpage, that is served and loads a java app via jnlp. That
java app uploads some files to the server. At a later point in time,
you want the server to know that the client has uploaded the files to
the server, and hence change what is shown in the web pages? Is that
right?

Surely if the files are uploaded, can you just use the presence of the
file on the server to drive that logic? i.e. have the server check for
the file, and if present show x, else show the jnlp page?

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to