Procedure
-
Add
mongo
to thePATH
environment variable. -
Create the
dqdict
database in MongoDB using the following command:use dqdict
. -
Create the following user for the
dqdict
database in MongoDB:-
Username:
dqdict-user
-
Password:
duser
To do this, you can use the following command:db.createUser( { user: "dqdict-user", pwd: "duser", roles: [{ role: "readWrite", db: "dqdict"}]})
-
- Stop your Apache Tomcat instance if it was automatically started.
- Unzip the Talend-Hybrid-link-A.B.C.zip to a dq_dict folder.
- Remove the contents of the <Tomcat>/webapps folder.
- Create a <Tomcat>/app folder and copy the hybrid-link.war file from dq_dict.
- Copy the file contained in dq_dict/context to <Tomcat>/conf/Catalina/localhost.
- Copy the configuration file contained in dq_dict/config to <Tomcat>/conf.