2018 年 10 月 - 14 文章

How to Run Java Program Automatically on Tomcat Startup 有更新!

  |   0 评论   |   0 浏览

Recently I wanted to start my standalone Java Application on Tomcat Startup. Also found so many other related questions on net. i.e.

  • I need to run an application that can run automatically that when the Tomcat starts..? any suggestions…?
  • how can I start my application by default on Tomcat server start/restart?
  • Is it possible to edit Tomcat startup services?
  • How to Start a service automatically when the Tomcat starts
    ApacheTomcatCrunchifyTipsjpg

Apache Web Server Hardening and Security Guide 有更新!

  |   0 评论   |   0 浏览

The Web Server is a crucial part of web-based applications. Apache Web Server is often placed at the edge of the network hence it becomes one of the most vulnerable services to attack.

Having default configuration supply much sensitive information which may help hacker to prepare for an attack the Web server.

The majority of Web application attacks are through XSS, Info Leakage, Session Management and PHP Injection attacks which are due to weak programming code and failure to sanitize Web application infrastructure.

apachesecurityhardeningguidepng