From: Veggen S. <the...@ya...> - 2009-04-12 14:08:52
|
Hi.I'm having a problem deploying my web application (.war) to JBoss 5.0.1. Previously, it was running on Tomcat 6.In order to migrate to JBoss, I added a mysql-ds.xml to 'deploy' directory and added jboss-web.xml to WEB-INF. After deploying, no errors are displayed and it gets bound to /Kika context, but when I attempt to access the app through http://localhost:8080/Kika, it tells me the resource is not available. If I make a static index page, it is served properly, but if it is a JSF page I get the afore mentioned error.I checked under jboss.web in JMX console, and here's what I found:J2EEApplication=none,J2EEServer=none,WebModule=//localhost/Kika,j2eeType=Servlet,name=default J2EEApplication=none,J2EEServer=none,WebModule=//localhost/Kika,j2eeType=Servlet,name=jsp J2EEApplication=none,J2EEServer=none,WebModule=//localhost/Kika,name=jsp,type=JspMonitor I find it a bit strange not to see the reference to the Faces Servlet here. Is this expected?Do you have any ideas what might be wrong?Thank you very much for your time. |