Where can i get the specification of web.xml?

View: New views
7 Messages — Rating Filter:   Alert me  

Where can i get the specification of web.xml?

by chenjh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

Where can i find reference, or something like that, for tomcat's web.xml.

Regards

chenjh
2009-07-03



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Where can i get the specification of web.xml?

by Achal Patel-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Chenjh,

You can find the same at below location:

http://sunsite.berkeley.edu:8080/docs/config/index.html

Thanks,
Achal.

On Fri, Jul 3, 2009 at 12:19 PM, chenjh <chenjh@...> wrote:

> Hi all,
>
> Where can i find reference, or something like that, for tomcat's web.xml.
>
> Regards
>
> chenjh
> 2009-07-03
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


--
Regards,
Achal Patel.

Re: Where can i get the specification of web.xml?

by chenjh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Patel, but I need reference for web.xml.



Regards

chenjh
2009-07-03

---------Original Message----------

>Chenjh,
>
>You can find the same at below location:
>
>http://sunsite.berkeley.edu:8080/docs/config/index.html
>
>Thanks,
>Achal.
>
>On Fri, Jul 3, 2009 at 12:19 PM, chenjh <chenjh@...> wrote:
>
>> Hi all,
>>
>> Where can i find reference, or something like that, for tomcat's web.xml.
>>
>> Regards
>>
>> chenjh
>> 2009-07-03
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
>--
>Regards,
>Achal Patel.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Where can i get the specification of web.xml?

by Achal Patel-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

http://tomcat-configure.blogspot.com/2009/01/tomcat-web-xml.html

On Fri, Jul 3, 2009 at 1:02 PM, chenjh <chenjh@...> wrote:

> Thanks Patel, but I need reference for web.xml.
>
>
>
> Regards
>
> chenjh
> 2009-07-03
>
> ---------Original Message----------
> >Chenjh,
> >
> >You can find the same at below location:
> >
> >http://sunsite.berkeley.edu:8080/docs/config/index.html
> >
> >Thanks,
> >Achal.
> >
> >On Fri, Jul 3, 2009 at 12:19 PM, chenjh <chenjh@...> wrote:
> >
> >> Hi all,
> >>
> >> Where can i find reference, or something like that, for tomcat's
> web.xml.
> >>
> >> Regards
> >>
> >> chenjh
> >> 2009-07-03
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@...
> >> For additional commands, e-mail: users-help@...
> >>
> >>
> >
> >
> >--
> >Regards,
> >Achal Patel.
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@...
> For additional commands, e-mail: users-help@...
>
>


--
Regards,
Achal Patel.

Re: Where can i get the specification of web.xml?

by chenjh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The page is not available.


Regards

chenjh
2009-07-03

---------Original Message----------

>http://tomcat-configure.blogspot.com/2009/01/tomcat-web-xml.html
>
>On Fri, Jul 3, 2009 at 1:02 PM, chenjh <chenjh@...> wrote:
>
>> Thanks Patel, but I need reference for web.xml.
>>
>>
>>
>> Regards
>>
>> chenjh
>> 2009-07-03
>>
>> ---------Original Message----------
>> >Chenjh,
>> >
>> >You can find the same at below location:
>> >
>> >http://sunsite.berkeley.edu:8080/docs/config/index.html
>> >
>> >Thanks,
>> >Achal.
>> >
>> >On Fri, Jul 3, 2009 at 12:19 PM, chenjh <chenjh@...> wrote:
>> >
>> >> Hi all,
>> >>
>> >> Where can i find reference, or something like that, for tomcat's
>> web.xml.
>> >>
>> >> Regards
>> >>
>> >> chenjh
>> >> 2009-07-03
>> >>
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscribe@...
>> >> For additional commands, e-mail: users-help@...
>> >>
>> >>
>> >
>> >
>> >--
>> >Regards,
>> >Achal Patel.
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@...
>> For additional commands, e-mail: users-help@...
>>
>>
>
>
>--
>Regards,
>Achal Patel.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Where can i get the specification of web.xml?

by Konstantin Kolinko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/7/3 chenjh <chenjh@...>:
> Hi all,
>
> Where can i find reference, or something like that, for tomcat's web.xml.
>
> Regards
>
> chenjh
> 2009-07-03
>

web.xml is defined by the Java Servlet Specification.
There is nothing Tomcat-specific in it.

It is Servlet 2.5 for Tomcat 6, Servlet 2.4 for Tomcat 5.x

Also, each web.xml has DTD or schema reference in its first lines,
that determine to which version of the spec the web app adheres.

See
http://java.sun.com/products/servlet/reference/api/index.html


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


Re: Where can i get the specification of web.xml?

by Christopher Schultz-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

chenjh,

On 7/3/2009 2:49 AM, chenjh wrote:
> Where can i find reference, or something like that, for tomcat's web.xml.

Don't listen to these folks who are just googling "web.xml reference"
and posting the link. Instead, use your head and look at the DTD of
Schema used in your actual web.xml file.

There are different specifications depending on which version of the
servlet spec your application uses. Here are the canonical references
for the versions I have access to:

Servlet 2.2 (DTD)    : http://java.sun.com/j2ee/dtds/web-app_2_2.dtd
Servlet 2.3 (DTD)    : http://java.sun.com/dtd/web-app_2_3.dtd
Servlet 2.4 (Schema) : http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd
Servlet 2.5 (Schema) : http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd

Both the DTDs and the Schemas are heavily self-documented.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkpOFnsACgkQ9CaO5/Lv0PC2JQCdE29ISsVZNL77fCosdlPLloyi
3jEAoKwZ4pjE5nB6YZFSuxvvbB8GUzIy
=MDT5
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...