All posts for tag "java"

Total 1 posts
📄 Tomcat_configuration
C:2023-04-04 M:2023-04-04
Installation 1 sudo pacman -S tomcat10 Configuration follow archwiki Run use /usr/share/tomcat/bin/{startup.sh,shutdown.sh,..} to start and stop tomcat Web Application This is my web application project structure. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 .