Orbeon Connection Refused Issue, when the orbeon cross context is enabled and accessing over internet

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Orbeon Connection Refused Issue, when the orbeon cross context is enabled and accessing over internet

lakshmipmandava
Hi All,

I am developing xfroms application and using orbeon.

it is deployed xfroms forms application as xf.war and cross context to forward requests for xforms-jsp* to ex. http://192.158.1.1:8080/obeon.

The 192.168.1.1 is internal machine and did nat to access from outside to access from http://110.111.222.222:8080/xf/xfroms-jsp/index.jsp. when we are accessing application servlet container forwarding request -> orbeon and saying that http://110.111.222.222:8080/orbeon connection is refused. I understood that it is trying to look at 110.111.222.222:8080 this instead of forwarding to 192.168.1.1.

In this regards, how can i achieve to access the xforms pages.

I am using apache-tomcat-6.0.26 as servlet container.

Thanks
Lakshmi