Re: linux + tomcat, some path/link problem

2007-04-25 Thread Johnny Kewl
... ITS A SECURITY THING.. NOT TOMCAT regards Johnny - Original Message - From: LRS [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, April 25, 2007 3:45 AM Subject: Re: linux + tomcat, some path/link problem thanks men, actually I've already tried to add

Re: linux + tomcat, some path/link problem

2007-04-25 Thread David Smith
file links... ITS A SECURITY THING.. NOT TOMCAT regards Johnny - Original Message - From: LRS [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, April 25, 2007 3:45 AM Subject: Re: linux + tomcat, some path/link problem thanks men, actually I've already

Re: linux + tomcat, some path/link problem

2007-04-25 Thread LRS
David Smith [EMAIL PROTECTED] Martin Gainty [EMAIL PROTECTED] Johnny Kewl [EMAIL PROTECTED] Caldarale, Charles R [EMAIL PROTECTED] Fargusson.Alan [EMAIL PROTECTED] thank all you guys and those who are paying attention to this topic. to Martin : thanks for reminding me of policy, i didn't know

linux + tomcat, some path/link problem

2007-04-24 Thread Lu Rui
hi, all, i'm writing a jsp front-end of a desktop search program in linux using tomcat 5.5, here is my problem. say we need a result.jsp which can display the results from lucene and show the related links, codes like below (hard-coding for simple, as long as you can get my thougt is

RE: linux + tomcat, some path/link problem

2007-04-24 Thread Fargusson.Alan
this to work. -Original Message- From: Lu Rui [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 9:46 AM To: users@tomcat.apache.org Subject: linux + tomcat, some path/link problem hi, all, i'm writing a jsp front-end of a desktop search program in linux using tomcat 5.5, here is my

RE: linux + tomcat, some path/link problem

2007-04-24 Thread Caldarale, Charles R
From: Lu Rui [mailto:[EMAIL PROTECTED] Subject: linux + tomcat, some path/link problem // for winxp String filePath = new String(c:\\root\\test.html); // for linux String filePath = new String(/root/test.html); A href=%= filePath % testlink /A I have not verified the following

Re: linux + tomcat, some path/link problem

2007-04-24 Thread Johnny Kewl
. So yes I'm laughing coz I went through all this pain good luck. - Original Message - From: Lu Rui [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Tuesday, April 24, 2007 6:45 PM Subject: linux + tomcat, some path/link problem hi, all, i'm writing a jsp front-end

Re: linux + tomcat, some path/link problem

2007-04-24 Thread LRS
thanks men, actually I've already tried to add file:// prefix explicitly to filePath in A href link, and in mozilla I can see the property of link appear to be file:///root/test.html , which is a good sign, huh? but, woo, hate this but, no matter how hard i clicked, the browsers made no

Re: linux + tomcat, some path/link problem

2007-04-24 Thread Martin Gainty
users@tomcat.apache.org Sent: Tuesday, April 24, 2007 9:45 PM Subject: Re: linux + tomcat, some path/link problem thanks men, actually I've already tried to add file:// prefix explicitly to filePath in A href link, and in mozilla I can see the property of link appear to be file:///root