Brendan Martens wrote:
[...]
I am migrating this site from an older RHEL server where it works fine.
I am migrating to a Debian server with up to date Debian packages of
apache2, tomcat5, and java6.
For all their perceived faults, it is unlikely that Debian packagers
would package mutually in
Brendan Martens wrote:
> Hmmm, here are my jk settings:
>
> JKWorkersFile/etc/libapache2-mod-jk/workers.properties
> JkLogFile/var/log/apache2/mod_jk.log
> JkLogLevelinfo
> JkShmFile/var/log/apache2/mod_jk.shm
> JkOptions+ForwardURICompatUnparsed
That value of JkOptions should
Hmmm, here are my jk settings:
JKWorkersFile /etc/libapache2-mod-jk/workers.properties
JkLogFile /var/log/apache2/mod_jk.log
JkLogLevel info
JkShmFile /var/log/apache2/mod_jk.shm
JkOptions +ForwardURICompatUnparsed
The JK connector is the one from the mod_jk debian packa
Brendan Martens wrote:
> Hello,
>
> I am having some issues with tomcat not displaying pages or files with
> spaces in them, it simply 404s. Something like this:
>
> pdf file on filesystem.pdf
>
> being accessed at:
>
> http://server/pdf%20file%20on%20filesystem.pdf
>
> fails to display.
>
>
> From: André Warnier [mailto:[EMAIL PROTECTED]
> Whichever bright developer invented the first filesystem
> allowing spaces in filenames should be found and shot.
You'd have to go a long way back - UNIX has had them at least since I started
using it*. Besides, users love 'em - it's just us comm
Brendan Martens wrote:
most file systems cant read spaces in a filename so you should put in
_ where you see spaces
Hmmm, not sure this is the issue, both filesystems can read and write
files with spaces.
Whichever bright developer invented the first filesystem allowing spaces
in filenames
> From: Brendan Martens [mailto:[EMAIL PROTECTED]
> Subject: Re: html entities and urls with spaces
>
> Hmmm, not sure this is the issue, both filesystems can read and write
> files with spaces.
It's certainly not the issue - spaces in file names work fine on my Windows bo
most file systems cant read spaces in a filename so you should put
in _ where you see spaces
Hmmm, not sure this is the issue, both filesystems can read and write
files with spaces.
should be renamed to
$CATALINA_HOME/webapps/pdfApp/pdf_file_on_filesystem.pdf
I really need to figure ou
does "fails to display." mean 404 or do you get a file to download and
fail to render it on the client side(browser)?
Means it 404s.
for the 404 make sure the files are located there where tomcat/your
app looks for them
They are indeed where it's looking for them. When I change the name of
Hi
does "fails to display." mean 404 or do you get a file to download and
fail to render it on the client side(browser)?
for the 404 make sure the files are located there where tomcat/your
app looks for them
for the second case check the http header sent with the pdf file.
Cheers
Yassine
On Wed
10 matches
Mail list logo