hi all,

I am trying to map Turbine to my whole site:

<servlet-mapping>
  <url-pattern>/*.vm</url-pattern>
  <servlet-name>turbine</servlet-name>
</servlet-mapping>

but that doesn't take care of main index:

http://www.mysite.com/

if i do this:

<servlet-mapping>
  <url-pattern>/</url-pattern>
  <servlet-name>turbine</servlet-name>
</servlet-mapping>

my site's images (/img/xxx.jpg) get "shadowed" by the
servlet and don't come thru.

any ideas?


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

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

Reply via email to