This issue has been created
There are 3 updates.
 
 
XWiki Commons / cid:jira-generated-image-avatar-a4173d97-4ce4-47c8-96ef-ea2e5337ba6d XCOMMONS-3257 Open

Debian package xwiki-tomcat10-common 17.0.0 is broken

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-f7ff68e8-d4d1-43ef-98cd-7fb8a9e3e7a2 reimer created this issue on 11/Feb/25 13:32
 
Summary: Debian package xwiki-tomcat10-common is broken
Issue Type: cid:jira-generated-image-avatar-a4173d97-4ce4-47c8-96ef-ea2e5337ba6d Bug
Affects Versions: 17.0.0
Assignee: Unassigned
Created: 11/Feb/25 13:32
Priority: cid:jira-generated-image-static-blocker-e542c3f6-023c-4f91-843f-a31b7e2f3a3c Blocker
Reporter: reimer
Description:

The symbolic link `xwiki.xml` to `/etc/xwiki/xwiki-tomcat10.xml` is in the wrong location.

It gets created under `/etc/tomcat9/Catalina/localhost/` but should be in `/etc/tomcat10/Catalina/localhost/`.

Without it tomcat won't deploy xwiki.

I had to manually create the link in `/etc/tomcat10/Catalina/localhost/` for xwiki 17 to run on tomcat10.

See package contents below:

# dpkg-query -L xwiki-tomcat10-common 
/usr
/usr/share
/usr/share/doc
/usr/share/doc/xwiki-tomcat10-common
/usr/share/doc/xwiki-tomcat10-common/copyright
/etc
/etc/systemd
/etc/systemd/system
/etc/systemd/system/tomcat10.service.d
/etc/xwiki
/etc/systemd/system/tomcat10.service.d/xwiki-tomcat10-systemd.conf
/etc/xwiki/xwiki-tomcat10.xml
/etc/tomcat9
/etc/tomcat9/Catalina
/etc/tomcat9/Catalina/localhost
/etc/tomcat9/Catalina/localhost/xwiki.xml
 
 

3 updates

 
cid:jira-generated-image-avatar-f7ff68e8-d4d1-43ef-98cd-7fb8a9e3e7a2 Changes by reimer on 11/Feb/25 13:33
 
Summary: Debian package xwiki-tomcat10-common 17.0.0 is broken
Environment: Ubuntu 24.04.2 LTS
Description: The symbolic link ` *{{ xwiki.xml ` }}* to ` *{{ /etc/xwiki/xwiki-tomcat10.xml ` }}* is in the wrong location.

It gets created under
` *{{ /etc/tomcat9/Catalina/localhost/ ` }}* but should be in ` *{{ /etc/tomcat10/Catalina/localhost/ ` }}* .

Without it tomcat won't deploy xwiki.

I had to manually create the link in
` *{{ /etc/tomcat10/Catalina/localhost/ ` }}* for xwiki 17 to run on tomcat10.

See package contents below:

{code}
# dpkg-query -L xwiki-tomcat10-common 
/usr
/usr/share
/usr/share/doc
/usr/share/doc/xwiki-tomcat10-common
/usr/share/doc/xwiki-tomcat10-common/copyright
/etc
/etc/systemd
/etc/systemd/system
/etc/systemd/system/tomcat10.service.d
/etc/xwiki
/etc/systemd/system/tomcat10.service.d/xwiki-tomcat10-systemd.conf
/etc/xwiki/xwiki-tomcat10.xml
/etc/tomcat9
/etc/tomcat9/Catalina
/etc/tomcat9/Catalina/localhost
/etc/tomcat9/Catalina/localhost/xwiki.xml
{code}