Originally posted by Gregg Bolinger:
Any hosting company that supports J2EE hosting supports JSF. You just have to distribute the JAR files with your app in the WEB-INF/lib folder, just like on your local machine.
Thanks Greg.
Besides jsf-api, jsf-impl, and jsfcl, are there any other files that are needed?
I use Creator and it already bundles up: jsf-api, jsf-impl, jsfcl, and all of the commons, Java3D, and Spring related jars my app needs.
It almost sounds like I should be good to go with that unless there are some other JSF jars besides those I mentioned that are needed.