> From: Nathaniel Thalluri [mailto:nathaniel.thall...@gmail.com] > Subject: Tomcat website unreachable on the internet
> <Service name="Catalina"> (configuration snipped) You appear to be using some very old and inaccurate Tomcat reference. Please throw it away and use the real Tomcat documentation. For example, there hasn't been a "debug" attribute in Tomcat configuration elements for a long, long time. Also, you should not be putting <Context> elements in server.xml, but rather in the webapp's META-INF/context.xml file. Next, having an <Alias> with the same value as the <Host> name is clearly unnecessary. > The website is however unreachable on the internet. Why do you think it should be? > The windows hosts file has the following entry: > ipaddress portal.company.com Which has nothing to do with exposing the name "portal.company.com" to the Internet. Have you registered portal.company.com with a DNS service? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org