- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2018 04:59 AM
Hi,
I downloaded Alfresco Process Services (APS) and copied the licence file activiti.lic in the folder:
process-services-1.9.0.3 --> tomcat --> Lib.
I changed the name of the activiti.admin.war.undeployed into activiti.admin.war and copied the file into the webapps folder of tomcat (which I have been installing on windows following a youtube video).
So basically I followed the instructions of the read me file to install APS but when I put http://localhost:8080/activiti-app in one of my browsers (firefox/chrome/edge) this text occurs:
HTTP Status 404 – Not Found
Type Status Report
Message /activiti-app
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/9.0.13
Can anyone help me please to finish the installation so I can log in to the workflow system?
Best regards,
Tass
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 10:38 AM
From the catalina log, looks like you already have something running on port 8080, which is causing a conflict:
19-Nov-2018 11:42:13.754 SEVERE [main] org.apache.coyote.AbstractProtocol.init Failed to initialize end point associated with ProtocolHandler ["http-nio-8080"]
java.net.BindException: Address already in use: bind
You can modify the port in the tomcat/conf/server.xml
The DB properties look fine.