Well it seems as though Tomcat intercepts the request before WINS can resolve to the IP so if I put HLDEV in as the host it works fine. Strange. But I still don't understand why it would do that. I moved everything to port 80 so I could do this. It didn't seem to work on any other port being specified.
--- Matt Fury <[EMAIL PROTECTED]> wrote: > Has anyone had experience with Tomcat and WINS > shortcuts? > I am creating WINS shortcuts for my developers and > when I upgraded to Tomcat 4.1.12 the WINS with the > port number don't seem to work anymore. > > eg: http://HLDEV:88 won't resolve with the port but > if > I just type http://HLDEV it DOES go to the proper > port. > > Oddly enough the IP with the port separately works > fine. > Which is http://10.10.21.1:88. Tomcat loads up fine > with that but not with the WINS shortcut in this new > version. > > -Matt > > ===== > ------------------------ > int myName() { > cout << "-Matt Fury \n"; > return 0; > } > ------------------------ > > __________________________________________________ > Do you Yahoo!? > Faith Hill - Exclusive Performances, Videos & More > http://faith.yahoo.com > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > ===== ------------------------ int myName() { cout << "-Matt Fury \n"; return 0; } ------------------------ __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
