On Wed, 5 Dec 2001, amol wrote:

> Date: Wed, 5 Dec 2001 13:12:58 +0530
> From: amol <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: webroot folder different than web app folder. possible?
>
> I have got the following folder structure in tomcat around my web
> application:
>
> -bin
> -webapps
>     -myapplication
>         -myapplicationwwwroot
>             -gifs
>             -index.html
>             -...etc
>         -web-inf

If this is really "web-inf" (all lower case), you are doomed to failure.
It *must* be "WEB-INF" (all upper case) instead, because servlet based
applications are always case sensitive.

>             -lib
>             -classes
>             -parameters
> -work
> -...( etc )
>

Craig McClanahan


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to