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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

JSP java server page

Hello,
I have an application whitch is developped in Netbeans(java langage).I want to execute my appliction in a server.
I ask if talend open studio can integrate my source code in Java Server Page(JSP) to execute it in this server.
Please can you anser me.
Thank you
Labels (3)
12 Replies
Anonymous
Not applicable
Author

I didn't explain it very well. I've been able to do exactly as you (and the tutorial) have explained. So, I've been able to deploy the exported .war as a webapp within tomcat with no problems. Where I am running into difficulty is when it comes to contexts. When exporting, I select the context appropriate for the export (in this case, it is NOT the default), however the default context is the only one referenced (I can see this in the tomcat logs, so I know it's using the one I did NOT select). What am I doing wrong? Is there a particular java file, config file, etc. where I can verify that the desired context is setup?
Thanks,
Anonymous
Not applicable
Author

Hello bbeliaso
Sorry, I did't see your post.
When exporting, I select the context appropriate for the export (in this case, it is NOT the default), however the default context is the only one referenced

Which version of TOS did you use? Maybe it was bug. I am using the latest version TOS3.1.4 and it list all the context group. See my screenshots.
Best regards

shong
_AnonymousUser
Specialist III
Specialist III

Thank You very much, Shong!
Your explain helped me, but I have else some questions
at the first, I don't need to use jsp-pages, and I must run my job from another
Java application.
I'm not very well in Java-programming yet, and with talend work for a little time,
but!
value, which returns from TOS something like "[],
but now, if i runned my project, i need to see standard console(to see, have my program errors or not)
and than i need to open console for tomcat.
this is not very useful for normal programming...
and why return type for runJob is String[][] if normally program returned just number?