Re: Speeding up jspwiki [slightly ot]

Alex Samad <[email protected]> Sun, 19 Aug 2007 06:12:06 +1000
Newsgroups gmane.comp.java.jspwiki.user
Message-ID <[email protected]>
On Sat, Aug 18, 2007 at 01:27:13PM +0300, Janne Jalkanen wrote:
>
> You can still keep all your jspwiki stuff in one place.  I just have apache 
> in front of it, routing everything through it, and I've added
>
> AddOutputFilterByType DEFLATE text/html text/plain text/xml 
> application/rss+xml application/rdf+xml application/x-javascript text/css

thanks i added 

SetOutputFilter DEFLATE

as a general option, it was only limited to one of my virtual hosts.

>
> to my /etc/apache2/mods-enabled/deflate.conf
>
> /Janne
>
>
> On Aug 18, 2007, at 13:16 , Alex Samad wrote:
>
>> Hi
>>
>> I have been do a once over on my setup apace  --mod-jk--- tomcat.  I have 
>> added
>> the deflate module to apache to gzip stuff it send.
>>
>> I was wondering if any one knows how to do the same for tomcat so that all 
>> the
>> *.css files can be zipped up before being send.
>>
>> I have read about placing all the static stuff on the apache server and 
>> just
>> let the jsp/java stuff run on tomcat, but I like to keep all my jspwiki in 
>> one
>> place.
>>
>> [i know this is not strictly a jspwiki issue, but I am guessing somebody 
>> might
>> have the experience]
>>
>> Thanks
>>
>> Alex
>> _______________________________________________
>> This is the Jspwiki-users mailing list, in which we discuss the
>> stable release (even-numbered, 2.4.x, 2.6.x), and user-issues.
>> For development discussion, please join jspwiki-dev.
>> http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
>> http://www.jspwiki.org/JSPWikiMailingList
>
> _______________________________________________
> This is the Jspwiki-users mailing list, in which we discuss thestable 
> release (even-numbered, 2.4.x, 2.6.x), and user-issues.For development 
> discussion, please join jspwiki-dev.
> http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users
> http://www.jspwiki.org/JSPWikiMailingList
>