What does this error mean and how do I fix it??
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
What does this error mean and how do I fix it??  XML
Forum Index -> Tools
Author Message
burferd

Joined: 04/05/2006 00:00:00
Messages: 381
Offline


Using JSC2-1, Sun AppServer8.2, CE1.5.2

I have a project that I converted to IceFaces 1.5.2 when it first came out.
Things worked fine.

Today, I made some changes to image file names on a JSF page and when I
tried to run the program, I got this error:

type Status report
message Servlet Persistent Faces Servlet is not available
description The requested resource (Servlet Persistent Faces Servlet is not available) is not available.

The problem now is how do I fix it?
I have done several 'Clean and build's, restarted the AppServer several times, restarted JSC several times, and rebooted the computer several times. I still get the same error message.

Since it has something to do with 'Persistent Faces Servlet' I suspect it has something to do with IceFaces environment, but I have no clue as to what.

antony7777

Joined: 07/02/2007 00:00:00
Messages: 2
Offline


Check your web.xml for an entry for servlet named: Persistent Faces Servlet
burferd

Joined: 04/05/2006 00:00:00
Messages: 381
Offline


The web.xml contains the following references to 'Persistent Faces Servlet':

<servlet>
<servlet-name>Persistent Faces Servlet</servlet-name>
<servlet-class>com.icesoft.faces.webapp.xmlhttp.PersistentFacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>

<servlet-mapping>
<servlet-name>Persistent Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>

<servlet-mapping>
<servlet-name>Persistent Faces Servlet</servlet-name>
<url-pattern>/xmlhttp/*</url-pattern>
</servlet-mapping>

<servlet-mapping>
<servlet-name>Persistent Faces Servlet</servlet-name>
<url-pattern>*.iface</url-pattern>
</servlet-mapping>

<servlet-mapping>
<servlet-name>Persistent Faces Servlet</servlet-name>
<url-pattern>*.jsp</url-pattern>
</servlet-mapping>
 
Forum Index -> Tools
Go to:   
Powered by JForum 2.1.7ice © JForum Team