Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Do you have JBoss reload the context when it’s changed? If you are using JBoss with Tomcat as the servlet container, you can edit the context file and set reloadable=true and that will trigger when files change in the context.
just I do not want to use another server rather than jboss that I have all my works and references using it then now I have this errror at running this latest verstion
ERROR [[/]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.NoSuchMethodError: javax.servlet.ServletContext.getContextPath()Ljava/lang/String;
amir55,
JBoss ships it’s own JSF libraries, it looks like you may be deploying your own JSF libraries (or MyEclipse’s JSF libraries) along with your JSF application, which on JBoss, causes the exception above.