Você não deve colocar os jars das dependências dentro do war também, isso irá gerar problemas ("erros malucos").
Caso você queria fazer o deploy do Liferay em um context diferente do ROOT você deve setar no arquivo portal-ext.properties a propriedade:
1
2##
3## Portal Context
4##
5
6 #
7 # Specify the path of the portal servlet context. This is needed because
8 # javax.servlet.ServletContext does not have access to the context path
9 # until Java EE 5.
10 #
11 # Set this property if you deploy the portal to another path besides root.
12 #
13 portal.ctx=/meu-context-do-liferay
Bitte melden Sie sich an, um diesen Inhalt als unangebracht zu kennzeichnen.