Unable to find server.xml file under DOORSNG\server\liberty\servers\clm folder. Unable to find the folder itself.
Hi,
I am trying for some RM extensions and following this link. https://jazz.net/wiki/bin/view/Main/RMExtensionsHostingGuide602
It is mentioned that i need to do some changes in server.xml file which can be found under <Installation path>\server\liberty\servers\clm
I have installed whole CLM 6.0.2 (not RM standalone).
I am not able to find server.xml file and also the whole folder structure. Both are important as it is mentioned to create 'dropin' and 'war' directory inside the above given path.
Can someone help me in telling where I am going wrong.
Pasting few lines from the article for ease:
-
Before you start the server, you must edit a configuration file. From the root installation directory navigate to
c:\Programs\DOORSNG\server\liberty\servers\clmand locate theserver.xmlfile. -
Open this file in a text editor and locate this line
<applicationMonitor dropinsEnabled='false' pollingRate='10s' updateTrigger='mbean'/>
ChangedropinsEnabled='false'todropinsEnabled='true'and save the file. -
Navigate to the
c:\Programs\DOORSNG\server\liberty\servers\clmdirectory. -
Create a directory called
dropins. -
In the
dropinsdirectory create another directory calledwar. -
In the
wardirectory another directory calledextensions. This should give you a directory structure like this:c:\Programs\DOORSNG\server\liberty\servers\clm\dropins\war\extensions
Comments
Bas Bekker
JAZZ DEVELOPER Oct 20 '16, 12:10 p.m.Shuchita Tripathi
Oct 21 '16, 3:08 a.m.Bas Bekker
JAZZ DEVELOPER Oct 21 '16, 9:38 a.m.