I have www.mydomain.com and mydomain.com that I'd like people to be able to
hit from their browser, unfortunately only http://mydomain.com is working.
So I figured I'd try just adding another host entry to the server.xml file
with the context path="www.mydomain.com". WRONG. That didn't work. Any
ideas on this? I get:
2001-05-24 11:54:02 - Ctx( mydomain.com: ): 404 R( +
/examples/jsp/num/numguess.jsp + null) JSP file not found
It looks like maybe it should be prefixing it with the $TOMCAT_HOME and
that's why it's not finding the file? But why would it work one time and
not the other?
Thanks