You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Krishnakumar B <ww...@gmail.com> on 2005/10/08 05:59:59 UTC

? related to jetty-web.xml

hi,

whats this file for?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure
1.2//EN" "http://jetty.mortbay.org/configure_1_2.dtd">

<Configure class="org.mortbay.jetty.servlet.WebApplicationContext">
    <Set name="statsOn" type="boolean">true</Set>
    <Call name="getWebApplicationHandler">
      <Set name="usingCookies">true</Set>
    </Call>
</Configure>

Does Tomcat also require such a file in web app.

Regards
Krishnakumar B

Re: ? related to jetty-web.xml

Posted by Krishnakumar B <ww...@gmail.com>.
I got in in samples /applications/demo/src/web-app/WEB-INF/jetty-web.xml

On 10/8/05, David Jencks <da...@yahoo.com> wrote:
> where did you find this file?  Which geronimo version?
>
> thanks
> david jencks
>
> On Oct 7, 2005, at 11:59 PM, Krishnakumar B wrote:
>
> > hi,
> >
> > whats this file for?
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure
> > 1.2//EN" "http://jetty.mortbay.org/configure_1_2.dtd">
> >
> > <Configure class="org.mortbay.jetty.servlet.WebApplicationContext">
> >     <Set name="statsOn" type="boolean">true</Set>
> >     <Call name="getWebApplicationHandler">
> >       <Set name="usingCookies">true</Set>
> >     </Call>
> > </Configure>
> >
> > Does Tomcat also require such a file in web app.
> >
> > Regards
> > Krishnakumar B
> >
>
>

Re: ? related to jetty-web.xml

Posted by David Jencks <da...@yahoo.com>.
where did you find this file?  Which geronimo version?

thanks
david jencks

On Oct 7, 2005, at 11:59 PM, Krishnakumar B wrote:

> hi,
>
> whats this file for?
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure
> 1.2//EN" "http://jetty.mortbay.org/configure_1_2.dtd">
>
> <Configure class="org.mortbay.jetty.servlet.WebApplicationContext">
>     <Set name="statsOn" type="boolean">true</Set>
>     <Call name="getWebApplicationHandler">
>       <Set name="usingCookies">true</Set>
>     </Call>
> </Configure>
>
> Does Tomcat also require such a file in web app.
>
> Regards
> Krishnakumar B
>


Re: ? related to jetty-web.xml

Posted by David Jencks <da...@yahoo.com>.
oops, that is a leftover from long ago and is not used any more.

david jencks

On Oct 7, 2005, at 11:59 PM, Krishnakumar B wrote:

> hi,
>
> whats this file for?
>
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure
> 1.2//EN" "http://jetty.mortbay.org/configure_1_2.dtd">
>
> <Configure class="org.mortbay.jetty.servlet.WebApplicationContext">
>     <Set name="statsOn" type="boolean">true</Set>
>     <Call name="getWebApplicationHandler">
>       <Set name="usingCookies">true</Set>
>     </Call>
> </Configure>
>
> Does Tomcat also require such a file in web app.
>
> Regards
> Krishnakumar B
>