I have to deploy a gwt project in a remote server. I have developed it in Eclipse in my local machine and debugged it in dev mode and it is working fine.
But in order to deploy it in external server it should not be in dev mode. I have to copy only the compiled version. So I did a clean and built the project and transferred my war file to the external server. But the server shows the error could not run in super dev mode.
I deleted the project and built in newly and transferred the war file and without running it. Still the same error occurs. Is there a way to check if dev mode is removed from the contents of the war file?