Thank for the reply Simon.

 

I originally used: 

http://SERVER_NAME:port/APPNAME/PAGE.jsp

 

I now use:

http://SERVER_NAME:9191/APPNAME/faces/PAGE.jsp

 

and get this instead of the FacesContext error :

 

org.apache.jasper.JasperException:
java.lang.UnsupportedClassVersionError: Bad version number in .class
file
 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:384)
 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:297)
 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:247)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
        sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

 

 

 

________________________________

From: Simon Lessard [mailto:[EMAIL PROTECTED] 
Sent: 30 August 2007 14:13
To: MyFaces Discussion
Subject: Re: [Trinidad] web.xml & FacesContext

 

****** This Message Originated From The Internet Please Be Aware Of
Suspicious Attachments And Content ****** 

  

Hello Darren,

What URL did you use to access your page? That kind of error sometimes
happens when you use /faces/ mapping (which you use), but forget to add
it to the URL, thus accessing the JSP page directly, resulting in JSF
tag execution without prior FacesContext initialization (done by the
FacesServlet). 


Regards,

~ Simon

On 8/30/07, Darren McEntee <[EMAIL PROTECTED]> wrote: 

Hi Guys,

 

I am deploying a Trinidad application to a sun app server, and after i
deploy the WAR i get this error:

 

javax.servlet.ServletException: Cannot find FacesContext
 
 
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageCont
extImpl.java:830)
 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContex
tImpl.java:763)
        org.apache.jsp.BGHome_jsp._jspService(BGHome_jsp.java:91)
 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:860

...

 

My web.xml seems to be correct (attached), and the application works
fine on my local dev machine.

 

Am I missing anything?

Any ideas?

 

Thanks.

Darren.

 

 


  
P Please consider the environment before printing this email 

_________________________________________________________ 
 
1. The information contained in this E-mail, including any files
transmitted with it, is confidential and may be legally privileged. This
E-mail is intended only for the personal attention of the stated
addressee(s). Any access to this E-mail, including any files transmitted
with it, by any other person is unauthorised. If you are not an
addressee, you must not disclose, copy, circulate or in any other way
use or rely on the information contained in this E-mail or any files
transmitted with it. Such unauthorised use may be unlawful. If you have
received this E-mail in error, please inform the sender immediately and
delete it and all copies from your system. You may not forward this
E-mail without the permission of the sender. 
 
2. The views expressed in this E-mail are those of the author, and do
not necessarily represent the views of AMT-SYBEX. Internet
communications are not secure and AMT-SYBEX cannot, therefore, accept
legal responsibility for the contents of this message nor for any damage
caused by viruses. 
  

AMT-SYBEX Limited is a UK company, registration number GB03036807 at
address The Spirella Building, Bridge Road, Letchworth, SG6 4ET.  

AMT-SYBEX (NI) Limited is a UK company, registration number NI024104 at
address Edgewater Office Park, Edgewater Rd, Belfast, BT3 9JQ.
For more information on the AMT-SYBEX Group visit
http://www.amt-sybex.com <http://www.amt-sybex.com/> 
_________________________________________________________ 




 

 

 

P Please consider the environment before printing this email 

 


Reply via email to