HowTo

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Line 15: Line 15:
 
# [[Log#Specifying_Logs_For_Different_Environments|Specify error logs for each web-app]]
 
# [[Log#Specifying_Logs_For_Different_Environments|Specify error logs for each web-app]]
 
# [[rewrite-real-path|Alias a sub-url to a different directory]]
 
# [[rewrite-real-path|Alias a sub-url to a different directory]]
 +
# [[HttpProxyServlet|Include .asp pages]]
  
 
= Clustering and Load Balancing =
 
= Clustering and Load Balancing =

Revision as of 17:15, 5 January 2006


  1. Use a JDBC database
  2. Use Proxy Caching
  3. Configure a default JDBC transaction-isolation
  4. Add a configuration Function
  5. Redirect a URL in the configuration file
  6. Create a JMS Message Listener
  7. Compress Servlet Output with GZip
  8. Security Configuration
  9. Configure a Virtual Host
  10. Redirect System.out and System.err
  11. Troubleshoot excessive garbage collection times
  12. Use PHP
  13. Specify error logs for each web-app
  14. Alias a sub-url to a different directory
  15. Include .asp pages

Clustering and Load Balancing

  1. Configure a Cluster Configuration Server
  2. Configure Load Balancing
  3. Select a particular backend server


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
Personal tools