[opencms-dev] install opencms 19 problem, opencms 18 works
Ramon Gavira Sáenz
ramon.gavira at sagasoluciones.com
Thu Jul 17 09:11:19 CEST 2025
We have the same experience while upgrading... it work upgrading to version 18, but not with version 19.
Did you fixed?
Anyone with the same problem?
________________________________
De: opencms-dev <opencms-dev-bounces at opencms.org> en nombre de Hein van der Kallen via opencms-dev <opencms-dev at opencms.org>
Enviado: martes, 15 de abril de 2025 12:49
Para: opencms-dev at opencms.org <opencms-dev at opencms.org>
Cc: Hein van der Kallen <hvanderkallen at xs4all.nl>
Asunto: [opencms-dev] install opencms 19 problem, opencms 18 works
I tried to install opencms19 as ROOT.war
Running on jdk 11 and tomcat 9.0.102
Tried to access the setup on http://<test.mysite.com>:<myport>/setup/<http://%3ctest.mysite.com%3e:%3cmyport%3e/setup/>
Where myport is the port number of my HTTP/1.1 connector in server.xml in my running tomcat instance:
<Connector port="myport" protocol="HTTP/1.1" connectionTimeout="20000" maxParameterCount="1000" />
( and no ssl connector)
I cleared the caches in my browser (To prevent going to https) , but I got no response. So NO setup ☹
What went wrong ?
I tried to install opencms 18 as ROOT.war
On the same tomcat instance and with the same http://<test.mysite.com>:<myport>/setup/<http://%3ctest.mysite.com%3e:%3cmyport%3e/setup/>
It installs via http: as it should. 😊
The site uses apache as front end and connects to tomcat via a
<Connector port="myport2" protocol="AJP/1.3" address="::1" maxParameterCount="1000" secretRequired="false" />
See also: https://documentation.opencms.org/opencms-documentation/server-administration/apache-proxy-configuration/index.html
So I will try out opencms18 now instead of opencms19.
Ps : https://documentation.opencms.org/opencms-documentation/introduction/installation/ states
“Start the setup wizard by pointing your browser to http://localhost:8080/opencms/setup/.”
What in many cases is not right.
Ps2: https://documentation.opencms.org/opencms-documentation/server-administration/tomcat-configuration/index.html advises
“The connectors that are predefined by default, e.g., the connector for port 8080, should be removed or at least commented out.”
But if you remove the protocol="HTTP/1.1" connector you cannot run an install or update of opencms anymore ( as I did).
Hein van der Kallen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencms.org/pipermail/opencms-dev/attachments/20250717/9a587f77/attachment.htm>
More information about the opencms-dev
mailing list