RE: tomcat relative path in .jsp

2003-11-06 Thread Shapira, Yoav
t relative path in .jsp > >Hi, > >I'm managing a tomcat application server that has an application with a >.jsp that has the path hard coded, e.g. ; > >/opt/local/jakarta/jakarta-tomcat-4.0.6/webapps/els/upload > >The path is used to upload files to. I'd like t

tomcat relative path in .jsp

2003-11-06 Thread Steve Harris
Hi, I'm managing a tomcat application server that has an application with a .jsp that has the path hard coded, e.g. ; /opt/local/jakarta/jakarta-tomcat-4.0.6/webapps/els/upload The path is used to upload files to. I'd like to recommend to the developer a change that could be made to make this p

Re: Path in JSP

2001-11-20 Thread Craig R. McClanahan
On Tue, 20 Nov 2001, Reto Badertscher wrote: > Date: Tue, 20 Nov 2001 14:53:08 +0100 > From: Reto Badertscher <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Path in JSP > > Hello, > > when acces

AW: Path in JSP

2001-11-20 Thread Reto Badertscher
Sorry for the error : path '/image/logo.gif' should be 'image/logo.gif' Regards Reto -Ursprüngliche Nachricht- Von: Reto Badertscher [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 20. November 2001 14:53 An: [EMAIL PROTECTED] Betreff: Path in JSP Hello, when ac

Path in JSP

2001-11-20 Thread Reto Badertscher
Hello, when accessing a JSP thru a servlet (forward) the following path /image/logo.gif is valid. When calling a JSP directly i have to use ../image/logo.gif (image and jsp folder are on the same level). What can i do to use the same path definition? How can i prevent users from directly accessin