Here are some things to know about using Tomcat. - The Web.xml file in the WEB-INF file is used to tell Tomcat where everything is. - If you are creating a new directory it is best to copy the struts-blank.war file in the WebApps directory and rename it to your new directory (ie myservlets.war). Then when you restart Tomcat it will build the necessary direectory structure under the webapps directory. For instance /webapss/myservlets will be created. -In this directory a web-inf directory is created that will contain a web.xml file.
I suggest you play around with this and incrementally add jsps or servlets to learn what it is all about. Hope this helps, Don ___________________________________________________________________________ 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
