I am using SmartClient 12.0, SmartClient_v120p_2020-01-07_PowerEdition. However, I'm only using the front end components from the smartclientRuntime, not the SDK.
I am trying to set up the RealtimeMessaging Module that I purchased, I included it in a <script> tag in my main html document.
However, when I try to run my page, I get "Transport error - HTTP code: 404 for URL: http://localhost:8080/isomorphic/IDACall"
From looking at a previous topic posted, I tried including the servlet mapping:
<servlet-mapping>
<servlet-name>IDACall</servelet-name>
<url-pattern>/isomorphic/IDACall/*</url-pattern>
<servlet-mapping>
However, this did not work, and crashed my application.
I'm not sure what else to do, please help!!
I am trying to set up the RealtimeMessaging Module that I purchased, I included it in a <script> tag in my main html document.
However, when I try to run my page, I get "Transport error - HTTP code: 404 for URL: http://localhost:8080/isomorphic/IDACall"
From looking at a previous topic posted, I tried including the servlet mapping:
<servlet-mapping>
<servlet-name>IDACall</servelet-name>
<url-pattern>/isomorphic/IDACall/*</url-pattern>
<servlet-mapping>
However, this did not work, and crashed my application.
I'm not sure what else to do, please help!!
Comment