Changes between Version 10 and Version 11 of i2b2 HowTo Switch on Web Services
- Timestamp:
- 11/03/15 08:54:14 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 HowTo Switch on Web Services
v10 v11 1 = i2b2 HowTo Switch on Web Services 2 3 Tags: [[i2b2]] [[HowTo]] 4 5 //Not sure what this refers to, but it might be important// 6 7 == Introduction 8 1 9 The out of the box VM setup for i2B2 has its web services definition (wsdl) switched 'off' by default. 2 10 3 11 To enable the WSDL, the following steps must be taken 4 12 5 Step 1 13 == Procedure 14 15 === Step 1 6 16 7 17 Edit the file /opt/jboss-4.2.2.GA/server/default/deploy/i2b2.war/WEB-INF/conf/axis2.xml to … … 12 22 </messageReceivers> 13 23 14 Step 224 === Step 2 15 25 16 26 Overwrite the files in the directory /opt/jboss-4.2.2.GA/server/default/deploy/i2b2.war/WEB-INF/services 17 27 18 There are 6 files to overwrite 28 There are 6 files to overwrite: 19 29 20 ProjectManagement.aar21 FRC.aar22 Ontology.aar23 QueryProcessor.aar24 version.aar25 Workplace.aar30 - ProjectManagement.aar 31 - FRC.aar 32 - Ontology.aar 33 - QueryProcessor.aar 34 - version.aar 35 - Workplace.aar 26 36 27 37 (place them in svn) 28 38 29 Step 339 === Step 3 30 40 31 41 Stop server:: /opt/jboss-4.2.2.GA/bin/shutdown.sh -S