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
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
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
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.
>
>