Hi,
I need some clarification
while running the ant demo.start command in the prompt , these steps to follow.
ant demo.start
This ant script will execute following steps:
1) (*) Build the webapps. All libraries are stored in ${actviti.home}/setup/files/dependencies/libs The webapps without the libs are stored in ${actviti.home}/setup/files/webapps. Building the webapps means that webapps are combined with the necessary libraries in ${actviti.home}/setup/build/webapps
2) (*) Install the H2 in ${activiti.home}/apps/h2.
3) Start the H2 database.
4) (*) Create the Activiti tables in the H2 database
5) (*) Insert the demo users and groups in the Activiti identity tables (see below)
6) (*) Deploy the example processes to the Activiti Engine DB
7) (*) Download Tomcat if not available in the ${downloads.dir}
😎 (*) Install Tomcat in ${activiti.home}/apps/apache-tomcat-${tomcat.version}
9) (*) Create an Activiti configuration jar
10) (*) Deploy the REST interface webapp into tomcat
11) (*) Deploy the Activiti webapp into tomcat.
12) Start tomcat
In the 8th step ,my side downloads directory is created but its not extracted.So ,i copied the tomcat for the same version and put it into apps folder and then start the server but i cant get the activiti explorer,what i do.Is anything wrong from myside. Please tell me.
what can i do in the 9 to 12 steps.Please help me out for this.
Thanks,
Valarmathi P