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

Re: linux + tomcat, some path/link problem

2007-04-25 Thread David Smith
s of problems on IE with local file links... ITS A SECURITY THING.. NOT TOMCAT regards Johnny - Original Message - From: "LRS" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, April 25, 2007 3:45 AM Subject: Re: linux + tomcat, some path/link p

Re: linux + tomcat, some path/link problem

2007-04-25 Thread Johnny Kewl
file links... ITS A SECURITY THING.. NOT TOMCAT regards Johnny - Original Message - From: "LRS" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, April 25, 2007 3:45 AM Subject: Re: linux + tomcat, some path/link problem thanks men, actua

Re: linux + tomcat, some path/link problem

2007-04-24 Thread Martin Gainty
ROTECTED]> To: "Tomcat Users List" 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 l

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

Re: linux + tomcat, some path/link problem

2007-04-24 Thread Johnny Kewl
directories into a URL and navigates through Tomcat to get around security issues. So yes I'm laughing coz I went through all this pain good luck. - Original Message - From: "Lu Rui" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 24, 2007 6:45 PM Subject: linux

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"); > > testlink

RE: linux + tomcat, some path/link problem

2007-04-24 Thread Fargusson.Alan
is 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,

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 oka