I must be going mad!  I'm sure i had this working, maybe i was looking  at 
the wrong page when i was testing it, but i just cannot get this to work,  even 
with the ammended web.xml as below:
 
any suggestions?
 
<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <web-app version="2.4" xmlns="_http://java.sun.com/xml/ns/j2ee_ 
(http://java.sun.com/xml/ns/j2ee) "
xmlns:xsi="_http://www.w3.org/2001/XMLSchema-instance_ 
(http://www.w3.org/2001/XMLSchema-instance) "
xsi:schemaLocation="_http://java.sun.com/xml/ns/j2ee_ 
(http://java.sun.com/xml/ns/j2ee)  
_http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd_ 
(http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd) "> 
 
  <!-- The Usual Welcome File List -->
<welcome-file-list>
<welcome-file>non_retail_numchk.jsp</welcome-file>
</welcome-file-list>
 
</web-app>


In a message dated 11/04/2005 15:53:44 GMT Daylight Time, [EMAIL PROTECTED]  
writes:

<web-app  xmlns="http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsdâ;
version=â2.4â>




Reply via email to