티프(TIFF)는 이미지 파일형식
운영체제 및 기종에 상관없이 사용하기위해서 개발
TIFF의 장점
TIFF의 단점
STS에 기본적으로 내장되어있는 WAS서버입니다.
Pivotal tc Server에는 바닐라 Tomcat이 모두 포함되어 있으며 배포 및 유지 관리를 보다 쉽게하도록 설계된 몇 가지 선택적 확장 기능이 있습니다.
tomcat과의 차이점
Configuration extensions (No altered code, just config changes we implement)
- Multi-Instance using shared binaries
- Trivial to change Tomcat versions while preserving app and configuration
- Variable Substitution in config files
- Async Logging
- Mild Security Tuning (ports, mgmt apps, JMX)
Code Extensions
- Patch version releases – fix flaws in current release [e.g. tomcat-7.0.32.B.RELEASE]
- Extended JMX interface
- Additional Metrics
- Application Deployment
- Diagnostics Valve - good troubleshooting info when there's a slowdown
- Config Templates – including custom-created
- Change log level on the fly
- Advanced Session replication (Gemfire)
- Oracle DB Connection Proxy
Add-Ons
- Windows Service Wrapper
- RPM / Apt-Get / Debian installers (linux)
- Startup scripts (linux)
- Chef Recipes
- Puppet Scripts
- Password Encryption
- Spring Insight for performance tuning
저번에 정리했는데 또 까먹고 엄청 헤맷음
톰캣 서버 새로 설치하면 기본적으로 프로젝트이름을 붙여서 경로를 연결해주기 때문에 다른 프로젝트를 받아서 테스트해보면 경로가 꼬일수도 있음