3 Replies Latest reply on Dec 3, 2003 3:06 AM by jonlee

    linux symbolic link

    alvewe

      How can I setup tomcat to follow symbolic links on Jboss 3-2-2RC3 with Tomcat?

      I found several references about setting something like this:





      but:
      1) I'm not sure where to put this
      2) I've tried in several places (tomcat...sar/../jboss-service.xml) and doesn't works.

        • 1. Re: linux symbolic link
          jonlee

          I do not believe that is supported in jboss-service.xml. If it was supported, it would nest under the DefaultContext tag set for jboss-service.xml. If you configure the log4j.xml for server.log to record DEBUG, you will be able to track the parsing of the Resource tag. You will find there are no rules for dealing with the tag at this time.

          • 2. Re: linux symbolic link
            greg_barton

            Has there been any change in this since the last post?

            • 3. Re: linux symbolic link
              jonlee

              No, not AFAIK. It does represent a security concern so perhaps has not been considered by the JBoss team. You can try it and see if they have implemented support. Otherwise you might put it down as on the wishlist at the JBoss SourceForge site.

              I haven't tried this on 3.2.2 so I cannot confirm for you the status.