I am developing for App engine and I'd like to use the Super Dev Mode together with the App Engine development server. Is there a way to do it similar to the "-server" switch in the standard dev mode.
Thanks Thomas for the clarification.
I now understand that I must have two servers running one for app engine and the other for the code. I managed to make them work, however now I have a problem with GWT-RPC serialization. The code server compiled draft version does not contain the required server policies with the appropriate name (the *.gwt.rpc files). There is the same number of policies in the original compiled version and in the draft version but they have different filenames. Now the server complains it can't find the appropriate serialization policies. How can I fix this?