Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » J2EE Pattern »

Re: architecture question

Karthikeyan M

2003-09-22

Replies:

I have no idea how MTS et.al is configured. But, if you are not running
web server at port 80, then let your MTS take over port 80. If it is
already being used, then setup a new IP and use its port 80.

Pradeep Kumar wrote:

>I have an interesting architectural related question. Please pardon me if you
>don't feel that this question belong to this list.
>
>Basically, we want to do an enhancement to our Multi-threaded Server suite
>developed in JDK 1.1.6.
>Currently, applets on the client side talk to the MTS via a java class using
>unique high ports.
>This prevents us from moving the system to the Internet platform (it is
>currently only available in extranet) as it will require us to expose all
>these high ports to the Internet.
>So we are looking at how to modify the java class to tunnel all
>communications between the applets to the MTS via port 80. A possible
>solution is to have a Proxy MTS that listens on port 80 and then distribute
>the applet request to their respective business MTS.
>Please suggest if you have any better solution
>
>Pradeep Kumar
>MindTree Consulting
>91 80 6711777  Xtn: 2033
>
>
>
>DISCLAIMER:
>This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
>
>====================================================================
>Companion Site: http://www.corej2eepatterns.com
>J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns
>List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html
>Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
>
>

====================================================================
Companion Site: http://www.corej2eepatterns.com
J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns
List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html
Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.