Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to run Jolt services using Apache tomcat

971693Jan 30 2013 — edited Feb 4 2013
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2013
Added on Jan 30 2013
3 comments
557 views