Eclipse
From Resin 3.0
(Difference between revisions)
(added my tutorial) |
(feature sketch with references) |
||
Line 1: | Line 1: | ||
− | [ | + | The Resin Eclipse plugin is available on the Caucho Eclipse update site at [http://caucho.com/eclipse http://caucho.com/eclipse]. It is based on the WTP framework and features deployment modes for Resin 3.1 and 4.0. Deployment styles include: |
− | + | * .war file (default) - the plugin builds a .war file of your project, then starts Resin and copies the .war to the live deploy directory. | |
+ | * Temporary directory - the plugin builds a .war file of your project, then starts Resin and copies the .war to a temporary deploy directory. | ||
+ | * In-place - the plugin starts Resin, then points it to server your project directly out of the workspace. | ||
+ | * Hot-deploy - (Resin 4.0 only) the plugin builds a .war file of your project, then starts Resin and uses Resin's Git deployment functionality to deploy | ||
+ | |||
+ | ==References== | ||
+ | * [http://blog.caucho.com/?p=228 Resin Eclipse plugin snapshot] (2009-08-18) - Blog post about using the plugin's Server configuration | ||
+ | * [http://blog.caucho.com/?p=139 Remote deploy in Resin, Part 2] (2009-01-29) - Blog post about using host deploy |
Revision as of 01:00, 12 December 2009
The Resin Eclipse plugin is available on the Caucho Eclipse update site at http://caucho.com/eclipse. It is based on the WTP framework and features deployment modes for Resin 3.1 and 4.0. Deployment styles include:
- .war file (default) - the plugin builds a .war file of your project, then starts Resin and copies the .war to the live deploy directory.
- Temporary directory - the plugin builds a .war file of your project, then starts Resin and copies the .war to a temporary deploy directory.
- In-place - the plugin starts Resin, then points it to server your project directly out of the workspace.
- Hot-deploy - (Resin 4.0 only) the plugin builds a .war file of your project, then starts Resin and uses Resin's Git deployment functionality to deploy
References
- Resin Eclipse plugin snapshot (2009-08-18) - Blog post about using the plugin's Server configuration
- Remote deploy in Resin, Part 2 (2009-01-29) - Blog post about using host deploy