[EMAIL PROTECTED] Same file extension for httpd and Tomcat

2007-05-16 Thread lightbulb432
It’s possible to serve static content (such as images, stylesheets, and static pages) with httpd and dynamic pages with Tomcat – however, is it possible for the static and dynamic pages to both have the same extension? (e.g. .jsp, for example) I’d like for users to type in site.com/static.jsp and

[EMAIL PROTECTED] RE: What are URLs relative to?

2007-01-11 Thread lightbulb432
location regardless of the requesting URL, then is there really an advantage to relative vs absolute URLs for the reason they mentioned? Or am I missing something in all this? Thanks. Boyle Owen wrote: > >> -Original Message- >> From: lightbulb432 [mailto:[EMAIL PROT

[EMAIL PROTECTED] What are URLs relative to?

2007-01-10 Thread lightbulb432
What are relative URLs relative to? For example, if you define an error page in .htaccess and you have relative URLs in the error page itself (although I've heard it's better to have absolute URLs in there), are those relative URLs resolved relative to: a) the physical location of that error page