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

RE: tomcat relative path in .jsp

2003-11-06 Thread Shapira, Yoav
javax.servlet.context.tempdir or a directory you configure via a context-param in web.xml. Yoav Shapira Millennium ChemInformatics -Original Message- From: Steve Harris [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 1:47 PM To: [EMAIL PROTECTED] Subject: tomcat relative path

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

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 accessing a JSP thru

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 accessing a JSP thru a servlet (forward) the following path

RE: URL with servlet path and .jsp bug for jasper or per spec?

2001-10-23 Thread Larry Isaacs
the *.jsp mapping. Hope this helps. Larry -Original Message- From: David Wall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 12:18 AM To: [EMAIL PROTECTED] Subject: URL with servlet path and .jsp bug for jasper or per spec? I've got a problem with a URL that includes

URL with servlet path and .jsp bug for jasper or per spec?

2001-10-22 Thread David Wall
I've got a problem with a URL that includes both the /servlet/ path AND ends with .jsp, though the .jsp file in this case is not a java serverpages file. I'm running Tomcat 3.2.3 using Apache with mod_jk. The mod_jk mount configuration for Apache is: JkMount /ssd/servlet/* ajp13