Question 1: Not sure this server will always be used for just this site.
Also, we will have three versions of this site on the server.  1 will be
production other two will be test instances.  Wasn't sure how tomcat
handled multiple sites with multiple domain names.
 
Question 2: The redirect is done with a meta refresh.
 
<META HTTP-EQUIV="REFRESH"
CONTENT="0;URL=http://r18test2.kcc.edu/WebAdvisor2/WebAdvisor2";>

>>> André Warnier <a...@ice-sa.com> 3/9/2010 12:42 PM >>>
Joshua Gregoire wrote:
> r18test2.kcc.edu brings me to the root drectory of the site in IIS.
I
> have a redirect set on the default page in IIS to go to
> http://r18test2.kcc.edu/WebAdvisor2/WebAdvisor2  
The url in the
> browser then changes to
http://10.10.11.90:8080/WebAdvisor2/WebAdvisor2 


The first question is then : if you are anyway redirecting everything
to 
Tomcat, why do you need to have IIS in front ?
Why not just set Tomcat to answer port 80, and get rid of IIS ?

The second item is :
In the URL bar, the browser displays what its own idea is, about where

it got the current page from.
The same, just in other words : nothing which the server sends to the 
browser, is displayed in the browser's URL box.
The same again, in yet other words : try to create a page on the server

which writes something into the browser's URL bar. Or rather, don't
try, 
because you would be losing your time : you can't.  The server does not

have access to the browser's URL bar.

So, the fact that the browser's URL bar displays "10.10.11.90" is due
to 
the fact that the browser obtains the current page from the host named

"10.10.11.90".  And the one thing that can tell it to get the page from

there, is the redirect response from IIS.  Concentrate on that one.
How /exactly/ do you do this redirect from the IIS homepage to the 
Tomcat server ?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org 
For additional commands, e-mail: users-h...@tomcat.apache.org 

Reply via email to