The Servlet spec dictates the structured hierarchy of directories of a Web
Application, not where you lay out your source code.  Do recommend that your
servelet and utility classe source files be located in /WEB-INF/classes/ ?
IMHO it doesn't mater where you put the sorce for your classes, jsps, or
WEB-INF directory, as long as it's all packaged correctly in the end.

----- Original Message -----
From: "jürgen höller [werk3AT]" <[EMAIL PROTECTED]>
Newsgroups: jetbrains.intellij.eap.features
Sent: Wednesday, September 18, 2002 10:44 AM
Subject: Re: Web Application Configuration - WEB-INF dir


What sense does that option make? The web application structure according to
the Servlet spec expects the WEB-INF directory directly under the document
root of the web application. IMHO there is no need to diverge from this
convention in your development environment.

Juergen


> -----Ursprüngliche Nachricht-----
> Von: Krys Kuzara [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 18. September 2002 16:30
> An: [EMAIL PROTECTED]
> Betreff: [Eap-features] Web Application Configuration - WEB-INF dir
>
>
> Hi,
>
> Could you add the option to specifiy the location of the
> WEB-INF directory, as oposed to assuming it is under the path
> to the document root.
>
> Thanks...krys
>
>
> _______________________________________________
> Eap-features mailing list
> [EMAIL PROTECTED]
> http://lists.jetbrains.com/mailman/listinfo/ea> p-features
>

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to