Forums de discussion

Migrating to Tomcat 9.0 for Liferay 7.0

David Choi, modifié il y a 6 années.

Migrating to Tomcat 9.0 for Liferay 7.0

New Member Publications: 4 Date d'inscription: 08/04/17 Publications récentes
Hello I was wondering if it is possible to migrate Liferay 7.0 from tomcat 8.0 to tomcat 9.0. I ran into errors when trying to run Liferay 7.0 by placing .

I get a:

SEVERE [main] org.apache.catalina.core.StandardContext.listenerStart Exception sending context initialized event to listener instance of class com.liferay.portal.spring.context.PortalContextLoaderListener
java.lang.ExceptionInInitializerError

and I'm not sure what is the problem. I was wondering if anyone had experience migrating to tomcat 9.0.
thumbnail
David H Nebinger, modifié il y a 6 années.

RE: Migrating to Tomcat 9.0 for Liferay 7.0

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
Tomcat 9 is currently not supported. Unfortunately that means that any errors you encounter will be yours to resolve...

If you do fix them, though, posting solutions back here I'm sure would help others.







Come meet me at the 2017 LSNA!
David Choi, modifié il y a 6 années.

RE: Migrating to Tomcat 9.0 for Liferay 7.0 (Réponse)

New Member Publications: 4 Date d'inscription: 08/04/17 Publications récentes
So I was able to get it to work on tomcat 9.0 by following the instructions at this link:
https://dev.liferay.com/discover/deployment/-/knowledge_base/7-0/installing-liferay-on-tomcat-8

I think it was primarily a matter of configuration.