Syntax of web.xml

2001-02-13 Thread Jefferson Oliveira Andrade



Where can I find a reference of 
the web.xml file for Tomcat 3.2.1?

Thanks,
Jefferson.


RE: Syntax of web.xml

2001-02-13 Thread Adilakshmi Lingam



Hey,

check 
if this helps.

I've 
pasted a part from http://internet.about.com/industry/internet/library/howto/htservlet.htm



Here is the sample 
web.xml file: ?xml version="1.0" encoding="ISO-8859-1"?

!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd"

web-app
servlet
servlet-name
hello
/servlet-name
servlet-class
hello
/servlet-class
/servlet

/web-app



  -Original Message-From: Jefferson Oliveira Andrade 
  [mailto:[EMAIL PROTECTED]]Sent: Tuesday, February 13, 2001 12:12 
  PMTo: Tomcat-User (E-mail)Subject: Syntax of 
  web.xml
  Where can I find a reference 
  of the web.xml file for Tomcat 3.2.1?
  
  Thanks,
  Jefferson.


Re: Syntax of web.xml

2001-02-13 Thread Jeff Lansing

Hi,
Try TOMCAT_HOME/conf/web.dtd
Jeff

Jefferson Oliveira Andrade wrote:

  Where can I find a reference of the web.xml file for Tomcat
 3.2.1?Thanks,Jefferson.


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




RE: Syntax of web.xml

2001-02-13 Thread Mike Braden

Jefferson,

Look at the Java Servlet Specification v2.2 book chapter 13 - Deployment
Descriptor.

You can get it at:

http://java.sun.com/products/servlet/download.html#specs

under 2.2 Final Release - Specification

or try

ftp://ftp.java.sun.com/pub/servlet/22final-182874/servlet2_2-spec.pdf

Mike
-- 
Mike Braden 
[EMAIL PROTECTED]

-Original Message-
From: Jefferson Oliveira Andrade [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 13, 2001 1:12 PM
To: Tomcat-User (E-mail)
Subject: Syntax of web.xml


Where can I find a reference of the web.xml file for Tomcat 3.2.1?
 
Thanks,
Jefferson.

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




RE: Syntax of web.xml

2001-02-13 Thread Varela Santoalla, Daniel

You've got the .dtd file in the tomcat/conf directory

 -Mensaje original-
 De:   Jefferson Oliveira Andrade [SMTP:[EMAIL PROTECTED]]
 Enviado el:   martes 13 de febrero de 2001 19:12
 Para: Tomcat-User (E-mail)
 Asunto:   Syntax of web.xml
 
 Where can I find a reference of the web.xml file for Tomcat 3.2.1?
  
 Thanks,
 Jefferson.

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




Re: Syntax of web.xml

2001-02-13 Thread John Clark L. Naldoza

 Jefferson Oliveira Andrade wrote:
 
 Where can I find a reference of the web.xml file for Tomcat 3.2.1?
 
 Thanks,
 Jefferson.

Try to check out the 

web.dtd which should be found under your $TOMCAT_HOME/conf


-- 
 /) John Clark Naldoza y Lopez   (\
/ )Software Design Engineer II   ( \
  _( (__  Web-Application Development_) )_
 (((\ \  /_Cable Modem Network Management System _\  / /)))
 ( \_/ / NEC Telecom Software Phils., Inc.  \ \_/ )
  \   /  \   /
   \_/  phone: (+63 32) 233-9142 loc. 3112\_/
   /   /  cellphone: (+63 919) 241-4612 \   \
  /   / email: [EMAIL PROTECTED]\   \

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