added an image-path property to get around the messed up images when loading images from tomcat. To add your own image directory, create a directory under /opt/httpd/html/img/ and add the path to the image-path property in build.xml. Then all img tags in your documents should reference image-path instead of the true path to the image.
added an
image-path
property to get around the messed up images when loading images from tomcat. To add your own image directory,create a directory under /opt/httpd/html/img/ and add the path to the image-path property in build.xml. Then all img tags in your documents
should reference
image-path
instead of the true path to the image.