The requested resource (/PortletDownLoad/) is not available

3 respostas
Thyago1

Alguem poderia me explicar o porque que acontece esse erro ?

HTTP Status 404 - /PortletDownLoad/

type Status report

message /PortletDownLoad/

description The requested resource (/PortletDownLoad/) is not available.
JBoss Web/2.1.3.GA

Isso acontece dentro do portlet que eu publiquei la no liferay portal.

3 Respostas

drsmachado

Erro 404: Arquivo não encontrado.
Ou o nome está errado ou o mapeamento ou o arquivo não se encontra no local indicado ou ele foi deletado.

MeninodaVila

Comecei a utilizar o Eclipse e está acontecendo o mesmo ERRO.
O arquivo index.jsp existe e NÃO vejo nenhum erro no Web.XML.

Vejam como está:

<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5"> <display-name>webhibernate</display-name> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> <servlet> <servlet-name>Faces Servlet</servlet-name> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>Faces Servlet</servlet-name> <url-pattern>*.jsf</url-pattern> </servlet-mapping> <context-param> <description>State saving method: 'client' or 'server' (=default). See JSF Specification 2.5.2</description> <param-name>javax.faces.STATE_SAVING_METHOD</param-name> <param-value>client</param-value> </context-param> <context-param> <param-name>javax.servlet.jsp.jstl.fmt.localizationContext</param-name> <param-value>resources.application</param-value> </context-param> <listener> <listener-class>com.sun.faces.config.ConfigureListener</listener-class> </listener> </web-app>

[b]O que está errado?!
Alguém sabe?!

Valew[/b]

MeninodaVila

UP!!!

Criado 3 de fevereiro de 2011
Ultima resposta 4 de abr. de 2011
Respostas 3
Participantes 3