i have dspace 7.4 and i tried to upgrade to 8.1 and everything seemed to be normal but when i run the jar it doesn't give me any message.
root@biblio:/dspace/webapps# java -jar server-boot.jar
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.4.2)
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
root@biblio:/dspace/webapps#
What mistake could I have made ? I have followed the official documentation, in case it does not work I want to try using tomcat classic and see if everything is ok.
what do you recommend