[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problems Deploying JSF in Jboss (It works fine with Tomc

2006-08-14 Thread DWallin2
Thank you Peter for your help, I was able to figure it out. The problem was that I had not updated the listener in my project web xml. After changing it to org.apache.myfaces.webapp.StartupServletContextListener Everything Came out fine :) So for anyone else who encounters the same problem i

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problems Deploying JSF in Jboss (It works fine with Tomc

2006-08-14 Thread PeterJ
Assuming your war file is named Forms.war, the URL should be: http://localhost:8080/Forms View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965061#3965061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965061 _

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problems Deploying JSF in Jboss (It works fine with Tomc

2006-08-14 Thread DWallin2
Greetings Peter, I am using Jboss 4.0.4, and I placed my .war file in server/default/deploy. After reading your reply, I then went on to delete all of the jar files from my project lib. I started the JBoss server, and put in the address http://localhost:8080/Forms.war Jboss is not able to see t

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problems Deploying JSF in Jboss (It works fine with Tomc

2006-08-14 Thread PeterJ
Could you be a little more specific about what you mean by "it does not work." Is it that when you deploy the application, you get errors? Or there are no errors, but when you attempt to acces a web page you get errors or a corrupt page? If you are getting errors, please post them. Also, do