Hi.
I install TOMCAT 7 in my server.
And I take the page with "
If you're seeing this, you've successfully installed Tomcat. Congratulations!" message in IP:8080
But now, how I add a WEB to tomcat?
When I add this lines into /usr/local/jakarta/apache-tomcat-7.0.40/conf/server.xml:
Nothing happened.
Work differente TomCat 7 to 6 ?
Some idea please?
Thanks
I install TOMCAT 7 in my server.
And I take the page with "
If you're seeing this, you've successfully installed Tomcat. Congratulations!" message in IP:8080
But now, how I add a WEB to tomcat?
When I add this lines into /usr/local/jakarta/apache-tomcat-7.0.40/conf/server.xml:
PHP:
<Host name="web1.com" appBase="/home/user1/public_html">
<Alias>www.web1.com</Alias>
<Context path="" reloadable="true" docBase="/home/user1/public_html" debug="1"/>
<Context path="/manager" debug="0" privileged="true" docBase="/usr/local/jakarta/tomcat/server/webapps/manager">
</Context>
</Host>
Work differente TomCat 7 to 6 ?
Some idea please?
Thanks