Hi everybody !
I am using Orion 1.5.4
app.server and Apache SOAP 2.2 on my machine which I'll call X.
X machine is behind the
firewall.
I also have an application
running on this application server who has EJB components.
I've written a soap client
to acces one of my EJB components, it looks like:
try {
URL url = new URL ("http://IP adress:port/regens_app/servlet/rpcrouter;); Call call
= new Call();
call.setTargetObjectURI(my service);
.................
so on and so
forth
.................
My client works on
Intranet,
but
How can I acces my X
machine from outside (Documentions writte that with SOAP we can go through
firewall, I haven't enjoyed).
Should I configure the
firewall , or what else should I do ?
Thanks in advance
!
Pop Marius
L.
|
- Re: firewall question pop m
- Re: firewall question Scott Nichol