Re: Problems with jsp include files in sub-directories

2008-07-10 Thread Andrew Connick
10:17 PM Subject: Re: Problems with jsp include files in sub-directories Andrew Connick wrote: Hello Mark Thomas Thanks for your reply. I have got some information from my hosting company, my setup is: Host name=windsor-chamber.co.uk appBase=/home/andrew42/public_html

Re: Problems with jsp include files in sub-directories

2008-07-10 Thread Mark Thomas
Andrew Connick wrote: Hello Mark Thomas Thanks for your reply I forwarded it to my web hosting company. They have followed the instructions. I now find that I have to use www.windsor-chamber.co.uk/ROOT/index.jsp My hosting company says it's not possible to change this (to

Re: Problems with jsp include files in sub-directories

2008-07-10 Thread Mark Thomas
Andrew Connick wrote: Hello Mark Thomas Thanks for your reply I forwarded it to my web hosting company. They have followed the instructions. I now find that I have to use www.windsor-chamber.co.uk/ROOT/index.jsp My hosting company says it's not possible to change this (to

Re: Problems with jsp include files in sub-directories

2008-07-10 Thread Andrew Connick
, July 10, 2008 5:44 PM Subject: Re: Problems with jsp include files in sub-directories Andrew Connick wrote: Hello Mark Thomas Thanks for your reply I forwarded it to my web hosting company. They have followed the instructions. I now find that I have to use www.windsor-chamber.co.uk

RE: Problems with jsp include files in sub-directories

2008-07-10 Thread Caldarale, Charles R
From: Andrew Connick [mailto:[EMAIL PROTECTED] Subject: Re: Problems with jsp include files in sub-directories They have set the host to: Host name=windsor-chamber.co.uk appBase=/home/andrew42/public_html Aliaswww.windsor-chamber.co.uk/Alias Context path= reloadable=true docBase=/home

Re: Problems with jsp include files in sub-directories

2008-07-10 Thread Mark Thomas
Andrew Connick wrote: Thanks Mark They have set the host to: Host name=windsor-chamber.co.uk appBase=/home/andrew42/public_html Aliaswww.windsor-chamber.co.uk/Alias Context path= reloadable=true docBase=/home/andrew42/public_html debug=1/ /Host and the context in

Re: Problems with jsp include files in sub-directories

2008-07-10 Thread David Smith
@tomcat.apache.org Sent: Thursday, July 10, 2008 5:44 PM Subject: Re: Problems with jsp include files in sub-directories Andrew Connick wrote: Hello Mark Thomas Thanks for your reply I forwarded it to my web hosting company. They have followed the instructions. I now find that I have to use

Problems with jsp include files in sub-directories

2008-07-09 Thread Andrew Connick
I'm having problems with the jsp includes directive where the jsp is in a sub-directory. I have 2 subdirectories: /admin /segments index.jsp contains the line %@ include file=/segments/setup.jsp % which is fine admin/index.jsp also contains the line %@ include file=/segments/setup.jsp % This

Re: Problems with jsp include files in sub-directories

2008-07-09 Thread Hassan Schroeder
On Wed, Jul 9, 2008 at 6:45 AM, Andrew Connick [EMAIL PROTECTED] wrote: I'm having problems with the jsp includes directive where the jsp is in a sub-directory. I have 2 subdirectories: /admin uh-oh :-) I suspect the issue is that Tomcat now sees sub-directory /admin as a separate

Re: Problems with jsp include files in sub-directories

2008-07-09 Thread Mark Thomas
Andrew Connick wrote: I'm having problems with the jsp includes directive where the jsp is in a sub-directory. I have 2 subdirectories: /admin /segments index.jsp contains the line %@ include file=/segments/setup.jsp % which is fine admin/index.jsp also contains the line %@ include

Re: Problems with jsp include files in sub-directories

2008-07-09 Thread Andrew Connick
Andrew Connick - Original Message - From: Mark Thomas [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, July 09, 2008 3:34 PM Subject: Re: Problems with jsp include files in sub-directories Andrew Connick wrote: I'm having problems with the jsp includes

RE: Problems with jsp include files in sub-directories

2008-07-09 Thread Caldarale, Charles R
From: Andrew Connick [mailto:[EMAIL PROTECTED] Subject: Re: Problems with jsp include files in sub-directories Host name=windsor-chamber.co.uk appBase=/home/andrew42/public_html Aliaswww.windsor-chamber.co.uk/Alias Context path= reloadable=true docBase=/home/andrew42/public_html debug=1

Re: Problems with jsp include files in sub-directories

2008-07-09 Thread Mark Thomas
Andrew Connick wrote: Hello Mark Thomas Thanks for your reply. I have got some information from my hosting company, my setup is: Host name=windsor-chamber.co.uk appBase=/home/andrew42/public_html Aliaswww.windsor-chamber.co.uk/Alias Context path= reloadable=true