博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Trinidad
阅读量:5930 次
发布时间:2019-06-19

本文共 1093 字,大约阅读时间需要 3 分钟。

Trinidad allows you to run any Rack based application within an embedded container.

Apache Tomcat is a lightweight java web server developed and released under the .

installing

jgem install trinidad

usage

cd myrailsappjruby -S trinidad

configuration

Trinidad accepts some configuration arguments from the command line, you can find the supported options in the .

Further advanced options can also be found in the .

extensions

Trinidad is modularized. You just need the core of the project to run any application but you can also find some advanced features available as independent gems, so the core remains lightweight until you need them.

This is the list of the current available extensions:

Enables database connection pooling through Tomcat and JNDI.
Enables to run Trinidad as a daemon. Available for unix, solaris, and macos x systems.
Allows to do hot deployments monitorizing a file, ala Passenger.
Management console and REST api

You can find further information on how to write your own extension in .

getting the source

from github:

git clone git://github.com/calavera/trinidad.git

转载地址:http://euutx.baihongyu.com/

你可能感兴趣的文章
JS基础知识之原型和原型链
查看>>
你真的知道onmouseenter与onmouseover的区别吗???
查看>>
webpack
查看>>
页面加载后执行
查看>>
vector 的用法--------------自绘资源
查看>>
IntelliJ IDEA 开发swing(一)
查看>>
windows下配置nginx pathinfo模式,支持thinkphp
查看>>
字母图形(蓝桥杯)
查看>>
「小程序JAVA实战」小程序视图之细说wx:key列表高级特性(16)
查看>>
JSONObject和JSONArray区别及基本用法
查看>>
13. Intellij IDEA调试功能使用总结
查看>>
Mysql建表出现1005错误
查看>>
Java递归应用:输出树形菜单
查看>>
django高级视图和URL配置
查看>>
Hash表
查看>>
20145237《信息安全系统设计基础》第5周学习总结(1)
查看>>
java在centos中,以daemon方式启动
查看>>
解析springboot里的pom文件和对应配置解析(一)
查看>>
Collection of Boot Sector Formats for ISO 9660 Images
查看>>
Oracle VM VirtualBox安裝Windows 2000失败
查看>>