Menu

help needed in installing jguard in tomcat

2005-01-17
2013-05-08
  • schumi_0202

    schumi_0202 - 2005-01-17

    hi iam new jsp developer, i have a website where i need to authenticate user comming to my website , i have access only web.xml and not to server.xml ,how should i install jguard in my domain space please help me out in this

     
    • Charles Lescot

      Charles Lescot - 2005-01-17

      hi,
      jGuard requires to install into the {java.home}/lib/security directory some files, and some librairies under {java.home}/lib.
      you must also set a system variable (JAVA_OPTS) on your system.

      so, if you have only access to web.xml, and if jGuard is not installed on tomcat by the administrator or someone else, you cannot use jGuard.

      sincerly yours,

      charles (jGuard team).

       
    • schumi_0202

      schumi_0202 - 2005-01-17

      Thanx a lot for the reply, is there any other way i can authenticate the user please reply with the use of web-inf directory, am waiting for ur reply

       
    • Charles Lescot

      Charles Lescot - 2005-01-17

      you can look towards specific container authentication, and benefits /caveats of container authentication here:
      http://www.javaworld.com/javaworld/jw-07-2004/jw-0726-security.html

      sincelry yours,

      Charles(jGuard team).

       

Log in to post a comment.