views:

1442

answers:

2

I'm probably going to be doing an independent study in College next semester on Java web programming with technologies such as Spring and Hibernate. I'm looking for something that can sit in the corner of my dorm room with out being loud and drawing a lot of power. The machine needs to be able to run a very low traffic tomcat and Mysql server that will allow my professor to see my work with out needing to run a Java app server of his own. I’m considering buying a Sheevaplug and upgrading it with an 8 or 16 gig sd card. I would install Tomcat, Mysql, and either Git or Subversion on it. Is this a feasible setup for what would basically be a server that would have a maximum of two users using it?

+1  A: 

I'm running multiple grails applications, eclipse, tomcat, mysql, and a couple other utilities running on a 5 year old windows 2k box with less processor speed, memory & disks space than the plug you link to. I hadn't heard of a plug computer before this post, but based on the specs it sounds like it may be an option given your limited use. While I wouldn't be suggest it for a public facing application. It may be suitable for a limited environment like a home or dorm server for hosting personal applications.

If you do buy one I'd like to know how it goes.

Now I'm considering buying one to try it out myself... ;-)

Kevin Williams
I should mention the server I'm using as a host is also not publicly accessible and has a limited userbase of about 10-20 people.
Kevin Williams
This forum link shows that Java can be installed - but there are issues... http://plugcomputer.org/plugforum/index.php?topic=161.0
Kevin Williams
A: 

This looks like a reasonable tool for the job.

You may want to consider this advice from the Debian ARM mailing list, concerning JVM speeds on a similar device:

Colin Pickard