Thursday, April 27, 2017

Trying to run Super Dev Mode in Server

Hi,

I've made a deploy of my GWT project (2.8) in Google App Engine. When loading host page in GAE i get this error:

"Couldn't load "my entrypoint" from Super Dev Mode server at.... "my GAE URL server:9876".

I'm using GWT Eclipse Plugin and Google Cloud Tools for Eclipse Plugin.

It seems I've uploaded Super Dev Mode compiliation but not GWT server compilation. What can be wrong?

This is the Hostpage:

<!doctype html>
<html>
 
<head>
   
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
   
<title>DataEntry</title>
   
<script type="text/javascript" language="javascript" src="dataentry/dataentry.nocache.js"></script>
 
</head>

 
<body>
<!--     <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> -->
       
<div id="gwtContainer"></div>
 
</body>
</html>





--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment