简体   繁体   English

从tomcat7连接到Tuxedo

[英]Connect to Tuxedo from tomcat7

What's the best method/technology to connect to a Oracle Tuxedo 11gr1 from a Tomcat7 server, using Java of course? 当然,使用Java从Tomcat7服务器连接到Oracle Tuxedo 11gr1的最佳方法/技术是什么? I've been researching the topic, I came down to two solutions, but they just don't work for me: 我一直在研究该主题,我得出了两种解决方案,但它们对我不起作用:

  • You can use Oracle Tuxedo JCA adapter (not supported on tomcat7, and require advanced AP implementation for J2C compliance) 您可以使用Oracle Tuxedo JCA适配器(tomcat7不支持,并且需要高级AP实施以符合J2C要求)
  • You can use Jolt API, but still that will require to enable the Jolt API on the Tuxedo server which i don't have access to 您可以使用Jolt API,但仍然需要在我无权访问的Tuxedo服务器上启用Jolt API

You could connect from Tomcat to Tuxedo using: 您可以使用以下方法从Tomcat连接到Tuxedo:

All of them require a modification in Tuxedo domain. 它们都需要在Tuxedo域中进行修改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM