HowTo

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Line 15: Line 15:
 
# [[PHP|Use PHP]]
 
# [[PHP|Use PHP]]
 
# [[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]]
 +
# [[How to track log messages by thread]]
 
# [[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]]
 
# [[HttpProxyServlet|Include .asp pages]]

Revision as of 22:50, 31 March 2006


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

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