Hi Scott, I am using Forte for Java ( Community Edition) v3.0 which uses Tomcat 3.2 as its internal installed server. I did not have much problems using this IDE compiling examples from online tutorials or book examples.
I installed the Forte IDE in partition D:\ . The servlet.jar is found D:\forte4j\lib\ext and the webserver.jar is found at D:\forte4j\modules\ext. The IDE handles the classpath and other resource finding tasks. You can thus type in your examples within the IDE, compile and run your jsps or servlets and view them internally or externally in a web browser. The servlet.jar is nothing more than a zipped file containing all the .class files providing the Tomcat server functionalities and other helper files, like property files ,XML,dtd files etc. You can open and view the jar file using any suitable utility like WinZip. Regards, Govindan At 03:41 PM 7/1/2002 -0500, you wrote: >I am learning from a book, and the book is using tomcat 3.3.1 and I have >tomcat 4.0.3 . One of the examples I am trying to compile says to include >%TOMCAT_HOME%\lib\servlet.jar and webserver.jar in the classpath. The only >problem is that these files do not exist where the book says. Can someone >tell me where to get these files and what they do for me? > >Thanks in advance - Scott > >___________________________________________________________________________ >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
