2 Replies Latest reply on Oct 1, 2003 6:19 AM by srdjank

    Showing folder structure instead of jsp/html pages

    srdjank

      Hello,
      we are using Jboss 3.0.4 with embedded Jetty. After some period (few days, not constrained) server is not able to process the HTTP requests. Instead of processing it shows a page with root folder content(symbolic links to pages and subfolders in it) and I am able to browse it.

      Does anyone know what is the reason of this behaviour?

      p.s. after the restarting everything works fine for some time:-)))

        • 1. Re: Showing folder structure instead of jsp/html pages
          jonlee

          It may be that the temporary files are being deleted. Is this on a Unix/Linux deployment? Jetty creates the files in /tmp by default and many Unices do housecleaning that clears this directory.

          • 2. Re: Showing folder structure instead of jsp/html pages
            srdjank

            I agree with that :-)))
            We will wait to see what happends with /tmp after it "crashes" but it is interesting that all files and folders are still there and the only difference is that they are shown instead of executed.

            Thanks for the answer :-)))

            p.s. It is RH 8.0 instalation :-)))

            p.p.s. We have just tried to force deleting with rm command and then tried do access the content. Jetty returned HTTP 404 Error instead of application structure so it seems that the problem is someware else...