From: Peter A. <pe...@ce...> - 2004-02-27 10:23:58
|
It would be nice if Webmin could support Suns Java Desktop, and also SUSE LINUX Desktop (which Java Desktop is based upon). Anyone working on this already? What are the steps for adding support for a new distribution? I can probably provide access to a Java Desktop system, if anyone wants to work on this. -- Peter Åstrand www.thinlinc.com Cendio www.cendio.se Teknikringen 3 Phone: +46-13-21 46 00 583 30 Linköping |
From: Jamie C. <jca...@we...> - 2004-02-27 22:31:30
|
Theree is no support in the works for Java Desktop at the moment, but if it is based on SuSE it shouldn't be too hard to add. If you can email me off the list with a login and password, I would be glad to login to a system running this distro and do a port .. - Jamie On Fri, 2004-02-27 at 21:13, Peter Astrand wrote: > It would be nice if Webmin could support Suns Java Desktop, and also SUSE > LINUX Desktop (which Java Desktop is based upon). Anyone working on this > already? What are the steps for adding support for a new distribution? > > I can probably provide access to a Java Desktop system, if anyone wants to > work on this. > |
From: <ra...@si...> - 2004-02-28 03:59:14
|
So this brings up an interesting question reguarding Java. What is the possibility of providing Java support in the Webmin miniserv or modules (possibily by providing Tomcat functionality)? Just an interesting thought. =09---- Randy On Fri, 27 Feb 2004, Peter Astrand wrote: > > It would be nice if Webmin could support Suns Java Desktop, and also SUSE > LINUX Desktop (which Java Desktop is based upon). Anyone working on this > already? What are the steps for adding support for a new distribution? > > I can probably provide access to a Java Desktop system, if anyone wants t= o > work on this. > > > -- > Peter =C5strand=09=09www.thinlinc.com > Cendio=09=09=09www.cendio.se > Teknikringen 3=09=09Phone: +46-13-21 46 00 > 583 30 Link=F6ping > > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=3D1356&alloc_id=3D3438&op=3Dclick > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel > |
From: Jamie C. <jca...@we...> - 2004-02-28 10:13:27
|
This could be done fairly easily by having webmin's webserver implement functionality similar to mod_webapp for Apache, which just passes requests for certain paths through to a separate tomcat server for exection. However, any such servlets would be totally on their own, outside of the normal Webmin API and access control mechanisms. A superior option would be to have support for servlets built into Webmin's webserver, so that modules could be written in Java. Of course, a lot of the API that is written in Perl would have to be duplicated, so this would be a large project - but it certainly could be done. - Jamie On Sat, 2004-02-28 at 14:41, ra...@si... wrote: > So this brings up an interesting question reguarding Java. What is the > possibility of providing Java support in the Webmin miniserv or modules > (possibily by providing Tomcat functionality)? > > Just an interesting thought. > > ---- Randy > > On Fri, 27 Feb 2004, Peter Astrand wrote: > > > > > It would be nice if Webmin could support Suns Java Desktop, and also SUSE > > LINUX Desktop (which Java Desktop is based upon). Anyone working on this > > already? What are the steps for adding support for a new distribution? > > > > I can probably provide access to a Java Desktop system, if anyone wants to > > work on this. > > > > > > -- > > Peter Åstrand www.thinlinc.com > > Cendio www.cendio.se > > Teknikringen 3 Phone: +46-13-21 46 00 > > 583 30 Linköping > > > > > > > > > > ------------------------------------------------------- > > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > > Build and deploy apps & Web services for Linux with > > a free DVD software kit from IBM. Click Now! > > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > > - > > Forwarded by the Webmin development list at web...@we... > > To remove yourself from this list, go to > > http://lists.sourceforge.net/lists/listinfo/webadmin-devel > > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id56&alloc_id438&opÌk > - > Forwarded by the Webmin development list at web...@we... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-devel |