Link to home
Start Free TrialLog in
Avatar of komlaaa
komlaaa

asked on

running application rumotely

Hi,
this application: http://people.clarkson.edu/~havenssm/gui6.doc
is a MySql database application running on a linux machine. I would like the user at a remote location to upload it by clicking a link and use it. I have Apache Tomcat on this linux box that i can use to set up  page with a link that the user click to upload the application.
e.g: http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#validtext
Just like the demo are remotely run here.

Any suggestions to start with?
ASKER CERTIFIED SOLUTION
Avatar of bloodredsun
bloodredsun
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you were interested in uploading then I suggest FileUpload from jakarta commons : http://jakarta.apache.org/commons/fileupload/
Avatar of komlaaa
komlaaa

ASKER

>>I presume you mean download, server to client, not upload, client to server)
yes. Sorry for the terminalogy
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of komlaaa

ASKER

>>within the context-root of your web-application and you give an HREF relative to it.
??? i am not sure what that really means
In your server, place the application's installable at some directory within your web-application's root directory.
Avatar of komlaaa

ASKER

ok, when u say *application's installable* do u mean the executalable(.jar/.bat) ?
I mean whatever you wanted the client to download.