Could someone please confirm that - all I need to run servlets is the java SDK and the Enterprise edition. Well, strictly, yes. You can do it this way. As Bill suggests, though, most people prefer to use a more powerful "servlet container" than the somewhat clumsy one supplied with the "Enterprise Edition". There are lots of good ones which are free to download for development use:
Tomcat ( from
http://jakarta.apache.org/tomcat/ ) is the official "reference", and you'll find a lot of people with experience of using it both here and around the web. Check out our special Tomcat forum for configuration and installation questions.
My personal favourite is Resin ( from
http://www.caucho.com/resin/ ). Many people find it sompler to install and configure than Tomcat, and it has many powerful features as well as strong compliance with the servlet and JSP specifications. We now have a forum for Resin questions, too.
There are lots of other free to download servlet and JSP containers, and most of the "big names" have on-line evaluation versions to try out.