Help with Proxy Server

Hi!All

I have developed a Chat Application which has to be put up at the Clients

place over the intranet,i have developed it using the Avalon FrameWork for the server side and applet on the Client side.Everything works perfectly,the application also runs perfectly,im using the port 4000 for communication,now the problem is that since at the Clients place we have a Proxy Server which only allows port 80 and bards all other port so my appliaction will not perform there at all,i was wondering is there any other way out of this problem if anyone has ever been through this problem please let me know at theearliest.Help needed urgently.Awaiting reply.

Thanx.

[692 byte] By [archanaEa] at [2007-9-28 11:29:38]
# 1

Try routing the communication from your end from port 4000 to port 80 using some sort of Proxy DLL if u are using IIS as the web server, it comes handy with such a thing.

Using BEA Weblogic 6.1, i have been able to do so. My web server is IIS and the app server being Weblogic, both run on different ports.

The user access the website from port 80 which is handled by IIS and then the request is funneled to Weblogic via the Proxy DLL on a specified port where my weblogic is running.

This works fine with me. Try using that am something should work.

aashish24a at 2007-7-12 2:06:28 > top of Java-index,Other Topics,Patterns & OO Design...