Re: trouble with static html using 5.5.2

2004-10-18 Thread David Smith
I second the advice on reading the spec. Here's a link to it (version 2.4): http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html --David QM wrote: On Sun, Oct 17, 2004 at 12:22:39PM -0700, andy davidson wrote: : http://localhost:8080/baz works as expected Probably not. Read on: :

Re: trouble with static html using 5.5.2

2004-10-17 Thread QM
On Sun, Oct 17, 2004 at 12:22:39PM -0700, andy davidson wrote: : http://localhost:8080/baz works as expected Probably not. Read on: : : baz : / : That's probably not the pattern you meant; it will fire the "baz" servlet for *any* request to your webapp that isn't

Re: trouble with static html using 5.5.2

2004-10-17 Thread andy davidson
please see my comments bellow thanks andy --- QM <[EMAIL PROTECTED]> wrote: > On Sun, Oct 17, 2004 at 09:23:09AM -0700, andy > davidson wrote: > > : Here is my test. I created servlet > foo.bar.bazServlet. > : I installed it under webapps/baz. I created > > : tags in webapps/baz/WEB-INF/web

Re: trouble with static html using 5.5.2

2004-10-17 Thread QM
On Sun, Oct 17, 2004 at 09:23:09AM -0700, andy davidson wrote: : I just installed the binary release of 5.5.2. do I : have to change something in a config file to so that : tomcat can server up html? Not at all, as long as the context (webapp) has properly deployed. : Here is my test. I created

trouble with static html using 5.5.2

2004-10-17 Thread andy davidson
Hi I just installed the binary release of 5.5.2. do I have to change something in a config file to so that tomcat can server up html? Here is my test. I created servlet foo.bar.bazServlet. I installed it under webapps/baz. I created tags in webapps/baz/WEB-INF/web.xml http://localhost:8080/baz