Foros de discusión

Portal version not supported. Need at least 6.1.10

thumbnail
manoj manoj, modificado hace 10 años.

Portal version not supported. Need at least 6.1.10

Junior Member Mensajes: 36 Fecha de incorporación: 12/04/12 Mensajes recientes
Hi,
I started using Liferay developer studio recently (after my colleague urged me to in order to have hot deployment).
I have a liferay tomcat instance version 6.1.20 running fine with various modules.

Now, when I try to configure the liferay 6.1.EE server, I get the following error:
" Portal version not supported. Need at least 6.1.10"

Initially I thought that it is because we are using a different context parth of /portal (as mentioned in one of the forum messages),
but in spite of changing it to root, it is not working.

Does anybody know what is the eclipse ide looking for?

FYI:
We use maven for developing the modules.
thumbnail
Gregory Amerson, modificado hace 10 años.

RE: Portal version not supported. Need at least 6.1.10

Liferay Legend Mensajes: 1123 Fecha de incorporación: 16/02/10 Mensajes recientes
IDE/Developer Studio looks in <tomcat-location>/webapps/ROOT/WEB-INF/lib/portal-impl.jar for the version. ALso we support a custom root location, if the user has edited ROOT.xml in the tomcat config to point to a custom location. But we don't support a custom web context like /portal. We can try to add this in the future.