I have installed Alfreco 2.2.0 I wanted to try the SDK sample example ..SDKcustomLogin. How do I deploy the sample app. I trid to run the ant script which generated the .jar file. I renamed it .war and put it alongside custom-login.war. but on starting the sever the new customLogin app was not extracted.
Use the ant build file that came with the SDK. If you copy the alfresco.war file into root sample directory and run the ant task "integrate-extension".
Alternatively you can create your ant tasks to do 1. Copy the custom-login.jar to alfresco/tomcat/webapps/alfresco/WEB-INF/lib (run package-jar to create the jar) 2. Copy the web directory to alfresco/tomcat/webapps/alfresco/