HowTo
From Resin 3.0
(Difference between revisions)
Line 1: | Line 1: | ||
[[Category:HowTo]] | [[Category:HowTo]] | ||
+ | |||
+ | = Caching = | ||
+ | |||
+ | # [[How to use Resin's distributed cache]] | ||
+ | |||
+ | = Clustering and Load Balancing = | ||
+ | |||
+ | # [[Configure a Cluster Configuration Server]] | ||
+ | # [[Configure Load Balancing]] | ||
+ | # [[Clustering and Load Balancing|Select a particular backend server]] | ||
+ | # [[persistent-store|Configure Distributed Sessions]] | ||
+ | |||
+ | = web-apps = | ||
+ | |||
+ | # [[archive-path|Assign a .war file for a web-app]] | ||
+ | # [[Use one .war file for multiple web-apps]] | ||
+ | # [[Restart a single web-app]] | ||
+ | |||
+ | = Security = | ||
+ | |||
+ | # [[How to restrict pages to an authentication group]] | ||
= Misc = | = Misc = | ||
Line 29: | Line 50: | ||
# [[openssl|How to restrict OpenSSL cipher suites]] | # [[openssl|How to restrict OpenSSL cipher suites]] | ||
# [[user.timezone|How to change the timezone]] | # [[user.timezone|How to change the timezone]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 07:45, 14 January 2009
Contents |
Caching
Clustering and Load Balancing
- Configure a Cluster Configuration Server
- Configure Load Balancing
- Select a particular backend server
- Configure Distributed Sessions
web-apps
Security
Misc
- Configure Resin with Apache
- HowTo enable /caucho-status for IIS
- Use a JDBC database
- Use Proxy Caching
- Enable jconsole/JMX management
- Configure a default JDBC transaction-isolation
- Add a configuration Function
- Redirect a URL in the configuration file
- Create a JMS Message Listener
- Compress Servlet Output with GZip
- Security Configuration
- Configure a Virtual Host
- Redirect System.out and System.err
- Troubleshoot excessive garbage collection times
- Use PHP
- Specify error logs for each web-app
- How to track log messages by thread
- Alias a sub-url to a different directory
- Include .asp pages
- Delay listening to port 80 until after initialization
- Add local configuration that survives .war redeployment
- Select an XML Parser
- Listen for server start and stop events
- Replace Apache's mod_rewrite
- How to restrict OpenSSL cipher suites
- How to change the timezone