0 Replies Latest reply on Feb 18, 2002 10:33 AM by mkalkbrenner

    wrong path to deployed files

    mkalkbrenner

      Hi!

      I'm using JBoss 2.4.4 with embedded Tomcat 4.0.1.
      Within a Servlet i'm loading a xsl stylesheet (a.xsl) wich imports another one like this:
      <xsl:import href="b.xsl"/>

      Both xsl files a located in the same directory after deployment:
      /JBoss-2.4.4_Tomcat-4.0.1/jboss/tmp/deploy/Default/diplomarbeit.ear/web1022/xsl/a.xsl
      /JBoss-2.4.4_Tomcat-4.0.1/jboss/tmp/deploy/Default/diplomarbeit.ear/web1022/xsl/b.xsl

      But during the XSLT processing the processor could not find b.xsl because it searches in a not existing directory:
      /JBoss-2.4.4_Tomcat-4.0.1/jboss/bin/JBoss-2.4.4_Tomcat-4.0.1/jboss/tmp/deploy/Default/diplomarbeit.ear/web1022/xsl/b.xsl

      Why is "/JBoss-2.4.4_Tomcat-4.0.1/jboss/bin" put in front of the real path?
      Any ideas?

      Markus