Giter Site home page Giter Site logo

caddy-tomcat's Introduction

Caddy Server with Tomcat

Objective

  • เพื่อวางสถาปัตยกรรมของระบบ ให้เป็นแบบ Web App สำหรับ Java Web Application
  • สามารถใช้งานได้ทั้ง platform ที่เป็น Windows และ Unix
  • รองรับการทำ run system service - see caddy-service
  • รองรับการทำ logging โดยให้ Web Server ทำหน้าที่นี้ ไม่ต้องแก้ไข Application Server
  • รองรับการ cache static contents
  • รองรับการใช้ https
  • กำหนด config เกี่ยวกับ Web Security โดยกระทบกับการแก้ไข Java App น้อยที่สุด

Structure

caddy server tomcat หรือ spring boot application

Caddy Server

Download

curl https://getcaddy.com | bash -s personal hook.service,http.cache,http.cors,http.minify,http.ratelimit,http.realip

Configuration

Caddyfile

localhost 127.0.0.1   # Your site's address

ext .html   # Clean URLs
errors error.log {       # Error log
    404 html/error-404.html   # Custom error page
    503 html/error-50x.html
}

# API load balancer
proxy /app localhost:8080 localhost:8081

Run

$ cd caddy
$ ./caddy
Activating privacy features... done.

Serving HTTP on port 80 
http://localhost

Tomcat

caddy-tomcat's People

Contributors

junlapong avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.