factionsecurity / faction

Pen Test Report Generation and Assessment Collaboration
https://www.factionsecurity.com/
GNU General Public License v2.0
411 stars 27 forks source link

Unable to Deploy on tomcat showing error as Application at path /faction could not be started #26

Closed Vishwa20241 closed 6 months ago

Vishwa20241 commented 7 months ago

Hi

Im unable to deploy the war file directly on tomcat server as it i throwing the error Application at path /faction could not be started ANy suggestions would be greatly appreciated

Vishwa20241 commented 7 months ago

using tomcat 9

summitt commented 7 months ago

It needs read permissions to /opt/faction/modules. This is to support extending Faction. It does not need to have anything in the folder for now but needs access to see if it's extended in any way. Let me know if adding this folder fixes your issue.

summitt commented 7 months ago

@Vishwa20241 If you are still having issues, try release 1.1.26. We are starting to remove any dependencies on the file system. Hopefully, this will fix your issue.