Hi, I'm a beginner in this topic. I want to download and install a web server for practice on my PC. I've heard so many names like : "Apache Tomcat", "JSWDK", "Allaire Jrun" etc. Which one can I download easily with less memory requirements and is easy to use for a new learner ?
martin samm
Ranch Hand
Joined: Nov 09, 2000
Posts: 31
posted
0
have a look on the Sun's java site (www.javasoft.com) for the servlet development kit, if you want a small, simple to install/use servlet/JSP server ------------------ martin samm m_sam@rroom.net
martin samm<BR>m_sam@rroom.net
Tom Hennigan
Ranch Hand
Joined: Feb 25, 2001
Posts: 71
posted
0
No doubt. Simplest approach is Sun's Web server.
Tom Hennigan<P>Sun Certified Java 2 Platform Programmer
Roopa Bagur
Ranch Hand
Joined: Nov 03, 2000
Posts: 267
posted
0
The j2ee sdk comes with a webserver . So you might just want to download that & use it for practicing. The advantage here is you won't have too many config issues unlike when you install other web servers.
Originally posted by Vishakha Ahuja: Hi, I'm a beginner in this topic. I want to download and install a web server for practice on my PC. I've heard so many names like : "Apache Tomcat", "JSWDK", "Allaire Jrun" etc. Which one can I download easily with less memory requirements and is easy to use for a new learner ?
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
posted
0
I have to disagree with some of these suggestions. Using Sun's non-standard Java Web Server or the very obolete Servlet Development Kit are not a good way of getting started with Servlet and JSP development. You really need to install a server which is compliant with all modern standards, pure Java, free to download, and the source code is available for developers to study. The official "reference" server is Tomcat from the Apache Group at http://jakarta.apache.org/ . However, this can be hard to install and configure (just look back at some of the old messages here!). My personal preference is for Resin (from http://www.caucho.com/ ) which many people find considerably easier than Tomcat to install and configure, and is generaly considered to be faster in operation. Other good choices include Jetty (from http://jetty.mortbay.com/ ) and many others.
I like Jigsaw, found at http://www.w3.org/Jigsaw/ It's very easy to install and use. However, it does not include a JSP engine.
Geoff Tate
Ranch Hand
Joined: Feb 06, 2001
Posts: 55
posted
0
You can get a developers copy of JRun (alliare website) for free. I think it is very easy to use and install, but I haven't done much with the other web servers so I can't give you a comparison.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR> fantastic, a towel? <HR></BLOCKQUOTE>
Bruce Wingate
Ranch Hand
Joined: Feb 16, 2001
Posts: 32
posted
0
I'm using a developer version of JRun at home, and its pretty good. The advantage I see with JRun is that it is a commercial product (limited to 5 connections I think), so you get experience with a commercial product, and if you are using it in pre-production testing, you can scale up to a full server version with the simple application of money.
ken chou
Ranch Hand
Joined: Feb 08, 2001
Posts: 68
posted
0
Actually, a developer's version of JRun is limited to 3 connections at one time.
hemang patel
Greenhorn
Joined: Mar 06, 2001
Posts: 8
posted
0
for servlets only, beginners should use JSDK, lots of classpath complications in tomcat especially with windows98
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
posted
0
I will say it again. Beginners should not use JSDK (also known as JSWDK). It is obsolete and not compatible with modern standards. If Tomcat is too hard to install and configure, try one of the many other good servlet containers listed in this thread.
Bharatesh H Kakamari
Ranch Hand
Joined: Nov 09, 2000
Posts: 198
posted
0
I find Tomcat's server best
Vishakha Ahuja
Ranch Hand
Joined: Sep 13, 2000
Posts: 191
posted
0
I did install the standard Tomcat, and as expected couln't configure it. No matter whatever I do, it just doesn't work. (I hope I've not messed up my autoexec.bat file) So I may try some of the others mentioned here. Thanks for so many suggestions, I now have so many choices.
Bidyut Padhi
Ranch Hand
Joined: Sep 07, 2000
Posts: 121
posted
0
Hi Vishakha! I think JWS i.e Java Web Server(Product of Sun Microsystems) will be the Best for you. It can run on 32 MB RAM.Also and also is good in performance. If you have 128 MB RAM then you can go for Weblogic server. regards Bidyut [This message has been edited by Bidyut Padhi (edited March 07, 2001).]