2 Replies Latest reply on Mar 23, 2003 9:49 PM by s2johnso

    html/xsl document location

    dshsapp

      Hi
      I do not know whether this is the right forum.
      I have a xsl stylesheet which include other stylesheet.

      I get file not found exception in the jboss for the included stylesheet. Apparently jboss or tomcat is looking for the file in JBOSS_HOME/jboss/bin directory.
      Is there any way I can configure Jboss_tomcat to look the html/xsl in some other directory than JBOSS_HOME/jboss/bin?

      thanks
      vitthal

        • 1. Re: html/xsl document location
          rdtully

          Hello discernapp,

          Did you ever find the solution for this problem? According to the XSL specs the relative paths start in the same directory as the importing stylesheet, but im seeing the same behaviour as you did. Was this a jboss problem?

          --rick

          • 2. Re: html/xsl document location
            s2johnso

            The same behaviour occurs when you try to load an XSL stylesheet based on a relative url of some sort. It seems to default to looking in a filesystem-type context rather than relative to the web context.