Or As per requirement, please let me know if there is an alternate way to start an Activiti process from an external Application without using Spring-Boot.
Hi, I didn't understand very well what you want to do, but I guess you want to create an application with an embedded Activiti and you need to expose a way to start processes from outside this application.
Is not mandatory to use spring boot for creating the REST services (but in my opinion is the easiest way you could do it) You can imagine there are a lot of possibilities how you can design and implement your application around a framework/technology you like the most.
Thank you for the resolution. I could get past the error. As you said, I want to start an Activiti task using a REST Call from my Web Application.
So far, I could create a test REST service using spring-boot-starter-rest-api and exposed it as REST Service. Created a jar - ActivitiRestProject.jar and copied to <tomcat location>\activiti-explorer\WEB-INF\lib folder.
After starting the Activiti Application using tomcat, I am unable to call the exposed service using Advanced Rest Client. http://localhost:8081/activiti-explorer/process (have configured activiti tomcat to 8081 port)