.jsp files do not resolve "include file" string, when CNAME address is used

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello, running apache 1.3.4 on Solaris 8.
Have a FILE.jsp which has two "include file" strings referenced by it.
 
First, FILE.jsp works just fine when the FQDN (fully qualified domain name) is used;
ie, http://HOSTNAME.DOMAIN.com/FOLDER_NAME/FILE.jsp resolves/imports the .html files referenced by the "include file" string inside the FILE.jsp before it gives it to the client.
 
However, when a CNAME address is used ( a canonical address referencing the FQDN), such as http://CNAME.DOMAIN.com/FILE.jsp , the .html files referenced by the "include file" string inside the FILE.jsp, are not being resolved before the data is being sent over to the client, as a result, the FILE.jsp is being sent over to the client the way it is, (unimporting the two files referenced by the strings.)
 
Note: CNAME.NAME.com is a canonical name of FQDN, the CNAME.NAME.com is specified on the httpd.conf as a Virtual Host entry whose DocumentRoot points to DOCROOT/FOLDER_NAME.
 
Thanks,
Mark

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux