RE: Help: invalid web.xml

2003-01-31 Thread Turner, John

The document you should follow is the web.xml DTD itself.  That's the
"bible".

John

> -Original Message-
> From: Rob Cartier [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 30, 2003 10:59 PM
> To: [EMAIL PROTECTED]
> Subject: Help: invalid web.xml
> 
> 
> I am having a tough time trying to create a valid web.xml
> using taglib
> 
> Is there a document that I can follow that will show me
> to hiearchy of a properly formatted document
> I am supplying my current web.xml for anyones review
> and correction. XMLWriter says the taglib declaration
> I am usng is invalid. I am confused . It looks ok
> 
> thanks in advance
> 
> Rob
> 
> 
> 
>  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>
> 
> 
>   
>   Farmington Sports Arena
>   
>   
>   Farmington Sports Arena
>   
>   
>
>   base_href
>   http://www.fsasports.com/fsa/
>   
>   
> 
>   
>   SendMailServlet
>   SendMailServlet
>   SendMailServlet
>   
>   base_href
>   http://www.fsasports.com/fsa/
>   
>   
>   mailhost
>   apollo.homeip.net
>   
>   
>   mailfrom
>   [EMAIL PROTECTED]
>   
>   
>   envelope_from
>   [EMAIL PROTECTED]
>   
>   
>  
>   
>   MailPremierApplication
>   MailPremierApplication
>   MailPremierApplication
>   
>   mailhost
>   apollo.homeip.net
>   
>   
>   
>   
> invoker
> /servlet/*
>   
>  
>   
>   
> http://jakarta.apache.org/taglibs/dbtags
>   /WEB-INF/dbtags.tld
>   
>  
> 
>   
>   index.html
>   index.htm
>   index.jsp
>   default.html
>   default.htm
>   default.jsp
>   
>   
> 
>   
>   404
>   /error404.jsp
>   
>   
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Help: invalid web.xml

2003-01-30 Thread shawn
Doesn't your  come after the 

I think it should.  I'm not sure about the  though.

Anyway, the order is relevant.



On Fri, 2003-01-31 at 12:59, Rob Cartier wrote:
> I am having a tough time trying to create a valid web.xml
> using taglib
> 
> Is there a document that I can follow that will show me
> to hiearchy of a properly formatted document
> I am supplying my current web.xml for anyones review
> and correction. XMLWriter says the taglib declaration
> I am usng is invalid. I am confused . It looks ok
> 
> thanks in advance
> 
> Rob
> 
> 
> 
>  PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd";>
> 
> 
>   
>   Farmington Sports Arena
>   
>   
>   Farmington Sports Arena
>   
>   
>
>   base_href
>   http://www.fsasports.com/fsa/
>   
>   
> 
>   
>   SendMailServlet
>   SendMailServlet
>   SendMailServlet
>   
>   base_href
>   http://www.fsasports.com/fsa/
>   
>   
>   mailhost
>   apollo.homeip.net
>   
>   
>   mailfrom
>   [EMAIL PROTECTED]
>   
>   
>   envelope_from
>   [EMAIL PROTECTED]
>   
>   
>  
>   
>   MailPremierApplication
>   MailPremierApplication
>   MailPremierApplication
>   
>   mailhost
>   apollo.homeip.net
>   
>   
>   
>   
> invoker
> /servlet/*
>   
>  
>   
>   http://jakarta.apache.org/taglibs/dbtags
>   /WEB-INF/dbtags.tld
>   
>  
> 
>   
>   index.html
>   index.htm
>   index.jsp
>   default.html
>   default.htm
>   default.jsp
>   
>   
> 
>   
>   404
>   /error404.jsp
>   
>   
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
shawn <[EMAIL PROTECTED]>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Help: invalid web.xml

2003-01-30 Thread Rob Cartier
I am having a tough time trying to create a valid web.xml
using taglib

Is there a document that I can follow that will show me
to hiearchy of a properly formatted document
I am supplying my current web.xml for anyones review
and correction. XMLWriter says the taglib declaration
I am usng is invalid. I am confused . It looks ok

thanks in advance

Rob



http://java.sun.com/dtd/web-app_2_3.dtd";>


  
Farmington Sports Arena
  
  
Farmington Sports Arena
  
  
   
base_href
http://www.fsasports.com/fsa/
  
  

  
SendMailServlet
SendMailServlet
SendMailServlet

base_href
http://www.fsasports.com/fsa/


mailhost
apollo.homeip.net


mailfrom
[EMAIL PROTECTED]


envelope_from
[EMAIL PROTECTED]

  
 
  
MailPremierApplication
MailPremierApplication
MailPremierApplication

mailhost
apollo.homeip.net

  
  
  
invoker
/servlet/*
  
 
  
http://jakarta.apache.org/taglibs/dbtags
/WEB-INF/dbtags.tld
  
 

  
index.html
index.htm
index.jsp
default.html
default.htm
default.jsp
  
  

  
404
/error404.jsp
  
  




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]