How to Deploy WAR Application in Apache Tomcat | Set Tomcat Configs | Remote Debug

preview_player
Показать описание
In this Video we are going to see Apache Tomcat Deployment Process, How to set and edit Tomcat Configs and How to Enable Remote Debugging in Tomcat.

Apache Tomcat Deployment Folder -
Apache_Tomcat_Folder/webapps

Apache Tomcat Installation -

Tomcat Commands -
Startup File -

Stop Server File -

Tomcat Default Logging Property File -

Change Tomcat Server Port -

Enable Tomcat User Rights for Server Status and Management -

Remote Debug for Apache Tomcat in Intellij/Eclipse -
We need to run these Commands in Terminal/Command in Apache Tomcat bin Folder
set JPDA_ADDRESS=8000
set JPDA_TRANSPORT=dt_socket

Timecodes
0:00 - Intro
0:10 - Tomcat Introduction
1:40 - Build WAR File using Maven
2:20 - Copy WAR File to Apache Tomcat Webapps Folder
3:30 - Start Apache Tomcat Server
4:10 - Test Deployed Spring MVC Application
4:50 - Tomcat Configs
5:50 - Configure Remote Debugging
7:00 - Apache Tomcat Server Changing Configs
7:40 - Logging Properties in Apache Tomcat
9:20 - Application and Server Monitoring in Apache Tomcat
10:32 - Start Remote Debugging for Apache Tomcat

#apache #tomcat #webserver #java
Рекомендации по теме
Комментарии
Автор

i want to reach my website without giving the full path to tomcat server, in my case i type ip:8080/webapp then i reach my website which i have deployed on tomcat, but i want to access my website just by typing the ip, how do i do it ???

MohdDanish-kvsw