[jboss-dev-forums] [JBoss Web Development] New message: "Simple Application in Jboss with JSF"

Fahim Awan do-not-reply at jboss.com
Thu Feb 4 04:52:51 EST 2010


JBoss development,

A new message was posted in the thread "Simple Application in Jboss with JSF":

http://community.jboss.org/message/524103#524103

Author  : Fahim Awan
Profile : http://community.jboss.org/people/fahimawan83

Message:
--------------------------------------------------------------
Hi every1.
I am new to Jboss, before that i was using Apache Tomcat. My problem is that i have written a simple Dynamic Web Project in eclipse 3.4 in which there are only two JSP pages. on first page some message is written in <h:inputtext/> and on other page the value is displayed. this works fine on apache tomcat. but when i run it on Jboss 4.2.2.GA, then HTTP 404, page not found.
 
Besides that it does not show any exceptions on console... plz help? what to do.
i have also included following in my web.xml
 
 <context-param>
    <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
    <param-value>true</param-value>
</context-param>


--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/524103#524103




More information about the jboss-dev-forums mailing list