RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Sarah Grimley
Hi John and Martin. Yes, I am on Tomcat jakarta-tomcat-4.1.12. As I said before, the access to the gifs and templates works fine on the 'standalone' version, which I have put on port 8200. Under this URL (http://sbio4.ph.chbs:8200/seqreq/icons), since I added the 'allowLinking' flag to the I

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Turner, John
: Advice please: Apache doesn't seem to resolve Tomcat symbolic links Hi John and Martin. Yes, I am on Tomcat jakarta-tomcat-4.1.12. As I said before, the access to the gifs and templates works fine on the 'standalone' version, which I have put on port 8200. Under this URL (http://sbio4

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Ralph Einfeldt
]] Sent: Tuesday, December 10, 2002 4:03 PM To: Tomcat Users List Subject: RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links Under this URL, (http://sbio4.ph.chbs/seqreq/icons), I get the 404 error message, however in principle, the access to my non-symlinked files

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Sarah Grimley
Yes I enabled symlinking in apache, I forgot to include this in my original mail... DocumentRoot /blah blah blah/html Directory / Options FollowSymLinks AllowOverride None /Directory Have no idea how to change mod_webapp to mod_jk(2). If this involves a lot of work, I will postpone till

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Turner, John
Glad to see you got it working. In my opinion, relative paths should be the standard practice. John -Original Message- From: Sarah Grimley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 11:00 AM To: Tomcat Users List Subject: RE: Advice please: Apache doesn't seem

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-10 Thread Ralph Einfeldt
PROTECTED]] Sent: Tuesday, December 10, 2002 5:00 PM To: Tomcat Users List Subject: RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links Have no idea how to change mod_webapp to mod_jk(2). If this involves a lot of work, I will postpone till after Christmas : ) Are you

Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-09 Thread Sarah Grimley
Inside my WEBAPP my subfolders 'ICONS' and 'TEMPLATES' are actually symbolic links to folders elsewhere. I have enabled them to be accessed by my WebApp, by placing this code inside the Tomcat server.xml: !-- Tomcat MY_APP Context -- Context path=/MY_APP docBase=MY_APP debug=0

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-09 Thread Turner, John
What do the Apache logs say for those requests? John -Original Message- From: Sarah Grimley [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 10:51 AM To: Tomcat Users List Subject: Advice please: Apache doesn't seem to resolve Tomcat symbolic links Inside my

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-09 Thread Sarah Grimley
]] Sent: Monday, December 09, 2002 10:51 AM To: Tomcat Users List Subject: Advice please: Apache doesn't seem to resolve Tomcat symbolic links Inside my WEBAPP my subfolders 'ICONS' and 'TEMPLATES' are actually symbolic links to folders elsewhere. I have enabled them to be accessed by my

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-09 Thread Turner, John
:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 11:59 AM To: Tomcat Users List Subject: RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links Hi John, I hope this is what you mean: apache access_log: 170.237.230.231 - - 2002-12-09 17:55:53 0 GET /seqreq

Re: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-09 Thread M
Sarah Grimley wrote: Hi John, I hope this is what you mean: apache access_log: 170.237.230.231 - - 2002-12-09 17:55:53 0 GET /seqreq/icons/seqwright.gif HTTP/1.1 404 758 These are the errors you get if its not working as well as when the files not there... Sym links dont work in

RE: Advice please: Apache doesn't seem to resolve Tomcat symbolic links

2002-12-09 Thread Turner, John
is concerned. John -Original Message- From: M [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 1:04 PM To: Tomcat Users List Subject: Re: Advice please: Apache doesn't seem to resolve Tomcat symbolic links Sarah Grimley wrote: Hi John, I hope this is what you mean