Error Deploying Multiple Instances
In summary, I am trying to deploy Alfresco multiple times as separate web applications within one Tomcat instance and receiving error: ERROR [org.alfresco.smb.protocol] Error accessing Win32 NetBIOS, check DLL is on the path; on all but the first application that starts.
In detail, I am attempting to deploy multiple Alfresco repositories named alf001, alf002, alf003 … I have created one database in MySQL for each repository and I manually unpack the Alfresco.war into webapps\alf001, webapps\alf002, ect. I change the WEB-INF\classes\alfresco\repository.properties and the WEB-INF\classes\alfresco\file-servers.xml to reflect the new repository name and database. When I start Tomcat I receive no errors with alf001 but receive the above error on all subsequent Alfresco applications, although all do start and do work.
I do not believe this is a path issue else the first instance would not start either. Is it possible that the DLL does not support multiple repositories or do I need to change something else?
Thanks