Re: Facelets webapp can't start on Tomcat 6.0.32

2011-04-27 Thread Fahmi Hachicha
tags are not working (or in action). Regards Fahmi 2011/4/27 Jakob Korherr > Hi, > > Please check your Tomcat log for the Exception report. There should be > a message why it could not invoke MyFaces' startup listener ("SEVERE: > Error listenerStart"). > > R

Facelets webapp can't start on Tomcat 6.0.32

2011-04-25 Thread Fahmi Hachicha
Hello, I am starting using Facelets. I prepare a simple webapp from a tutorial, when deploying the webapp, Tomcat 6.0.32 can't start the webapp and reports : INFO: Deploying web application archive FaceletTest1.war 25 avr. 2011 18:53:08 org.apache.catalina.core.StandardContext start SEVERE: Error

Re: Customize URL access

2011-03-31 Thread Fahmi Hachicha
cat > display this error: > java.lang.ClassNotFoundException: servlet.maiservlet > > I have Tomcat 7.0.8. > > > > 2011/3/31 Fahmi Hachicha > >> Hello, >> >> You can map the sevlet in this manner in your web.xml >> >> >>ma

Re: Customize URL access

2011-03-31 Thread Fahmi Hachicha
Hello, You can map the sevlet in this manner in your web.xml maiservlet servlet.maiservlet maiservlet /maiservlet Good lack Fahmi 2011/3/31 Justin Randall > Read up on web.xml and using Serlvet mappings to define paths that map to > the Servlet class itself. > >