From: Patrick L. <pl...@la...> - 2002-08-07 19:02:12
|
Guys, BTW, I found a far more superior embeddable Telnet Daemon on sourceforge.net http://sf.net/projects/telnetd His tool is far more mature and frankly, the discovery of it knocked the wind from my sails.. Oh well, saved myself lotsa time! -P On Wed, 24 Jul 2002, Patrick Lacson wrote: > Team, > > I've been working on a new project for jtools. An embedded telnet daemon > for system administration. This is helpful since a lot of applications > like java servers, require some sort of remote administration. ON unix > remote-administration is super easy via ssh or telnet. However on > non-multiuser platforms like MacOS or Windows, the concept of a > remote-shell doesn't exist. You have to rely on costly tools like VNC, > RemoteDesktop (RDP protocol), PC Anywhere, etc.. > > I'm in the processing of piecing together parts from other opensource > projects out there on the net and have a simple telnet daemon prototype > that allows you to remotely start up a shell and talk to your computer. > > Who would use this? > ------------------- > > Developers who want remote-access to their java server (mail server, pop3 > server, ldap server, ejb-server) etc.. > > If you're a developer and you want to be able to remotely start, shutdown, > or configure your server, this tool is for you. > > > Why another java telnet tool? > ----------------------------- > > Unlike other "java telnet tools" this one is a telnet server! Yup it > basically wraps a shell around your operating system's filesystem and > allows you to run basic system commands like: > > ls > mkdir > rmdir > rm > > or custom commands like > > stop > restart > configure > > Thoughts?? Please tell me if there's already a tool out there that does > this so I don't waste my time re-inventing the wheel... > > -Patrick > > > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Javtools-devteam mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javtools-devteam > |