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 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
And the include files are stored in /var/www/html/dev_new/includes
This used to work in Tomcat 3, but now that I am migrating over to tomcat4 im getting 
this error.  Is there something I have forgotten to configure?  I really don't want to 
go in and edit hundreds of pages to add the /dev_new at the beginning of each include.
Here is the line that is causing the error:
%@ include file=/includes/inc_setup_edit.jsp %
Here are the changes I made to server.xml:

!-- Add the context for the SBA website --
Context path=/dev_new docBase=/var/www/html/dev_new
debug=0 reloadable=true crossConnect=true
/Context


and workers2.preoperties:
# Map the jsp extension in the dev_new directory to tomcat
[uri:/dev_new/*.jsp]
info=Extension mapping
[uri:/dev_new/*]
info=Map the whole webapp


Emil Diego
Website Administrator
University of Miami School of Business
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread Diego, Emil
 I have many differnet include folders, that would would be a real pain.  Plus there 
are other sites beign hosted as well.  I'd really hate to have to edit all the pages 
and tell other webadmins to edit their pages as well.  I was really hoping there would 
be a configuration change instead 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 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 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

And the include files are stored in /var/www/html/dev_new/includes

This used to work in Tomcat 3, but now that I am migrating over to tomcat4 im getting 
this error.  Is there something I have forgotten to configure?  I really don't want 
to go in and edit hundreds of pages to add the /dev_new at the beginning of each 
include.

Here is the line that is causing the error:
%@ include file=/includes/inc_setup_edit.jsp %


Here are the changes I made to server.xml:
   
   !-- Add the context for the SBA website --
   Context path=/dev_new docBase=/var/www/html/dev_new
   debug=0 reloadable=true crossConnect=true

   /Context






and workers2.preoperties:

# Map the jsp extension in the dev_new directory to tomcat 
[uri:/dev_new/*.jsp] info=Extension mapping

[uri:/dev_new/*]
info=Map the whole webapp





Emil Diego
Website Administrator
University of Miami School of Business


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread John Villar
Now that i think of it there should be a way to specify that 
references to the root in pages inside a Context are referencing the 
root context  however, i don't know a way to do that and mi 
tomcat 5 does the same thing

Diego, Emil escribi:
I have many differnet include folders, that would would be a real pain.  Plus there 
are other sites beign hosted as well.  I'd really hate to have to edit all the pages 
and tell other webadmins to edit their pages as well.  I was really hoping there would 
be a configuration change instead 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 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 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
And the include files are stored in /var/www/html/dev_new/includes
This used to work in Tomcat 3, but now that I am migrating over to tomcat4 im getting 
this error.  Is there something I have forgotten to configure?  I really don't want to 
go in and edit hundreds of pages to add the /dev_new at the beginning of each include.
Here is the line that is causing the error:
%@ include file=/includes/inc_setup_edit.jsp %
Here are the changes I made to server.xml:

!-- Add the context for the SBA website --
Context path=/dev_new docBase=/var/www/html/dev_new
debug=0 reloadable=true crossConnect=true
/Context


and workers2.preoperties:
# Map the jsp extension in the dev_new directory to tomcat 
[uri:/dev_new/*.jsp] info=Extension mapping

[uri:/dev_new/*]
info=Map the whole webapp


Emil Diego
Website Administrator
University of Miami School of Business
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Webapp Directory Root and JSP Include problem.

2004-08-19 Thread Diego, Emil
Now that i think of it there should be a way to specify that references to the 
root in pages inside a Context are referencing the root context  however, i 
don't know a way to do that and mi tomcat 5 does the same ?  thing 


Anyone have any 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 that i think of it there should be a way to specify that references to the 
root in pages inside a Context are referencing the root context  however, i don't 
know a way to do that and mi tomcat 5 does the same thing

Diego, Emil escribi?:

 I have many differnet include folders, that would would be a real pain.  Plus there 
 are other sites beign hosted as well.  I'd really hate to have to edit all the pages 
 and tell other webadmins to edit their pages as well.  I was really hoping there 
 would be a configuration change instead 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 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 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

And the include files are stored in /var/www/html/dev_new/includes

This used to work in Tomcat 3, but now that I am migrating over to tomcat4 im 
getting this error.  Is there something I have forgotten to configure?  I really 
don't want to go in and edit hundreds of pages to add the /dev_new at the beginning 
of each include.

Here is the line that is causing the error:
%@ include file=/includes/inc_setup_edit.jsp %


Here are the changes I made to server.xml:
  
  !-- Add the context for the SBA website --
  Context path=/dev_new docBase=/var/www/html/dev_new
  debug=0 reloadable=true crossConnect=true

  /Context






and workers2.preoperties:

# Map the jsp extension in the dev_new directory to tomcat 
[uri:/dev_new/*.jsp] info=Extension mapping

[uri:/dev_new/*]
info=Map the whole webapp





Emil Diego
Website Administrator
University of Miami School of Business


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



 





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.736 / Virus Database: 490 - Release Date: 8/9/2004
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]