How to run Jolt services using Apache tomcat
971693Jan 30 2013 — edited Feb 4 2013Hi,
We have created a sample program that communicates java with C using Jolt Tuxedo,that is working fine.
So we are going ahead and creating GUI based Application. We created jsp program that will communicate with java through Web server(Apache tomcat)
Currently Our problem is when we are trying to execute jsp program,we are getting below error. Can u please help us.
bea.jolt.SessionException: Cannot connect to 127.0.0.1
bea.jolt.JoltSession.logon(JoltSession.java:297)
bea.jolt.JoltSession.<init>(JoltSession.java:125)
dsas.ToUpper.upper(Unknown Source)
org.apache.jsp.jsp.ToUpper_jsp._jspService(ToUpper_jsp.java:74)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
Iam thinking whether any configuration settings has to be done in Apache Tomcat inorder to access Jolt services?
FYI,I have add jolt.jar and joltadmin.jar inside lib folder of apache tomcat.
We are using HP-UX 11.31 OS, Tuxedo11GR1,apache Tomcat 7.0.26 and java 1.6
Edited by: 968690 on Jan 30, 2013 10:12 AM
Edited by: 968690 on Jan 30, 2013 10:22 AM