HowTo
From Resin 3.0
(Difference between revisions)
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:HowTo]] | [[Category:HowTo]] | ||
+ | |||
+ | = Clustering and Load Balancing = | ||
+ | |||
+ | # [[Configure Load Balancing]] | ||
+ | # [[Clustering and Load Balancing|Select a particular backend server]] | ||
+ | # [[persistent-store|Configure Distributed Sessions]] | ||
+ | |||
+ | = Distributed Caching and Store = | ||
+ | |||
+ | # [[How to reduce database load by caching]] | ||
+ | # [[How to share sessions]] | ||
+ | |||
+ | = rewrite = | ||
+ | |||
+ | # [[rewrite-dispatch for Mediawiki and Quercus]] | ||
+ | |||
+ | = Security = | ||
+ | |||
+ | # [[How to password-protect pages with HTTP basic]] | ||
+ | # [[How to only allow access inside a local network]] | ||
+ | # [[How to forbid all access to a URL]] | ||
+ | # [[Change the Server HTTP header]] | ||
+ | |||
+ | = 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]] | ||
+ | |||
+ | = Misc = | ||
# [[Apache|Configure Resin with Apache]] | # [[Apache|Configure Resin with Apache]] | ||
Line 11: | Line 41: | ||
# [[Create a JMS Message Listener]] | # [[Create a JMS Message Listener]] | ||
# [[GzipFilter|Compress Servlet Output with GZip]] | # [[GzipFilter|Compress Servlet Output with GZip]] | ||
− | |||
# [[host|Configure a Virtual Host]] | # [[host|Configure a Virtual Host]] | ||
# [[Redirect System.out and System.err]] | # [[Redirect System.out and System.err]] | ||
Line 26: | Line 55: | ||
# [[rewrite-dispatch|Replace Apache's mod_rewrite]] | # [[rewrite-dispatch|Replace Apache's mod_rewrite]] | ||
# [[openssl|How to restrict OpenSSL cipher suites]] | # [[openssl|How to restrict OpenSSL cipher suites]] | ||
− | + | # [[user.timezone|How to change the timezone]] | |
− | + | ||
− | + | ||
− | # [[ | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 17:39, 15 January 2009
Contents |
[edit] Clustering and Load Balancing
[edit] Distributed Caching and Store
[edit] rewrite
[edit] Security
- How to password-protect pages with HTTP basic
- How to only allow access inside a local network
- How to forbid all access to a URL
- Change the Server HTTP header
[edit] web-apps
[edit] 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
- 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