Project

General

Profile

Actions

Bug #22309

closed

D-Net application is slow

Added by Michele Artini almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
_InfraScience Systems Engineer
Start date:
Oct 27, 2021
Due date:
% Done:

100%

Estimated time:

Description

The application deployed in the new server (newdnet-openportal.isti.cnr.it) is slow performing the startup and executing operations like:

for (final Resource res : ResourcePatternUtils.getResourcePatternResolver(resourceLoader).getResources("classpath*:/META-INF/**/pom.xml")) {
   …
}

I noticed also that the urls of the resolved classpath resources is:

jar:war:file:/var/lib/tomcat_dnet/8080/webapps/is.war*/WEB-INF/lib/commons-net-3.3.jar!/META-INF/maven/commons-net/commons-net/pom.xml

but it should be (according to the old server):

jar:file:/var/cache/tomcat_dnet/8080/Catalina/localhost/is/WEB-INF/lib/commons-net-3.3.jar!/META-INF/maven/commons-net/commons-net/pom.xml

Probably tomcat has not exploded the WAR in the working dir, Can you fix?


Add

Subtasks


Add

Related issues

Actions

Also available in: Atom PDF