I had problem to copy my project from my home pc to office pc, the project deployed was false and some message shown lookup jndi problem. I have to manually delete jndi setting, delete the jdbc pool and also delete the mysql database connection. after that create the mysql connection, create the jdbc pool and jndi again, after these steps, the project deployment could be done.
So any other solution instead of the manual steps? for example use asadmin tool, to prepare those operations in batch file, or xml?
I had tried to read the glassfish v3 doc but could not find a solution by my own.
Please help, any advice is appreciated.