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 <servlet>
tags in webapps/baz/WEB-INF/web.xml

http://localhost:8080/baz works as expected.

I have a file webapps/bas/test.html

http://localhost:8080/baz/test.html causes my servlet
to run? Do I have to create some sort of mapping entry
in webapps/bas/WEB-INF/web.xml for html to work?

my servlet generates a image tag as follows
<img src=images/baz.gif>

i have webapps/bas/images/baz.gif installed how ever
this image is never loaded into my browser? Do I have
to create some sort of mapping entry in
webapps/bas/WEB-INF/web.xml for html to work?
 
thanks in advance

andy



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to