---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I _think_ this a JServ issue... if I'm wrong I'm sure someone will tell me... :) I'm using Xerces/Xalan with JServ to create HTML pages from XML. The pages may include images, but I've never been able to find a relative path that can access them. So I always used the full path with the image name. This worked OK, but now I need to do SSL. And if the full path name is specified, the browser complains "You have requested a secure document that contains some insecure information." So I've tried moving the images all over the place, without success. If I put no path information at all on the SRC= parameter, Netscape 'View Page Info' shows the location as Image: https://10.0.0.5/servlets/Logo.gif So I tried actually putting the image under servlets, but it didn't work... I guess JServ assumes that everything in the servlets directory really is a servlet. Also tried subdirectories under servlets, no joy. So... is there any way to specify a relative path to an image file under JServ? I'm using Apache 1.3.12 and JServ 1.1.2 under Win98 (obviously not a production system :) thanks, Greg Groves -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Search Archives: <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/> Problems?: [EMAIL PROTECTED]