You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Jingmei Li <Ji...@bentley.com> on 2002/04/30 21:14:58 UTC

where to add mime-mapping?

I would like to associate file extension .dgn with
"application/microstation" but haven't found a reasonable place to add the
mime-mapping for it. Now double-clicking a dgn file in slide webdav will
open up the file as ascii junk.

I saw web.xml in tomcat\webapps\slide\WEB-INF\ and tried adding it there,
but it didn't work. Any idea?
  <mime-mapping>
    <extension>dgn</extension>
    <mime-type>application/microstation</mime-type>
  </mime-mapping>

Thanks,
Jingmei 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>