1

I'm learning Java EE and it appear to me that One of the things to Know is JSF

I'm also sing cloudControl but I haven't found a Way to Deploy a JSF Applications there.

Is there a way of deploying a JSF Applications on cloudControl ?

ken
  • 471
  • 9
  • 19
  • Although is not tested nor officially supported, you could try to deploy apps using tools like Mojarra[1] or MyFaces[2]. [1] https://javaserverfaces.java.net/ [2] http://myfaces.apache.org/ – Fernando Á. Apr 28 '14 at 14:17

1 Answers1

1

As mentioned in the comment, you need to provide some implementation of JSF as a dependency together with embedded jetty or tomcat runner. Here you can find some example apps for tomcat and jetty. Maybe it would be also helpful for you to have a look on our existing java guides.

mkorszun
  • 4,461
  • 6
  • 28
  • 43