I m working on a Java application which I want to be available over the internet. However, some requirements put me in a difficult situation. That s why I would appreciate some input of experienced programmers. The situation is as follows:
I have a basic webhost, with
- a mysql database
- an open ftp-port (21)
- an open http-port (80)
无
- an open mysql-port (3306)
- an open ssh-port (22)
现在,我想建立一个能够做到以下几点的申请(Java Webstart OR Javapurt):
- Be available for multiple users over the internet
- Communicate with mysql database
- Exchange documents between local file system and webhost
现在你们看到了问题:
- When running a Java Web Start application, it seems impossible to connect to the mysql-database because the mysql-port is closed.
- When running a Java Applet, it seems I cannot get access to the files in the local file system.
是否有人提出这一问题?
提前感谢!
纽约总部