New pages
From Resin 3.0
- 20:15, 27 December 2011 Hessian2Output Performance Cookbook (hist) [720 bytes] Ferg (Talk | contribs) (New page: Category: Cookbook Category: Hessian Hessian's performance can be improved with a few basic use patterns. When your object graphs are acyclic (no shared objects or circular), you...)
- 14:54, 22 December 2011 Simplifying Resin XML With Dynamic Configuration Part 1 (hist) [11,285 bytes] Pcowan (Talk | contribs) (New page: {{TOC right}} = Configuration variable substitution using <resin:properties> and rvar() = This first part of a multi-part article on Resin configuration examines how to use EL variable...)
- 21:16, 9 December 2011 OpenSSL Cipher Suite (hist) [773 bytes] Pcowan (Talk | contribs) (New page: Modifying OpenSSL to specify allowed cipher suites and protocols can be done in resin.xml, in the <openssl>block. <pre> <http port="443"> ... <openssl> <certificate-key-file>keys/...)
- 18:48, 9 December 2011 Precompile JSP (hist) [2,410 bytes] Pcowan (Talk | contribs) (New page: Category: Config Category: Performance Unless explicitly compiled ahead of time, JSP files are compiled the first time they are accessed. On large production sites, or in situatio...)
- 21:08, 7 December 2011 Resin 4.0 (hist) [140 bytes] Pcowan (Talk | contribs) (New page: Resin is a fast and lightweight application server. It is open source and built on CDI * http://www.caucho.com/resin-4.0/ Documentation)
- 21:30, 5 December 2011 Resin Cloud Deployment Reference (hist) [20,572 bytes] Rickhigh (Talk | contribs) (New page: # Setting up a user and password # Deploying to a local server # Deploying to a remote server # Setting up a cloud topology ## Deploying to the Triad # Common tasks ## Using deploy-copy ...)
- 09:38, 3 December 2011 Using Botto To Run and Manage Amazon AMI Instances (hist) [1,193 bytes] Rickhigh (Talk | contribs) (New page: Using boto to fire up three Resin AMI instances. ami-bb16ddd2 is an AMI which has Resin 4.24 on it. <code> <pre> from boto.ec2.connection import EC2Connection import time conn = EC2Conn...)
- 21:24, 1 December 2011 Resin MySQL and RDS setup with Amazon RDS (hist) [9,582 bytes] Rickhigh (Talk | contribs) (New page: This is a continuance of our earlier tutorial on Resin cloud deploy on Amazon. Start up roo and switch to using MySQL <code> <pre> $ roo roo> jpa setup --database MYSQL --provider HI...)
- 08:36, 30 November 2011 Resin Cloud deployment with Amazon WS EC2 and Euca Tools (hist) [4,668 bytes] Rickhigh (Talk | contribs) (New page: Running [http://wiki.debian.org/euca2ools Euca Tools] to launch Amazon EC2 instances. This is an extention of this tutorial [[http://wiki.caucho.com/Resin_Cloud_deployment_with_Amazon Re...)
- 21:52, 23 November 2011 Resin Cloud deployment with Amazon (hist) [11,486 bytes] Rickhigh (Talk | contribs) (New page: This tutorial is going to cover the basics of using Resin with Amazon Web Services for cloud deployment. You wil create an EC2 instance. You will download and install Resin on Ubuntu on a ...)
- 18:01, 21 October 2011 New Main Page (hist) [6,341 bytes] Pcowan (Talk | contribs) (New page: <div style=" border:1px solid #999000;> asdf </div>)
- 18:42, 29 November 2010 Cookbook: Resin using OpenSSL (hist) [1,676 bytes] Ferg (Talk | contribs) (New page: Category: Cookbook === resin.xml for openssl === <resin xmlns="http://caucho.com/ns/resin" xmlns:resin="urn:java:com.caucho.resin"> <log-handler name="" level="all" ...)
- 22:43, 18 November 2010 Cookbook: Custom Authenticator and CustomLogin (hist) [3,188 bytes] Ferg (Talk | contribs) (New page: Category: Cookbook Category: Security When your application wants to save and restore login information from a custom cookie, or wants to access the request and response during th...)
- 01:07, 5 November 2010 Cookbook: Resin behind SSL Load Balancer (hist) [1,638 bytes] Ferg (Talk | contribs) (New page: Category: Cookbook When Resin is run behind a hardware load balancer, some extra configuration may be required to support redirects and to handle security. Since the local port and t...)
- 00:10, 18 October 2010 Cookbook: Two Cluster Load Balancing (hist) [2,405 bytes] Ferg (Talk | contribs) (New page: Category: Cookbook Some sites with multiple virtual hosts may want to load balance to two separate backend clusters. For example, a www.foo.com might have 3 servers in its backend clu...)
- 21:57, 15 October 2010 Cookbook: Windows Service (hist) [2,313 bytes] Ferg (Talk | contribs) (New page: Category: Cookbook Category: Install Image: windows-setup.png)
- 00:40, 15 October 2010 Admin: Webapp (hist) [2,043 bytes] Ferg (Talk | contribs) (New page: Category: Admin Category: WebApp The WebApp /resin-admin page is used to check the status of your deployed web applications * Check the deployed version * Check that all servers ...)
- 00:37, 15 October 2010 Admin: Thread (hist) [3,183 bytes] Ferg (Talk | contribs) (New page: Category: Admin = Thread Dump = The /resin-admin thread dump page shows all the threads in the JVM at the time you refresh the page. Each thread has a stack trace to show what all ...)
- 23:48, 14 October 2010 Admin: Jmx (hist) [2,342 bytes] Ferg (Talk | contribs) (New page: Category: Admin Category: Jmx When you want to see custom MBeans or management variables, you can use the JMX page to look at all managed beans deployed through Resin. Each MBean...)
- 23:37, 14 October 2010 Admin: Config (hist) [156 bytes] Ferg (Talk | contribs) (New page: Category: Admin The configuration section of the /resin-admin lets you verify the internal Resin configuration to compare with the configuration files.)
- 23:32, 14 October 2010 Admin: Index (hist) [2,176 bytes] Ferg (Talk | contribs) (New page: Admin: Index)
- 22:48, 14 October 2010 Admin: Summary (hist) [548 bytes] Ferg (Talk | contribs) (New page: Category: Admin The /resin-admin summary page gives a quick snapshot of the current state of Resin. ; Overview table : Shows system configuration summary and some key statistics ; He...)