JSF form will work in Tomcat webapp?

Hi Team,

I am trying to deploy below example in tomcat webapps. Is JSF will work the only JBoss?

camunda-bpm-examples/usertask/ task-form-external-jsf /

Regards,
Kedari.

Hi @kedarik,

Tomcat is a servlet container (not a Java EE container) which means it doesn’t support CDI where in the above example CDI integration is used.

Hi @hassang,

I am Using Community edition,In that there is only tomcat. So is it not possible to use jsf in community edition.

Thanks,
Jayapragadeesh J

Hi @Jayapragadeesh,
Community edition is available for JBoss and Wildfly.

2 Likes

Hi @hassang,
Thanks for the reply.

I will look into it.
Thanks,
Jayapragadeesh J