HowTo

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Line 18: Line 18:
 
# [[bind-ports-after-start|Delay listening to port 80 until after initialization]]
 
# [[bind-ports-after-start|Delay listening to port 80 until after initialization]]
 
# [[local-web.xml|Add local configuration that survives .war redeployment]]
 
# [[local-web.xml|Add local configuration that survives .war redeployment]]
 +
# [[Selecting XML Parsers|Select an XML Parser]]
  
 
= Clustering and Load Balancing =
 
= Clustering and Load Balancing =

Revision as of 17:53, 31 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
  16. Delay listening to port 80 until after initialization
  17. Add local configuration that survives .war redeployment
  18. Select an XML Parser

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