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 we prepare a website for hosting. The WEB-INF folder need web.xml. why? (that have differant packages/or pool connection packages) and what would be contain of it. or where can i get it. plz urgent....
The short answer is because the Servlet and JSP specs require it. However, you would probably get a more complete answer in the Servlet forum, which is where I'm moving this. Kyle
The Java servlet and JSP APIs use web.xml to define just about everything in a web application environment. You have to create one youself. Go to java.sun.com and download the servlet and JSP APIs in PDF form. You can start here: http://java.sun.com/products/servlet/ Bill