Hi,

I've built an ear file for an application name "BuildXML" containing a .war
file. The war file contains 

home.htm
jsp/sample6.jsp
web.xml


The deployment appears ok, I invoke the home.htm which contains the line

<A HREF="/BuildXML/jsp/sample6.jsp">Download</A>

When download is pressed I get a File not found error.

What piece of configuration am i Missing. 

The Web.xml file looks Like

<web-app>
        <servlet>
                <jsp-file>/jsp/sample6.jsp<jsp-file>
                <load-on-startup>11</load-on-startup>
        </servlet>
</web-app>

I get the following in the tomcat/logs directory.

- Scratch dir for the JSP engine is:
C:\jbos\JBoss-2.2.1_Tomcat-3.2.1\tomcat\work\localhost_8080%2Fexamples
- IMPORTANT: Do not modify the generated servlets
- JspEngine --> /jsp/sample6.jsp
-            ServletPath: /jsp/sample6.jsp
-               PathInfo: null
-               RealPath:
C:\jbos\JBoss-2.2.1_Tomcat-3.2.1\jboss\tmp\deploy\Default\buildXML.ear\web10
03\jsp\sample6.jsp
-             RequestURI: /BuildXML/jsp/sample6.jsp
-            QueryString: jsp_precompile=true
-         Request Params: 
-                jsp_precompile = true
- Classpath according to the Servlet Engine is:
C:\jbos\JBoss-2.2.1_Tomcat-3.2.1\jboss\tmp\deploy\Default\buildXML.ear\web10
03\WEB-INF\classes

> Tony Cadogan
> Technology
> Tel: 020 7574 8120
> Fax: 020 7574 8141
> Mobile: 
> E Mail: [EMAIL PROTECTED]
> 
> Halifax Group Treasury & Wholesale Banking
> 33 Old Broad Street
> London
> EC2N 1HZ
> 
> Halifax Group Treasury & Wholesale Banking is a division of Halifax plc.
> Registered in England No. 2367076.  Registered Office: Trinity Road,
> Halifax, West Yorkshire HX1 2RG
> 
> 
> 
> 

------------------------------------------------------------------------------
Halifax Group Treasury & Wholesale Banking is a division of Halifax plc.  Registered 
in England No. 2367076.  Registered Office: Trinity Road, Halifax, West Yorkshire HX1 
2RG.


==============================================================================


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to