Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Typical processes for TDC 7.2.1 Linux?

What are the typical processes and owners:groups for Talend Data Catalog 7.2.1 on Linux?   I know how to find and kill processes, but I need to know what processes I should expect to see when I do a TDC server start (.../tomcat/bin/startup.sh).  Thanks!

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

 

There are 2 standard process for TDC : 

  • tomcat (org.apache.catalina.startup.Bootstrap) that runs the webapp and is always running
  • harvesting  process (MITI.bridges.javabridge.JavaBridge) : on demand process launched whenever TDC harvest a data source.

As for owners/groups, a good linux practice is to have a dedicated user/group for run process and own file, TDC is no exception.

 

Best regards,

 

Vincent

 

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hello,

 

There are 2 standard process for TDC : 

  • tomcat (org.apache.catalina.startup.Bootstrap) that runs the webapp and is always running
  • harvesting  process (MITI.bridges.javabridge.JavaBridge) : on demand process launched whenever TDC harvest a data source.

As for owners/groups, a good linux practice is to have a dedicated user/group for run process and own file, TDC is no exception.

 

Best regards,

 

Vincent