~Bill
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
~Bill
~Bill
~Bill
Mark E Hansen wrote:A web application should follow the standard structure, laid out in the Servlet Specification http://java.sun.com/products/servlet/download.html
Mark E Hansen wrote:If you are constructing a compliant War file, you should be able to deploy it in any servlet container - Tomcat, JBoss, WebSphere, etc. Note that the layout of your sources doesn't matter at all, since your build (IDE, Ant, etc.) will take your sources and create a standard War file. The War file is the only thing the servlet container will see.
Mark E Hansen wrote:Your application may require some configuration of the servlet container, like security, data sources, etc. You would have to see the Tomcat docs for that information. Also, some of this may require container-specific deployment descriptor files within your application (not as much as used to be required, but still some) - again, the container documentation should provide this information.
Mark E Hansen wrote:I don't really know much about Tomcat, so I can't go much further here. It's just that your question wasn't clear to me, and I wanted to get a clarification.
Mark E Hansen wrote:Best Regards,
~Bill
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |