HowTo

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
 
(14 intermediate revisions by one user 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]]
# [[Change the Server HTTP header|Security Configuration]]
 
 
# [[host|Configure a Virtual Host]]
 
# [[host|Configure a Virtual Host]]
 
# [[Redirect System.out and System.err]]
 
# [[Redirect System.out and System.err]]
Line 27: Line 56:
 
# [[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]]
 
= 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 =
 
 
# [[HowTo Restrict Pages to a Group]]
 

Latest revision as of 17:39, 15 January 2009


Contents

Clustering and Load Balancing

  1. Configure Load Balancing
  2. Select a particular backend server
  3. Configure Distributed Sessions

Distributed Caching and Store

  1. How to reduce database load by caching
  2. How to share sessions

rewrite

  1. rewrite-dispatch for Mediawiki and Quercus

Security

  1. How to password-protect pages with HTTP basic
  2. How to only allow access inside a local network
  3. How to forbid all access to a URL
  4. Change the Server HTTP header

web-apps

  1. Assign a .war file for a web-app
  2. Use one .war file for multiple web-apps
  3. Restart a single web-app

Misc

  1. Configure Resin with Apache
  2. HowTo enable /caucho-status for IIS
  3. Use a JDBC database
  4. Use Proxy Caching
  5. Enable jconsole/JMX management
  6. Configure a default JDBC transaction-isolation
  7. Add a configuration Function
  8. Redirect a URL in the configuration file
  9. Create a JMS Message Listener
  10. Compress Servlet Output with GZip
  11. Configure a Virtual Host
  12. Redirect System.out and System.err
  13. Troubleshoot excessive garbage collection times
  14. Use PHP
  15. Specify error logs for each web-app
  16. How to track log messages by thread
  17. Alias a sub-url to a different directory
  18. Include .asp pages
  19. Delay listening to port 80 until after initialization
  20. Add local configuration that survives .war redeployment
  21. Select an XML Parser
  22. Listen for server start and stop events
  23. Replace Apache's mod_rewrite
  24. How to restrict OpenSSL cipher suites
  25. How to change the timezone
Personal tools