I am trying to configure dedicated ATG lock manager servers without running CIM setup. (I need to deploy standalone EARs with dedicated lock servers on servers (we wont be able to run CIM on those servers, I mean to say only ATG installations in there on the servers, I will be creating standalone EARs that shall contain the necessary ATG related dependency modules in the EAR itself(No atg installation on the deploy machine needed)).
I have created a stand alone EAR(Through a system that has atg + CIM setup done). But this I have to do on multiple servers with different set of configuration. We have been told to do so(create EARs) on systems that dont have CIM setup done(all those OPSS and data source configurations wont be there, I need to create the data source and the security files manually(and all other CIM related configurations)).
I installed ATG on a system(system A), I created EARs for my page server(system B) and lock server(The lock server is a dedicated host, system C). I am deploying my pageserver and lockmanager EAR in the respective servers. But as I have not done CIM configuration on system A.
For setting up lock manager I created a server(serverlockmanager on system C) in weblogic that runs at port 9012, and deployed an EAR with DafEar.Admin and DSS modules in it. On my pageserver, I configured client lock manager to point to serverlock manager as per this guide.
My page server throws exception for data source and OPSS related security exception. How do I handle them? Please Help me. Also for dedicated lock manager(without running CIM) is the configuration the same as in the guide or am I missing something?.