0 Replies Latest reply on Oct 12, 2004 1:51 PM by leishen

    How to require authentication for all web applications deplo

    leishen

      Hi:

      I want to provide a default authentications to all the web applications deployed under jboss tomcat. I can not find an easy solution.

      Right now, if I securied the \server\default\deploy\jbossweb-tomcat50.sar. Then it will prompts me login if I want to access
      http://localhost:8080/

      However, it will NOT prompt me for http://localhost:8080/jmx-console.

      So, it appears that the root application does not pass the login
      requirement to another application. Even though I specified
      the url pattern as /* in the configuration for root directory.

      Right now, the only way I can think of is to actually secure all
      the individual applications. That does not sound right.

      Any suggestions? Thanks in advance,
      lei