2 Replies Latest reply on Feb 16, 2004 1:38 AM by dkdkdk

    Can i ...

    dkdkdk


      I want to set the the main deploying directory is Apache's htdocs,not the Jboss-Tomcat deploy directory, because i want use .htaccess function to implement access control, ... but i still want to use those *.jsp webpages uder the Apache htdocs deploying directory.

      anyway, can my desire come true ?

      3ks..

        • 1. Re: Can i ...
          acoliver

          Getting the JSPs into the htdocs directory is doable, but the .htaccess would have no bearing on the JSP files. They'd be served by Tomcat and not Apache. Thus there'd be no real point to this. You'll just have to learn how security/web access works in Tomcat.

          • 2. Re: Can i ...
            dkdkdk

            ok.
            Thank u very much.