简体   繁体   English

是否有人使用SpringSource tc服务器作为Tomcat替代品?

[英]Is anyone using SpringSource tc server as a Tomcat replacement?

It looks like SpringSource has just released a GA version of their tc Server application server. 看起来SpringSource 刚刚发布了他们的tc Server应用服务器的GA版本

It sounds from their description like it is a drop-in replacement for Apache Tomcat, with better "enterprise capabilities", such as "advanced diagnostics", better operations management, deployment, etc. (and of course, the support that they want to sell you as their primary business model). 从他们的描述中可以看出,它是Apache Tomcat的直接替代品,具有更好的“企业功能”,例如“高级诊断”,更好的运营管理,部署等等(当然,他们想要的支持)卖给你作为他们的主要商业模式)。

So I'm curious (and I'm not sure if this is truly a SO question), but is anyone using tc Server today in any shape or fashion? 所以我很好奇(我不确定这是否真的是一个SO问题),但今天有人以任何形式或时尚使用tc服务器吗? Has it worked out well for you? 它对你有用吗? Did you find whatever features they are adding to Tomcat to be worth it? 你有没有找到他们添加到Tomcat的功能值得吗?

As I see it, the primary advantage of tcServer is in managing large clusters of load-balanced tomcats. 正如我所看到的,tcServer的主要优势在于管理负载均衡的tomcats的大型集群。 Aside from the management/monitoring layer (which is very cool, by the way), it also has a faster database connection pooling mechanism, and a generally tweaked configuration optimised for high volume. 除了管理/监控层(顺便说一句,它非常酷),它还具有更快的数据库连接池机制,以及针对高容量优化的通常调整的配置。 Other than that, it's just Tomcat. 除此之外,它只是Tomcat。

They've just released a developer edition . 他们刚刚发布了开发者版 Have a look at this screencast which demonstrates how their diagnostics work. 看看这个截屏视频 ,演示他们的诊断工作原理。

MuleSoft released Tcat Server , which provides advanced provisioning, Tomcat and webapp specific diagnostics. MuleSoft发布了Tcat Server ,它提供高级配置,Tomcat和webapp特定的诊断功能。 Some of the key differences with tcserver is that Tcat Server is 100% unmodified Apache Tomcat and the diagnostics are built right into the product. 与tcserver的一些主要区别在于Tcat Server是100%未经修改的Apache Tomcat,诊断内置于产品中。

Disclosure: I work for MuleSoft, and would be happy to answer any questions on Tcat Server. 披露:我在MuleSoft工作,很乐意回答有关Tcat服务器的任何问题。

I'd also add that the "advanced monitoring" capabilities are actually available in java 1.5 (check the JDK's SNMP/JMX docs). 我还要补充一点,“高级监控”功能实际上可以在java 1.5中找到(查看JDK的SNMP / JMX文档)。 Been using it for years with rrdtool and recently ported over to using highcharts+mongo. 多年来一直使用它与rrdtool,最近移植到使用highcharts + mongo。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Tomcat vs Pivotal tc Server - Tomcat vs Pivotal tc Server 在Tomcat上远程编辑SpringSource应用程序 - Remote editing of a SpringSource application on Tomcat 将Struts与SpringSource dm服务器一起使用会导致Http Status 503错误 - Using Struts with SpringSource dm server gives Http Status 503 error 要调试webapp,是否需要在调试模式下运行tomcat / tc服务器? - To debug webapp, do I need to run tomcat/tc server in debugging mode? Spring Boot MVC应用程序在部署到外部Tomcat / tc Server实例时返回HTTP 404 - Spring Boot MVC Application returns HTTP 404 when deployed to an external Tomcat/tc Server instance 如何使用SpringSource Tool Suit开发Tomcat应用程序? - How to develop Tomcat applications with SpringSource Tool Suit? 使用 JMX/Hyperic 代理在 tc 服务器中启动/停止应用程序 - Start/stop application in tc server using JMX/Hyperic agent Pivotal TC Server已启动,但使用Spring构建的网站未加载(之前) - Pivotal TC Server starting, but website built using Spring not loading (was before) 更换tc服务器中的jar - Replacing jars in tc server com.springsource.org.springmodules.validation.validator 0.9.0 是否有更新的替代品? - is there an updated replacement for com.springsource.org.springmodules.validation.validator 0.9.0?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM