Displaying 3 results from an estimated 3 matches for "kienitz".
Did you mean:
kibitz
2012 Jan 17
2
Java+Tomcat on CentOS 6.x
So whats good practice for installing Java/JDK and Tomcat for EL6 these
days? The base repository included Tomcat6.6 is built with GCJ which
I'd rather avoid. I'm fine with using OpenJDK ... Do most folks just use
the Apache tarball for Tomcat and install it in a user directory or
/opt/something ?
--
john r pierce N 37, W 122
santa cruz ca
2006 Jul 06
0
Apache 2.0 proxy
...le ^/myrailsapp/stylesheets(.*) /myrailsapp/public/stylesheets$1
ProxyPass /myrailsapp/images !
ProxyPass /myrailsapp/javascrripts !
ProxyPass /myrailsapp/stylesheets !
ProxyPass /myrailsapp http://localhost:3000/myrailsapp
ProxyPassReverse /myrailsapp http://localhost:3000/myrailsapp
--
John E. Kienitz Jr.
GPG-FP: 4992 D6E9 774B BA0A CE13 3E2B D6B3 827E 5736 D958
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/mongrel-users/attachments/2006070...
2006 Jul 07
10
problem serving pdf files
I''m using the instructions from
http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/to
configure mongrel_cluster with apache mod_proxy_balancer. Everything
works fine, except when I try to link to a pdf file to be opened in a new
window, it displays the contents of the pdf as text instead of opening it as
a pdf document through Acrobat.