cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying custom workflow

jakepens71
Champ in-the-making
Champ in-the-making
Hello,

What file path do i exactly use for deploying my content model, my workflow, my properties files, and my deployment files?


Every time i try to create a jar file to put my files in tomcat/shared/lib it does not work.

For some reason the jar file only takes that MANIFEST file. Which is not right.

So i am looking for a way to put in each xml file individually so i do not have to use .jar.

any help would be greatly appreciated.
3 REPLIES 3

jpotts
World-Class Innovator
World-Class Innovator

jakepens71
Champ in-the-making
Champ in-the-making
I have read it and the HelloWorldUI is the same program im trying to get to work. Copied the code word for word and having trouble deploying it.

jpotts
World-Class Innovator
World-Class Innovator
The tutorial is pretty clear about where to put files. It uses Maven to build an AMP. It says nothing about putting a JAR in shared/lib.

If you are choosing not to use Maven to package your files up as an AMP which you then install in the WAR, you can put your files in the expanded alfresco WAR, even though this is not recommended. As long as your workflow XML is somewhere on the classpath you will be able to load the workflows into Activiti via either the workflow console or a Spring bean.

Don't use shared/lib for anything.

Jeff