File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -63,15 +63,22 @@ The `tomcat` sub-resource LWRP configures Tomcat to run the application by creat
63
63
Attributes
64
64
==========
65
65
66
- strategy: required to be one of
67
- : java_remote_file allows downloading from a remote http url
68
- : java_local_file allows using a package on the filesystem
69
- path: the target location for the application distribution. This should be outside of the tomcat deployment tree.
70
- repository:
71
- - java_remote_file uses repository as the remote URL
72
- - java_local_file uses repository as the source file location on the disk
73
- revision: name of the war file on disk, should change with each new version
66
+ strategy
67
+ --------
74
68
69
+ required to be one of:
70
+ * java_remote_file allows downloading from a remote http url
71
+ * java_local_file allows using a package on the filesystem
72
+
73
+ path
74
+ ----
75
+
76
+ The target location for the application distribution. This should be outside of the tomcat deployment tree.
77
+
78
+ * repository:
79
+ * java_remote_file uses repository as the remote URL
80
+ * java_local_file uses repository as the source file location on the disk
81
+ * revision: name of the war file on disk, should change with each new version
75
82
76
83
Usage
77
84
=====
You can’t perform that action at this time.
0 commit comments