Hi all programmers,
I have a a web application run by a stand alone tomcat server on a 32bit machine, now I decided to move it to a fully 64bit environment machine, everything will be 64bit tomcat, java .. etc.
I did the transferring and deployment of the needed files. Then started the server but I can view my app it's throwing error: "Servlet someservlet threw load() exception"
Is there a required step on transferring a 32bit origin web application to a fully 64bit machine?
Thanks,