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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

How to deploy REST Service to tomcat?

I have a REST service using a POST method and it works great when runnning inside the TOS environment. I'm wondering if there is a way I could deploy service to tomcat instance?
Labels (3)
2 Replies
Anonymous
Not applicable

Hi
Currently, it does not support direct deployment of a REST service to the web application, you can deploy it to Talend Runtime.
Best regards
Shong
Anonymous
Not applicable

Hi,
I have deployed a REST webservice to talend runtime. I am unable to invoke it. After deploying I can see the service through URL http://somehost:8080/RestTest_0/services . Could you tell me how I can invoke a method in the service?