| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| README.txt | 2015-06-02 | 1.5 kB | |
| resdata_source_code.zip | 2015-06-02 | 11.4 MB | |
| Totals: 2 Items | 11.4 MB | 0 |
Build and run instructions
--------------------
a. Download and install Fedora 3.7+ from https://wiki.duraspace.org/display/FEDORA38/Downloads
b. Install an instance of MySql and import "sample_xan_db.sql" file into it
c. Install JBOSS 6.3.0-eap
1. Set "auto-deploy-exploded" to "true" in a relevant standalone.xml configuration file (in [INSTALL_DIR]/standalone/configuration directory)
Example: <subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" auto-deploy-exploded="true"/>
</subsystem>
2. Set "enable-root" to "false" in the aforementioned standalone.xml file
Example: <virtual-server name="default-host" enable-welcome-root="false">
<alias name="localhost"/>
<alias name="example.com"/>
</virtual-server>
d. Build and run from Eclipse
1. Extract resdata.zip to a folder called "resdata"
2. Import "resdata" folder as a Maven project into Eclipse
3. Update all JBOSS-specific folder paths in pom.xml as appropriate
4. Update all JBOSS-specific values in src\main\webapp\WEB-INF\ms21-context.xml
5. Replace all [Place holder values] in src\main\resources\developer_build_files\mds.properties.
6. Build the project using "maven install" command
e. Test ResData
1. Start JBOSS
2. Navigate to "http://localhost:8080/pages" in a browser