That's because my HOWTO only addresses setting up "localhost" and not "some.other.host.com". You have to do the same that is done for localhost for every other host you want to use.
You might want to read up a little on what a virtual host is, and how it is setup in Apache. It works with Tomcat because Tomcat has a "defaultHost" parameter in server.xml that is set equal to "localhost" by default, which is why your IP address works with Tomcat but not Apache. John Xingqun Jiang wrote: > Hi, Mike > > I followed this article to do the set-up: > > http://www.johnturner.com/howto/winxp-howto.html > > But the problem still exists. I cannot open the jsp page from another > computer, without adding port number. :-( > > The article you forwarded to me is for Linux, Is there any for WindowsXP? > Thanks > > Lance > ----- Original Message ----- > From: "Mike Millson" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Sunday, August 10, 2003 1:51 PM > Subject: Re: Problem in Integrating Tomcat with Apache > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
