Wednesday, August 3, 2022

Re: GWT 2.10.0 with WildFly 26.

src="../gemsInquiry/gemsInquiry.nocache.js" doesn't look correct.  Are you sure it shouldn't be src="/gemsInquiry/gemsInquiry.nocache.js"?

So instead of:
http://localhost:8080/..../gemsInquiry/gemsInquiry.nocaches.js

you would have:
http://localhost:8080/gemsInquiry/gemsInquiry.nocaches.js

On Wednesday, 3 August 2022 at 11:30:29 pm UTC+10 parthib...@gmail.com wrote:
 I am using Java 17 and GWT 2.10.0. For deploy I am using WildFly 26. I Can able to deploy my application successfully but when did I open url getting  gemsInquiry.nocaches.js file not generated 

<script type="text/javascript" language="javascript"
src="../gemsInquiry/gemsInquiry.nocache.js"></script>

GET http://localhost:8080/..../gemsInquiry/gemsInquiry.nocaches.js 404 (Not Found)


gemsInquiry.nocaches.js file not generated so I am facing 404 ERROR

 How shall I run my application into WildFly 26?

Regard, 
Parthiban Chelladurai.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/1b62af54-f1f9-4835-927d-5f90ab1c03cbn%40googlegroups.com.

No comments:

Post a Comment