"Galbreath, Mark" wrote: > > Alexandre is correct. You need the J2SDKEE 1.3.1 %J2EE_HOME%\lib\j2ee.jar > file for servlets. >
This is misleading. J2EE is not required to run servlets. The J2EE reference implementation from Sun does include a copy of Tomcat, but unless you need all the functionality of J2EE it's better to download a new version of Tomcat (or some other servlet container) directly. You can get more information about Tomcat at: http://jakarta.apache.org There is a list of other servlet containers at: http://www.servlets.com/engines/index.html Any of the containers on the list should come with everything you need to run servlets. Downloading and installing all of the J2EE reference implementation is overkill. Also, as mentioned in other messages in this thread, the "JSDK" name is no longer used. The replacement for the JSDK is called "Tomcat". There's a very old version of something called "JSDK" at the Sun website, but you should ignore it. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
