Hassan, that's terrific, thank you!

Would you happen to know how to get Eclipse to parse,
compile, and highlight .html's the same way it does
.jsp's?

Thanks again!

Dola
--- Hassan Schroeder <[EMAIL PROTECTED]>
wrote:

> On 9/19/07, Dola Woolfe <[EMAIL PROTECTED]> wrote:
> > How do I configure Tomcat to process .html files
> as .jsp?
> 
> Add this to the web.xml of the relevant Context:
> 
>       <servlet-mapping>
>               <servlet-name>jsp</servlet-name>
>               <url-pattern>*.html</url-pattern>
>       </servlet-mapping>              
> 
> That's it :-)
> 
> HTH!
> -- 
> Hassan Schroeder ------------------------
> [EMAIL PROTECTED]
> 
>
---------------------------------------------------------------------
> To start a new topic, e-mail:
> users@tomcat.apache.org
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



       
____________________________________________________________________________________
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 
http://mobile.yahoo.com/go?refer=1GNXIC

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to