How to install and configure apache tomcat7 on centos 7 | RHEL 7

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024
  • Apache Tomcat is a opensource web server for Java applicaton of Apache Foundation like Apache HTTP server. It used for deploying Java Servlet and JSP applications. To deploy any application in Tomcat we can simply create a war file and deploy them.

Комментарии • 17

  • @Evildead26
    @Evildead26 7 лет назад

    This has been the best, easy to follow video on Tomcat setup so far. The only issue I had was I had to put the space back in between the "roles="admin-gui, manager-gui"/>" as it would not recognise my password. Also i had to open the firewall port for 8080 using the firewall-cmd --permanent (command)

  • @sunilhamne6291
    @sunilhamne6291 4 года назад

    Thank you Chandu, very much helpful. We see more things from you.

  • @phucduong86
    @phucduong86 5 лет назад

    Hi Chandu,
    Thank you for the tutorials. Would you recommend using yum install or tar up the binary zip if I was to setup multiple Tomcat instances? I find the setup (file structure) is much different when I perform yum install. It also does not use catalina.sh so it is hard to migrate from my old server.

  • @rameshgongura
    @rameshgongura 7 лет назад +1

    super bro really you are great, i struggle to install tomcat , this video helps me lot, thank you

  • @nazmulhossain6844
    @nazmulhossain6844 5 лет назад

    i am install in open source software .in centos 7 .. installation file show webadaptor.war ..
    now how to link connect in war file in tomcat .. pls help ..

  • @DavidHernandez-pg5zc
    @DavidHernandez-pg5zc 6 лет назад

    Hi.
    How can you update this version?. Need to update to. 7.0.90. But always I get the same version. Thanks

  • @Абделлах
    @Абделлах 3 года назад

    Thank u

  • @amanksingh7
    @amanksingh7 5 лет назад

    this tips really work man. Great.

  • @devant4617
    @devant4617 6 лет назад

    worked very well.. thanks a lot

  • @VimleshKumar-uv1pf
    @VimleshKumar-uv1pf 4 года назад

    Great bro

  • @Абделлах
    @Абделлах 3 года назад

    Can u show by steps how to deploy Java Web application on CentOS 7

    • @mutukukyenze3726
      @mutukukyenze3726 3 года назад

      after the tomcat runs in the browser you will go to the manage section and on the war file just upload your project war file and all is done

  • @DavidHernandez-pg5zc
    @DavidHernandez-pg5zc 7 лет назад

    Hi. I followed your steps but I'm not able to make it work:
    #java -version
    java version "1.7.0_51"
    Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
    Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
    #echo $JAVA_HOME
    /usr/java/jdk/
    # systemctl status tomcat
    tomcat.service - Apache Tomcat Web Application Container
    Loaded: loaded (/usr/lib/systemd/system/tomcat.service; enabled; vendor preset: disabled)
    Active: failed (Result: exit-code) since Mon 2017-11-13 09:25:59 WET; 56s ago
    Process: 6399 ExecStart=/usr/libexec/tomcat/server start (code=exited, status=127)
    Main PID: 6399 (code=exited, status=127)
    Nov 13 09:25:59 apo38lv systemd[1]: Started Apache Tomcat Web Application Container.
    Nov 13 09:25:59 apo38lv systemd[1]: Starting Apache Tomcat Web Application Container...
    Nov 13 09:25:59 apo38lv server[6399]: /usr/libexec/tomcat/server: Failed to set JAVACMD
    Nov 13 09:25:59 apo38lv systemd[1]: tomcat.service: main process exited, code=exited, status=127/n/a
    Nov 13 09:25:59 apo38lv systemd[1]: Unit tomcat.service entered failed state.
    Nov 13 09:25:59 apo38lv systemd[1]: tomcat.service failed.

  • @meryemchouikik6067
    @meryemchouikik6067 6 лет назад

    merci

  • @danielmoldovan8267
    @danielmoldovan8267 6 лет назад

    txh

  • @zarkkhan6692
    @zarkkhan6692 6 лет назад

    Dude just do yum install tomcat*