Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
IIS redirect to Apache

IIS redirect to Apache

2007-08-15       - By Rainer Jung

 Back
Yes, this will be possible with the plugin. Be careful: a redirect is
something else (it sends the browser a new URL, to which it should
connect). A reverse proxy send the request forward to another servber
and returns the response to the browser in a way, such that the browser
will not notice the indirect setup.

A necessary precondition is, that you can relatively easily decide,
which URLs should be handled by your .NET app, and which ones you will
forward. Good criteria would be URL prefixes and similar easy rules.
Such rules can be used for the plugin, to configure, which requests the
plugin sould handle.

The plugin is also able to do very basic replacements in the URLs before
forwarding them.

Regards,

Rainer

Tony Fountain wrote:
> Martin,
>
> To clarify our setup, our site receives the initial HTTP request and the
> application server in question is IIS and the site is written in
> ASP.NET.  Some of the pages that will be served will include a frame
> that hosts pages from this product hosted by Tomcat on another server.
> The current configuration is such that the product invokes some
> javascript on the client and the javascript is generating errors
> preventing the pages from working properly.  The vendor states that this
> is due to security issues with the javascript executing across domains
> and the way to fix this is to implement a proxy from IIS that redirects
> the request (I'm assuming server side but I'm not sure) to the Tomcat
> webapp.  I'm looking to see if anyone else has any experience they could
> lend in creating a proxy from IIS that redirects a request to a Java
> webapp hosted by Tomcat on another physical server.
>
> My understanding is I will then be able to reference the URL and make it
> look like it's part of the domain running in IIS instead of formatting
> another URL in the form of
> http://<servername>:<port>/<webapp>/<repository>.
>
> Thanks,
> Tony Fountain
> Benefit Concepts, Inc.
> (419) 244-9936 x9010 (office)
> (419) 249-7221 (fax)

-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)


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