RE: Basic web-app question

2001-01-03 Thread Ted Husted
> -Original Message- > From: Dave Newton [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 21 December 2000 6:29 PM > To: [EMAIL PROTECTED] > Subject: RE: Basic web-app question > > > Thanks, Simon and Ted, for helping to clear up that whole > directory structure thing. I gues

RE: Basic web-app question

2001-01-02 Thread Anthony Ikeda
oxima Technology, Level 13, 181 Miller Street, North Sydney Australia PH: +612-9458-1718 Mob: 041 624 5143 > -Original Message- > From: Dave Newton [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 21 December 2000 6:29 PM > To: [EMAIL PROTECTED] > Subject: RE: Basic web-app que

RE: Basic web-app question

2000-12-20 Thread Dave Newton
Thanks, Simon and Ted, for helping to clear up that whole directory structure thing. I guess I wasn't thinking too hard about it :/ Dave -- Dave Newton, [EMAIL PROTECTED]

RE: Basic web-app question

2000-12-20 Thread Kitching Simon
Hi Dave, IN a webapp, you can structure the directories containing .jsp and .html files however you wish. However, your java .class files need to be in a single "unified" directory tree, under WEB-INF/classes. This doesn't mean your source code has to be structured in the same way. As long as

Re: Basic web-app question

2000-12-20 Thread Ted Husted
On 12/20/2000 at 12:03 PM Dave Newton wrote: > In the WAR file (or a webapp in general if I deploy non-WAR) contain a directory hierarchy, i.e., I have a site with a home page (main directory) and a few things off of it, then, say, a message base (or whatever) "section" in a subdirectory, etc.? D