This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
when you type http://localhost:8080/examples/servlets it will go to servlets exapmle's page. can anybody explain what's happening behind the scene? is it handled by a servlet or just a .html page? i cannot find information in web.xml in examples/web-inf. how can i implement like this in my own application? thanks, zhangzh
All the answers are explained in the foll doc: TOMCAT_HOME\jakarta-tomcat\doc\appdev\index.html This is avail. in the Tomcat 3.1 installation. Go thru the 3 rd and 4 th topics which are: Deployment Org.: Discusses the standard directory layout for a web application (defined in the Servlet API Specification), the Web Application Deployment Descriptor, and options for integration with Tomcat in your development environment and Source Org.: Describes a useful approach to organizing the source code directories for your project, and introduces the build.xml used by Ant to manage compilation Hope this helps. Feel free to post any addl. qstns ......... Regds. - satya
TOMCAT_HOME\jakarta-tomcat\doc\appdev\index.html [This message has been edited by Madhav Lakkapragada (edited September 26, 2000).]