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

How to configure jetty to support sessions in Talend ESB

I was trying to create an HTTP Session with a CXF interceptor in Talend ESB.
I get an error: IllegalStateException: No Session Manager
I tried adding a setHandler to the jetty.xml, but it failed saying IllegalStateException: STARTED
I also added:
<httpj:engine-factory bus="cxf">
<httpj:engine port="8080">
<httpj:sessionSupport>true</httpj:sessionSupport>
</httpj:engine>
</httpj:engine-factory>
to my camel-context.xml
It did not help. Also tried port="0".
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi,
Have you checked related Jetty document about configuration in TalendHelpCenter:Jetty.
Best regards
Sabrina
Anonymous
Not applicable
Author

There was some information on that page about session management.