Java Mailing List Archive

http://www.junlu.com/

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

Re: architecture question

PavanKumar Keely

2003-09-22

Replies:

Instead of writing your own proxy MTS, we can use web
server as proxy for your MTS ( over HTTP/HTTPS ). I
have an idea how to do that...but I am not sure
whether that's 100%.

When a client is ready to contact the server, it
establishes the HTTP connection to the server. Through
the post method it posts whatever data is required for
server side processing and it waits for the input.
Once it gets the result back, it can use that result
to further processing/rendering. If you are sending
Java serialized objects from the client ( applet )
then the we should use mime type as "application/..."
or whichever suits. On the server side ( Web server )
we'll have a servlet which gets the parameters in the
post request and contact the MTS.

if you have any queries or if you get a better one
than this please do mail me...

my mail id: keelypavan@(protected) /
keelypavan@(protected)


all the best and bye

Keely Pavan

--- Karthikeyan M <karthik@(protected):
> 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)


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

====================================================================
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.