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

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 getting a

RE: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread Diego, Emil
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 problem. I

Re: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread John Villar
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 at least

RE: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread Diego, 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 that i think of it there should