If you're seeing this, you've successfully installed Tomcat. Congratulations!

000

Well-Known Member
Jun 3, 2008
549
30
78
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:

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>
Nothing happened.

Work differente TomCat 7 to 6 ?

Some idea please?

Thanks
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

I moved this thread out of the "Optimization" forum and into cPanel/WHM general discussion for you, as you will likely receive more response from the community in this forum.

Keep in mind that while Tomcat 7 is not yet supported with cPanel, it is under active development for inclusion with EasyApache. While other users may be able to offer guidance on this custom installation, you may want to wait for official support from cPanel when it's included with EasyApache. There is currently no time frame available on when it will be released, but I do see very active development on this by our EasyApache team.

Thank you.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Thanks.You believe 2013 or 2014?
Tomcat 7 is slated for inclusion in EasyApache version 3.20. There is no specific time frame available for this release, so it would be premature to predict an exact release date at this time. You can monitor the EasyApache change log at:

EasyApache Change Log

Thank you.