Webapp Directory Root and JSP Include problem.

2004-08-19 Thread Diego, Emil
I solved my previous problem. Thanx for all the assistance. Now I am hitting another snag. When my JSP pages execute I am getting a Exception. org.apache.jasper.JasperException: /index.jsp(24,0) File "/includes/inc_setup_edit.jsp" not found The jsp pages are stored in /var/www/html/dev_new A

Re: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread John Villar
I think you will have to include at least a "." (dot) before "/includes" or you should remove the first backslash. That's a simple find & replace Diego, Emil escribió: I solved my previous problem. Thanx for all the assistance. Now I am hitting another snag. When my JSP pages execute I am gett

RE: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread Diego, Emil
ad of code change. Emil Diego Website Administrator University of Miami School of Business 305.284.5449 -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:18 AM To: Tomcat Users List Subject: Re: Webapp Directory Root and JSP Include proble

Re: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread John Villar
go Website Administrator University of Miami School of Business 305.284.5449 -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:18 AM To: Tomcat Users List Subject: Re: Webapp Directory Root and JSP Include problem. I think you will have to include

RE: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread Diego, Emil
ideas how this may be done ? Emil Diego Website Administrator University of Miami School of Business -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:35 AM To: Tomcat Users List Subject: Re: Webapp Directory Root and JSP Include problem. Now th