file « Tomcat « JSF Q&A





1. How to use large amounts of static text in a JSF application?    stackoverflow.com

I am creating a JSF application which has alot of text to be displayed statically, Such as descriptions and details. Now my problem is that i cant use the properties file since ...

2. java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/faces/webapp/FacesServlet    stackoverflow.com

i want to use Mojarra 2.1 with Tomcat 7 so i added following dependencies in my pom file:

<dependency>
       <groupId>com.sun.faces</groupId>
       <artifactId>jsf-api</artifactId>
 ...

3. IS there any way to add files to a deployed web application on tomcat server    stackoverflow.com

I'm working on a jsf2 web application and i need to upload files to a folder in my webcontent and keep them permanently, I used the technique that is mentioned in ...