Hey Chris,
 
Here is the code for the meta redirect.
 
<META HTTP-EQUIV="REFRESH" 
CONTENT="0;URL=http://r18test2.kcc.edu/WebAdvisor2/WebAdvisor2";>
 
The WebAdvisor2 app does do something behind the scenes once tomcat has it and 
the url ends up
 
http://10.10.11.90:8080/WebAdvisor2/WebAdvisor2?TYPE=M&PID=CORE-WBMAIN&TOKENIDX=2044948188
 
 
I would love to tell you what it does, however, this is a purchased product and 
we don't have access to the code.  Also, I can skip the meta redirect step and 
just type http://r18test2.kcc.edu/WebAdvisor2/WebAdvisor2 and I get the exact 
same result.

>>> Christopher Schultz <ch...@christopherschultz.net> 3/9/2010 3:04 PM >>>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Joshua,

On 3/9/2010 2:25 PM, Joshua Gregoire wrote:
> First, thanks for your assistance with this, I appreciate the time and
> effort.

Thanks for the thanks (mostly to others, not me just yet): as Andre'
mentions, it's always nice when the community is appreciated.

> In IIS, I setup a site with root drive on C:\inetpub\r18test2.kcc.edu
> and I created two virtual directories, 1 for the isapi dll called
> jakarta and another for the WebAdvisor2 folder in tomcat called
> WebAdvisor2.  If someone goes to http://r18test2.kcc.edu, you get the
> default doc in the C:\inetpub\r18test2.kcc.edu folder, which is where I
> put the meta redirect. However, if you type
> http://r18test2.kcc.edu/WebAdvisor2/WebAdvisor2, you get redirected,
> I'm assuming through the isapi dll, to
> http://10.10.11.90:8080/WebAdvisor2/WebAdvisor2.  So it appeared to
> me that the isapi was working.  Does that make any sense?

Hmm. If the URL in the browser is changing, then something is issuing a
/real/ HTTP 302 redirect and using the ip address and port number as the
target.

Can you post the HTML for your META REDIRECT?

Do you have any code (to your knowledge) running in Tomcat that issues a
redirect? If you do, and you don't have forward- or reverse-proxying set
up properly in IIS, Tomcat can issue an ugly redirect that might land
you in this situation.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ 

iEYEARECAAYFAkuWt8kACgkQ9CaO5/Lv0PAiawCffeb4z1tvZ55fM21UgD0gZSFB
FZYAn1Qh2zyqPn4nLfjuz3hiBdH+cskx
=h2jw
-----END PGP SIGNATURE-----

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

Reply via email to