Sorry I’m so thick, I just don’t seem to grasp the concept of how to structure my web pages in tomcat (or any j2ee server I suppose). Any help, as always, is greatly appreciated.
Let’s say I want to build a personal website using MyEclipse that would have a default homepage and two fairly complex “applications”, a photo album and a recipes collection.
Would I build the whole website as a single project, or would this be three projects, one for my homepage and two for my “applications”
And/Or when I go to deploy this, would it be all deployed as a single WAR file or do I deploy it in pieces, maybe uploading my default homepage as a separate JSP file and my two “applications” as WAR files?
Thanks