Hi Mahi. These are the steps I used to deploy guvnor and designer into guvnor:
- Download Guvnor: http://download.jboss.org/drools/release/5.3.0.Final/guvnor-distribution-5.3.0.Final.zip
- Extract guvnor tomcat distribution inside tomcat/webapps and rename it to drools-guvnor.war
- Download http://sourceforge.net/projects/jbpm/files/designer/designer-2.0/designer-2.0-jboss.war/download, plate it inside tomcat/webapps and rename it to designer.war
- Start tomcat. (so that wars are exploded, you can unzil then manually if you want)
- Stop tomcat
- Copy the following jar files from drools-guvnor/WEB-INF/lib to tomcat/lib (or designer WEB-INF/lib)
antlr-2.7.7.jar
antlr-3.3.jar
antlr-runtime-3.3.jar
log4j-1.2.12.jar
-Start tomcat and should work
Hope this helps,
Demian