Hello
I have been trying to deploy a build on jboss taken from 64 bit production environment to my 32 bit local environment, after completing %100 copy process to my local system, I tried starting jboss however it keeps complaining about not being able to execute java.
I downloaded 32 bit version of java on my system, then I was able to start jboss however it gets stuck after throwing log4j error, so I copied jboss-log4j.xml configuration file from fresh build and jboss was able to start, however none of the app were successfully deployed.
what do you guys think? all these problems are due to environment difference?
Thank you
If you install a 32bit program in a 64 bit OS, it will create
C:\program files (86)\.........
Make sure you point them to the right place and you should be good....