[jboss-user] [Beginners Corner] - Re: Inability to Run a JSF Application on JBoss

2008-02-19 Thread ManiCY
I have exactly the same problem using jboss 4.0.5 When I deploy my war to my local Tomcat 1.6.0_03, it works fine but fails on jboss. Can anybody help? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4130467#4130467 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Inability to Run a JSF Application on JBoss

2008-02-19 Thread ManiCY
[EMAIL PROTECTED] wrote : You are trying to use the JSF RI. You should either remove MyFaces from JBoss or remove the RI from your application. | | See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces | | Stan Sorry, haven't seen this on the page I came from - this solved my

[jboss-user] [Beginners Corner] - Re: Inability to Run a JSF Application on JBoss

2007-02-25 Thread [EMAIL PROTECTED]
jhimmel wrote : | Since I am new to JSF and relatively new to Java, I am not sure what the purpose is for a file ending in the ?.faces? suffix. | | - jhimmel | That's how a request is mapped to the JSF servlet. It is done in web.xml. That's a VERY newbie question. I suggest you

[jboss-user] [Beginners Corner] - Re: Inability to Run a JSF Application on JBoss

2007-02-22 Thread jhimmel
Thanks. After I figured out how to remove the RI from the application on JBuilder, I ran this again. This time I obtained the following error display: HTTP Status 404 - /JSFTutorialAttempt2/login.faces type Status report message

[jboss-user] [Beginners Corner] - Re: Inability to Run a JSF Application on JBoss

2007-02-20 Thread [EMAIL PROTECTED]
You are trying to use the JSF RI. You should either remove MyFaces from JBoss or remove the RI from your application. See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFaces Stan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4019570#4019570 Reply to the