Set up project on tomcat8 Ubuntu Server

0

I'm having trouble setting up my project in tomcat8 , I use ubuntu server.

I created a DNS or which points to my server on port 8081 and presents the tomcat home page with no problems.

I'm having trouble changing the tomcat8/conf/server.xml file for my project, here's how my server.xml is, I'm lay in the tomcat configuration, and would like to know how to target a domain as meuprojeto.com.br:8081 to the folder of my project.

<Host name="meuprojeto.com.br" appBase="webapps/AcademiaSIG" unpackWARs="true" autoDeploy="true"> 
    <Context path=""></Context> 
</Host>

I have tried to comment what comes by default but it still does not redirect to my project.

Below my tree of directories.

Should I configure something else?

    
asked by anonymous 25.10.2015 / 20:07

0 answers