File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
http-tests/admin/packages Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,11 @@ install_status=$(curl -k -w "%{http_code}\n" -o /dev/null -f -s \
2222echo " Install status: $install_status (expected: $STATUS_SEE_OTHER )"
2323echo " $install_status " | grep -q " $STATUS_SEE_OTHER "
2424
25- echo " ### STEP 2.5: Verifying stylesheet file exists"
26- docker compose exec linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
25+ # Verify stylesheet file exists in Tomcat's webapps directory
26+ docker compose exec -T linkeddatahub ls -l webapps/ROOT/static/com/linkeddatahub/packages/skos
27+
28+ # Make internal request from nginx to Tomcat to warm up static file cache
29+ docker compose exec -T nginx curl -s -o /dev/null http://linkeddatahub:7070/static/com/linkeddatahub/packages/skos/layout.xsl
2730
2831# verify package stylesheet was installed (should return 200)
2932echo " ### STEP 3: Verifying package stylesheet exists"
You can’t perform that action at this time.
0 commit comments