Hi, Just recently I have installed tomcat and I still cannot make my pages available.
I have a test file put in my webapps folder that 1. works fine when called from the server machine with the link localhost:8080\test\test.html 2. but http://www2.myhostmz.org/test/test.html shows page not found I tested option 2 from the server and from another computer connected to the same router as the server. I have read somewhere that option 2 is not possible from the host machine and any machine connected to the same router. I am using dynamic DNS and this seems to be set up fine as I have already double-checked with the support team. I have added the following code to the server.xml file in tomcat: <!-- This Host is the first "Virtual Host": www.fbraho.org --> <Host name="www2.myhostmz.org" appBase="webapps"> <Context path="" docBase="."/> </Host> Could someone please advise. Thanks Best Regards, Magdalena --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]