i have achieved a web application using JSF, that is only doing some calculation, and that using Netbeans ( with GlassFish as a server).
then i installed Tomcat in an other PC and i tried to deploy this application in it, i put the application file in the C/programs/Apache.../tomcat/webapps and i called it in a browser :
http://localhost:8080/project/faces/welcome.jsp " since now everyting went just fine
but when i use the application the result of the calculation is wrong. and i don't understand why, because in my computer the result is everytime right.
please anyone who could tell what is the problem, and what am i doing wrong.