From: charles c. <cc...@ps...> - 2001-03-05 22:41:28
|
If you have progs on other machines that you want to start running, without knowing the details of what you are doing, one way is just to "rsh" them into existence and have them call back (via sockets) to the master node/dispatching machine, which can be running a daemon-communications server to handle subsequent communications. You can mess around with permissions to beef up security (like setuid to certain user when run). Charles David Huttleston Jr wrote: > > Hey Jythoneers, > I am looking for ideas to deploy a distributed > app in a secure fashion. We are using jython for the > client gui and logic, and java for the server and > communication framework. > > A few notes: > 1) We are free to install JDK1.3 and Jython on all > clients. > 2) We must make sure a script can not be run if it has > been modified. > 3) We must be able to conveniently deliver new versions > over the web, but we are flexible as to how. > > Obviously, a signed Jar is designed to solve these issues. > Is there a way to deploy jython programs without > compiling them and using a signed Jar? > > Thanks, > Dave > > _______________________________________________ > Jython-users mailing list > Jyt...@li... > http://lists.sourceforge.net/lists/listinfo/jython-users |