Joiner
Joiner
  • Видео 3
  • Просмотров 6 849
Smart city concept and use of internet of things and connected systems. #IOT | #SmartCity | #AI
IoT can be used in many ways to make cities more efficient ranging from managing the traffic, controlling air pollution, handling waste management, creating smart buildings, planning for natural disasters, etc. So let’s see how modern technologies combined with civic planning can result in smart cities that are more efficient and cost-effective.
Просмотров: 11

Видео

How to install tomcat 8.5 in Cpanel & setup Java Project step by step. Cpanel | tomcat8.5 | Java8.
Просмотров 7 тыс.2 года назад
Tomcat8.5 installation, activation and setup to run the Java project on Cpanel step by step. Also we have discussed the types of server needed to run the Java project directly. Also I have attached the command lines used in installation.
How to Install WordPress in cPanel manually & using Toolkit Step by Step | Cpanel | Wordpress.
Просмотров 2522 года назад
Wordpress installation steps by step in cpanel. I have also highlighted the use of toolkit and how we can install the wordpress using toolkit in cpanel.

Комментарии

  • @alanquelton6610
    @alanquelton6610 4 месяца назад

    how can i get access for tomcat manager?

  • @RicardoPrado25
    @RicardoPrado25 Год назад

    Hi man I have an issue: My ubic comands begin to not respond. For example, if I perform "ubic restart ea-tomcat85" Tomcat doesn't restart. It shos it restart but no becasue the web pages continue online. For this issue I can not update my .class files. Can you please tell what is going on? Thank you a lot for the video.

    • @joiner5617
      @joiner5617 11 месяцев назад

      Thanks Recardo. Please run below command and then perform ubic command to re-start the tomcat- su - $username -s /bin/bash -c 'ubic restart ea-tomcat85'

  • @bambooz_com
    @bambooz_com Год назад

    What configuration is need for sub domain

    • @joiner5617
      @joiner5617 11 месяцев назад

      The configurations and all will be remain same in case of sub-domain also.

  • @afolabiabiodun7582
    @afolabiabiodun7582 Год назад

    1. At below line in server.xml <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="false" deployOnStartup="false" deployXML="false"> Copy the following and change $username with actual username <Context path="/" docBase="/home/$username/ea-tomcat85/webapps/ROOT/"></Context> 2. Run the following command su -$username echo "export PATH=$(dirname $(readlink /usr/local/cpanel/3rdparty/bin/perl)):$PATH" >> /home/$username/.bashrc source ~/.bashrc 3. Copy the test.jsp to ROOT to test the installation sudo -u $username cp -avp /opt/cpanel/ea-tomcat85/test.jsp /home/$username/ea-tomcat85/webapps/ROOT/ 4. Check the server port egrep 'Connector port.*HTTPP' /home/$username/ea-tomcat85/server.xml 5. Restart the tomcat su - $username -s /bin/bash -c 'ubic restart ea-tomcat85' 6. Check the page and verify it Test JSP page // yourserverip:$PORT/test.jsp This is a page to verify that .jsp support has been enabled

  • @RicardoPrado25
    @RicardoPrado25 Год назад

    Hi! Thanks a lot for the video. I have an issue. When i run "ubic restart ea-tomcat85" it trows that is not running. How can i solve this? Thank you again

    • @joiner5617
      @joiner5617 Год назад

      Hi Ricardo Thanks for your comments. Please make sure that you have run the "ubic" command and set the path of "ubic" if not then please run the below comand- su - $username echo "export PATH=$(dirname $(readlink /usr/local/cpanel/3rdparty/bin/perl)):$PATH" >> /home/$username/.bashrc source ~/.bashrc

  • @sandeeps7353
    @sandeeps7353 2 года назад

    can you please add the text file which has commands here

  • @abhijitmadchetti5443
    @abhijitmadchetti5443 2 года назад

    File?

  • @sereymongkul4039
    @sereymongkul4039 2 года назад

    Can you provide us your command line. Right now I follow from you to setup tomcat. Thanks

    • @joiner5617
      @joiner5617 2 года назад

      Sure! I will share there.

  • @albrtinoaugusto
    @albrtinoaugusto 2 года назад

    Brow, my WHM doesn't show tomcat. What do I do?

    • @joiner5617
      @joiner5617 2 года назад

      Thanks! Please make sure your WHM has Easy Apache 4 if yes then go to easy apache and then activate tomcat by customising easy apache 4.

  • @automotive3900
    @automotive3900 2 года назад

    👍

  • @poojakamat3061
    @poojakamat3061 2 года назад

    I have gone through the video and found so helpful... Thanks 👍