Thanks for the reply, Mark.
Actually, WEB-INF folder name is correct, here I
copied
the build location used for build target from
build.xml:
<property name="build"
value="webapp/WEB-INF/classes"/>
and build task works perfectly fine.
And the following is part of unpacked war file
directory:
.........
WEB-INF/
WEB-INF/classes/
............
WEB-INF/lib/log4j-1.2.6.jar
WEB-INF/lib/servlet.jar
WEB-INF/lib/struts.jar
WEB-INF/struts-bean.tld
WEB-INF/struts-config.xml
WEB-INF/struts-html.tld
WEB-INF/struts-logic.tld
index.jsp
WEB-INF/web.xml
..........
Everything looks fine to me.
When Tomcat 5.0.28 is used, it complains something
like this: web.xml in web application is missing. So I
switched to Tomcat 4.1, now I got this error:
org.apache.jasper.JasperException: File
"/WEB-INF/c.tld" not found
at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:105)
--- Mark Thomas <[EMAIL PROTECTED]> wrote:
> 1. Check your folder is called WEB-INF, not WEB_INF
> 2. Check the case inside the .war file is correct.
> It must be
> "WEB-INF", all in upper case.
>
> HTH,
>
> Mark
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]