Web Servers General Talk - How to translate special Apache-configuration to tomcat

This is Interesting: Free IT Magazines  
Home > Archive > Web Servers General Talk > April 2005 > How to translate special Apache-configuration to tomcat





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author How to translate special Apache-configuration to tomcat
Arno Oesterheld

2005-04-04, 6:04 pm

Hi,

I have some problems with IE-background-images which are solved when I
make the following additions to the Apache configuration-file which I
found at http://dean.edwards.name/my/flicker.html:

<snip>
BrowserMatch "MSIE" brokenvary=1
BrowserMatch "Mozilla/4.[0-9]{2}" brokenvary=1
BrowserMatch "Opera" !brokenvary
SetEnvIf brokenvary 1 force-no-vary

ExpiresActive On
ExpiresDefault A18000
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000

LoadModule expires_module modules/mod_expires.so

</snip>

But for my project I am currently working on we are using the tomcat
server.
And I do not know what are the equivalent settings for tomcat? Can
someone please give me a hint or an URL? Or ist this kind of
configuration not possible with tomcat?

Thank you!

Best Regards

Arno
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com