> From: Paul Roubekas [mailto:paul@orthogroup.holdings] > Subject: Re: Servlet <welcome-file-list> overridden by Apache Tomcat welcome > page?
> After making the above suggested changes the desired behavior goes > away. Now instead of my application's landing page I get the tomcat > welcome page. You appear to have ignored what Hassan S said earlier in this thread; I'll repeat it here: "Assuming a default installation, you should see the index.jsp page associated with the *default context*, which in Tomcat is named ROOT (case sensitive). "You need to move or delete the existing ROOT and rename your own WAR file (or directory) to ROOT." I suspect you did not delete the existing ROOT directory. > I am using Eclipse Mars.2 Is it possible I simply > implemented the suggestions incorrectly? Below is what eclipse did to > the server.xml file. > <Context docBase="C:\apache-tomee-plume\wtpwebapps\ROOT##000" > path="/ROOT##000" reloadable="true" > source="org.eclipse.jst.jee.server:ROOT##000"> I'm not an Eclipse user, but any IDE that blindly updates configuration files without your explicit permission sounds extremely dangerous. Others may have suggestions about how to stop such bad behavior. You really, really do not want to put any <Context> elements in server.xml. - 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. -- The people that bring you Usque <http://Usque.software/>. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org