You should use Tomcat, which is a servlet container. It will execute your servlets and generate, for example, HTML. To compile a servlet, you need "javac" and the appropriate jars. I suppose that you could use jars bundled in J2EE JDK You also should have a look at http://java.sun.com/docs/books/tutorial/servlets/index.html Regards
Kumar Sameer a �crit : > Wow... thanks everyone for so much information.... i was thinking, my mail > will be simply ignored !!!! > I have alrady tried to load the sdk from sun, but somehow i couldnot find > the /servlet directory ( i suppose that is the most basic requirment). all i > could get is directories called etc, examplescr,temp and webpage. and i > couldnot find any jws.jar file also ( i suppose that is also a basic > requirment). Most probably i have not downloaded the right s/w. So can u > please tell me the xact location. > > Regards > > Sameer > > > -----Original Message----- > > From: Raghupathy, Gurumoorthy > > [SMTP:[EMAIL PROTECTED]] > > Sent: 20 February 2002 10:09 > > To: [EMAIL PROTECTED] > > Subject: > > > > Dear Sameer, > > the compiler javac is already there. > > get the jsdk ( java servlet development kit ) from java.sun.com and > > install > > it. > > then add servlet.jar to the classpath and bingo..... > > > > guru > > > > -----Original Message----- > > From: Kumar Sameer [mailto:[EMAIL PROTECTED]] > > Sent: 20 February 2002 09:34 > > To: [EMAIL PROTECTED] > > Subject: > > > > > > err... i am very new to servlet ... can anyone please tell from where to > > download a compiler to compile my first 'Hello world' servlet ? > > > > Thanks and Regards > > > > Sameer > > > > __________________________________________________________________________ > > _ > > 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 > > > > __________________________________________________________________________ > > _ > > 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 > > ___________________________________________________________________________ > 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 -- Alexandre Bord Division Steria T�l�com D�partement Telecom Conseil OSS (TCO) 12, rue Paul Dautier - B.P. 58 - 78142 VELIZY CEDEX 01 34 88 62 45 - fixe ___________________________________________________________________________ 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
