* Laxmikanth M.S. <[EMAIL PROTECTED]> [1238 13:38]: > I have two host... > one is the default and one more i have created.......
> the second host I am pointing to a DNS enrty.....I have even created a > context for this host but when I open the site it show the below error > check it at http://ftisites.sonata-software.com:8080 > even i want to remove te port number from the site...how that can be done > "HTTP Status 500 - No Context configured to process this request Please post the Host entries from server.xml . There should be one for each virtual host you want, the trick is each host has it's own 'webapps' folder, set by the appBase attribute in the XML tag. The error below seems to suggest you haven't created a ROOT element for one of the vhosts. Name-based virtual hosting generally works a treat on tomcat; it's the same method Apache uses by default for it's virtual hosts. > type Status report > message No Context configured to process this request > description The server encountered an internal error (No Context configured > to process this request) that prevented it from fulfilling this request." -- Rasputin :: Jack of All Trades - Master of Nuns -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
