Main Page
From Resin 4.0 Wiki
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
+ | == Welcome to the Caucho Resin 4.x Wiki == | ||
+ | ''For Resin version 3 and earlier, please visit [http://wiki3.caucho.com/ wiki3.caucho.com].'' | ||
+ | {| style="width:100%;" | ||
+ | |- | ||
+ | | style="width:50%;vertical-align:top;" | | ||
+ | == [[:Special:Categories | Wiki Categories]] == | ||
+ | {| style="width:100%;border-collapse:collapse;border-spacing:0;" | ||
+ | |- style='text-align:left;background-color:#eeeeee;' | ||
+ | | style='width:75px;text-align:center;padding:2px;' | [[Image:Squirrel-48.png|link=Category:Resin Distributed Cache: Java Cache and Memcached]] | ||
+ | | style='text-align:left;padding:2px;' | [[:Category:Resin Distributed Cache: Java Cache and Memcached | Resin Distributed Cache: Java Cache and Memcached]] | ||
+ | |- | ||
+ | | style='width:75px;text-align:center;padding:2px;' |[[Image:Cloud-48.png|link=Category:Resin: Application Server: Cloud Deployment]] | ||
+ | | style='padding:2px;' | [[:Category:Resin: Application Server: Cloud Deployment | Resin: Application Server: Cloud Deployment]] | ||
+ | |- style='text-align:left;background-color:#eeeeee;' | ||
+ | | style='width:75px;text-align:center;padding:2px;' | [[Image:Cookbook-48.png|link=Category:Resin: Application Server: Cookbook]] | ||
+ | | style='text-align:left;padding:2px;' | [[:Category:Resin: Application Server: Cookbook | Resin Application Server Cookbook]] | ||
+ | |- | ||
+ | | style='width:75px;text-align:center;padding:2px;' | [[Image:Gears-48.png|link=Category:Resin: Application Server: Configuration]] | ||
+ | | style='padding:2px;' | [[:Category:Resin: Application Server: Configuration | Resin Application Server Configuration]] | ||
+ | |- style='text-align:left;background-color:#eeeeee;' | ||
+ | | style='width:75px;text-align:center;padding:2px;' | [[Image:Heart-48.png|link=Category:Resin Health System: Server Monitoring and Java Monitoring]] | ||
+ | | style='text-align:left;padding:2px;' | [[:Category:Resin Health System: Server Monitoring and Java Monitoring | Resin Health System : Server Monitoring and Java Monitoring]] | ||
+ | |- | ||
+ | | style='width:75px;text-align:center;' | [[Image:Email-48.png|link=Category:Resin Messaging]] | ||
+ | | style='padding:2px;' | [[:Category:Resin Messaging | Resin Messaging]] | ||
+ | |- style='text-align:left;background-color:#eeeeee;' | ||
+ | | style='width:75px;text-align:center;padding:2px;' | [[Image:Web-48.png|link=Category:Resin: Web Server]] | ||
+ | | style='text-align:left;padding:2px;' | [[:Category:Resin: Web Server | Resin Web Server]] | ||
+ | |- | ||
+ | | style='width:75px;text-align:center;padding:2px;' | [[Image:Padlock-48.png|link=Category:Resin: Security]] | ||
+ | | style='padding:2px;' | [[:Category:Resin: Security | Resin Security]] | ||
+ | |- style='text-align:left;background-color:#eeeeee;' | ||
+ | | style='width:75px;text-align:center;padding:2px;' | [[Image:Construction-48.png|link=Category:Resin: Development]] | ||
+ | | style='text-align:left;padding:2px;' | [[:Category:Resin: Development | Resin Development]] | ||
+ | |} | ||
+ | | style="width:1%;" | | ||
+ | | ||
+ | | style="width:50%;vertical-align:top;" | | ||
+ | == Other Resources == | ||
+ | {| style="width:100%;border:1px solid #eeeeee;padding:.25em;" | ||
+ | |- | ||
+ | | style="vertical-align:top;width:25%;" | | ||
+ | * [http://www.caucho.com www.caucho.com] | ||
+ | * [http://forum.caucho.com forum.caucho.com] | ||
+ | * [http://bugs.caucho.com bugs.caucho.com] | ||
+ | * [http://wiki3.caucho.com wiki3.caucho.com] | ||
+ | | style="vertical-align:top;width:25%;" | | ||
+ | * [http://www.caucho.com/download Downloads] | ||
+ | * [http://www.caucho.com/resin/sales Sales] | ||
+ | * [http://www.caucho.com/about Company] | ||
+ | * [http://www.caucho.com/about/contact Contact] | ||
+ | | style="vertical-align:top;width:25%;" | | ||
+ | * [http://blog.caucho.com Blog] | ||
+ | * [http://www.facebook.com/pages/Caucho-Technology/8671323790 Facebook] | ||
+ | * [http://twitter.com/#!/cauchoresin Twitter] | ||
+ | * [http://www.caucho.com/resin/newsletter Newsletter] | ||
+ | | style="vertical-align:top;width:25%;" | | ||
+ | * [http://www.caucho.com/resin-4.0 Documentation] | ||
+ | * [http://caucho.com/resin-4.0/changes/release-notes.xtp Release Notes] | ||
+ | * [http://caucho.com/resin-4.0/changes/changes.xtp Change Log] | ||
+ | * [http://www.caucho.com/documentation White Papers] | ||
+ | |} | ||
+ | <br/> | ||
+ | == [[Resin Cloud deployment with Amazon | Featured Article]] == | ||
+ | <div style="border:1px solid #eeeeee;padding:.5em;"> | ||
+ | === [[Resin Cloud deployment with Amazon]] === | ||
− | = | + | <div style="display:inline-block; float:right">[[Image:Cloud-48.png]]</div> |
+ | This tutorial is going to cover the basics of using Resin with Amazon Web Services for cloud deployment. If you are new to cloud computing and IaaS (Infrastructure as a Service), follow along and you will soon be deploying Java web applications in the cloud. You wil create an EC2 instance. You will download and install Resin on Ubuntu on a local machine. You will install Resin on an Amazon Linux AMI instance (EC2 instance). You will use Roo to create a simple application and deploy it. | ||
− | + | We use Roo because Spring is fairly widely used, and Roo is a quick way to generate a sample app. Future tutorials will use other common Java tools as well as show you how to configure and manage a complete Resin cluster. Think of this as the first tutorial in a series of tutorials. | |
− | + | ||
− | + | For this tutorial you will need Resin 4.0.24 or later. Check back periodically because as we are going to expand the tutorial and improve Resin's support of cloud deployments. The Resin engineering team plans on improving cloud support continuously. ([[Resin Cloud deployment with Amazon|more]]...) | |
− | + | </div> | |
− | + | |} | |
− | + | ||
− | + |
Revision as of 00:00, 27 January 2012
Welcome to the Caucho Resin 4.x Wiki
For Resin version 3 and earlier, please visit wiki3.caucho.com.
Wiki Categories |
|
Other Resources
Featured ArticleResin Cloud deployment with AmazonThis tutorial is going to cover the basics of using Resin with Amazon Web Services for cloud deployment. If you are new to cloud computing and IaaS (Infrastructure as a Service), follow along and you will soon be deploying Java web applications in the cloud. You wil create an EC2 instance. You will download and install Resin on Ubuntu on a local machine. You will install Resin on an Amazon Linux AMI instance (EC2 instance). You will use Roo to create a simple application and deploy it. We use Roo because Spring is fairly widely used, and Roo is a quick way to generate a sample app. Future tutorials will use other common Java tools as well as show you how to configure and manage a complete Resin cluster. Think of this as the first tutorial in a series of tutorials. For this tutorial you will need Resin 4.0.24 or later. Check back periodically because as we are going to expand the tutorial and improve Resin's support of cloud deployments. The Resin engineering team plans on improving cloud support continuously. (more...) |