Thanks Chuck, recommandation was great. I downloaded 8.0.21, created three directories, each one with its own Tomcat, chnaged some ports in server.xml and all 3 applications are running like a charm.
However, I am trying to replace the Root with my application. I delete the Root directory and create something like this /opt/apache-tomcat-8-perfs/webapps/ROOT.war/my.war I understand that when I start tomcat it should explode the war which is not happening. In my server.xml I have autoDeploy="true" as follows <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true"> but nothing happens, nothing is exploded and deployed to my webapps Thanks again Salam On Tue, 2015-04-07 at 17:07 +0000, Caldarale, Charles R wrote: > > From: Salam Y. Elias [mailto:salamli...@free.fr] > > Subject: Fedora 20 Yum and tomcat setup > > > I used Yum to setup which installed Apache Tomcat/7.0.52. > > You should probably stop right there and undo that. The 3rd-party mangled > versions of Tomcat tend to scatter files all over the place to the point > where the installation isn't anything at all like a standard setup. I would > strongly suggest you download the desired Tomcat version (why not 8.0.21?) > from tomcat.apache.org and install that. That will provide all the necessary > scripts and use a known directory layout that corresponds to the Tomcat > documentation. > > Once a real Tomcat is installed, you should be able to update the > configuration per the documentation. If you have questions after that, > please come back and ask again. > > - 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org