You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The dashlet can be installed on Alfresco 3.4 and above.
25
25
26
26
***Users : Prebuilt jar**
27
27
28
-
A prebuilt jar is provided. You only need to copy it to <tomcat-home>/shared/lib.
28
+
A prebuilt jar is provided. You only need to copy it to tomcat/shared/lib.
29
29
30
30
***Developers : Building the jar**
31
31
@@ -40,8 +40,8 @@ The dashlet can be installed on Alfresco 3.4 and above.
40
40
The command should build a JAR file named sample-audit-dashlet.jar in the 'dist' directory within your project.
41
41
42
42
To deploy the dashlet files into a local Tomcat instance for testing, you can
43
-
either copy the jar file in e.g. the 'tomcat/shared/lib' folder or use the hotcopy-tomcat-jar task. You will need to set the tomcat.home
44
-
property in Ant.
43
+
either copy the jar file in e.g. the 'tomcat/shared/lib' folder or use the hotcopy-tomcat-jar task. For the latter, You will need to set the tomcat.home
44
+
property in Ant :
45
45
46
46
ant -Dtomcat.home=C:/Alfresco/tomcat clean hotcopy-tomcat-jar
0 commit comments