B4J Question webapp problem

billyrudi

Active Member
Licensed User
Longtime User
i have this error using google maps and pushpin.
can anyone help me?
HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /b4j_ws.js%20line%2059%20%3E%20Function. Reason:
<pre>    Not Found</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.z-SNAPSHOT</a><hr/>
</body>
</html>
 

billzhan

Active Member
Licensed User
Longtime User
Http error 404 means: file not found . This means the file xxx/www/b4j_ws.js is missing.

Not sure why this shows in the browser. Please upload your project (b4j and html) if possible.
 
Upvote 0
Top