1. For this 3 web.xml files needs to be changed from mboweb, meaweb, maximouiweb WEB-INF folders.
2. For each file take the backup of existing file.
3. In web.xml of mboweb comment out the content starting from <security-constraint> to </login-config>
4. for all these xmls change the value for useAppServerSecurity to false or 0.
5. In the uiweb xml file change the content under <welcome-file-list> to <welcome-file>/ui/maximo.jsp?welcome=true</welcome-file>
6. Save all above files and rebuild and redeploy the ear.
7. Connect to maximo database using any sql editor and run below scripts
update maxpropvalue set propvalue=0 where propname = 'mxe.useAppServerSecurity';
update maxprop set globalonly=0 where propname = 'mxe.useAppServerSecurity';
commit;
8. From WebSphere console remove the application security option under Secure administration, applications, and infrastructure
2. For each file take the backup of existing file.
3. In web.xml of mboweb comment out the content starting from <security-constraint> to </login-config>
4. for all these xmls change the value for useAppServerSecurity to false or 0.
5. In the uiweb xml file change the content under <welcome-file-list> to <welcome-file>/ui/maximo.jsp?welcome=true</welcome-file>
6. Save all above files and rebuild and redeploy the ear.
7. Connect to maximo database using any sql editor and run below scripts
update maxpropvalue set propvalue=0 where propname = 'mxe.useAppServerSecurity';
update maxprop set globalonly=0 where propname = 'mxe.useAppServerSecurity';
commit;
8. From WebSphere console remove the application security option under Secure administration, applications, and infrastructure
No comments:
Post a Comment