Posted By:
krishna_mohan
Posted On:
Saturday, August 19, 2006 07:48 AM
Hello
Is it possible to lookup ejb, deployed on Weblogic 8.1 through apache web server.
My weblogic listen at localhost:8701,
Request to my application deployed on weblogic is through apache webserver, i.e http://10.101.191.4/SOA.
I can write a program to lookup ejb using Context.PROVIDER_URL = t3://localhost:8701.
Is this prossible to lookup ejb using appache web server
eg. this code sinnpet is wrong Context.PROVIDER_URL = "http://10.101.191.4:80"
if so how ?
Thanks
KM