PROBLEM Statement:
While opening dyn/admin, ATG asks for a password, and you want to remove it.
HOW TO FIX:
a. Go to ATG_HOME folder
b. Open localconfig/atg/dynamo
c. Create the folder servlet inside the above folder (if not already present).
d. Inside this servlet folder, create another folder adminpipeline (if not already present)
e. Create the file AuthenticationServlet.properties inside adminpipeline folder, and write the following:
Now your dyn/admin will not ask for password.While opening dyn/admin, ATG asks for a password, and you want to remove it.
HOW TO FIX:
a. Go to ATG_HOME folder
b. Open localconfig/atg/dynamo
c. Create the folder servlet inside the above folder (if not already present).
d. Inside this servlet folder, create another folder adminpipeline (if not already present)
e. Create the file AuthenticationServlet.properties inside adminpipeline folder, and write the following:
$class=atg.servlet.pipeline.BasicAuthenticationPipelineServlet
enabled=false
enabled=false
NOTE: If you are using weblogic, and dyn/admin asks for password twice, then after doing the steps above, you also have to remove weblogic password. For this, the details are mentioned HERE.
No comments:
Post a Comment