Hi
I want to establish a comnnection with a sql database,but I don't know where is the <TOMCAT_HOME>/lib directory in my AIO proyect
I'm using the alfresco-allinone-archetype version 3.1.0
I assume you are looking for the lib directory because you want to put your database driver in it.
Instead, why not add the database driver to your dependencies in your pom.xml file. You can mark it with a scope of provided so it doesn't package the driver into your AMP.
Later, when you are ready to deploy, put the driver JAR in the lib directory of whatever Tomcat you are deploying to.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.