The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.
Hi all
i have tried to deploy a simple EGL rui on iSeries Tomcat and if i run it connected from the same iSeries's lan it works fine; instead if i try to run from external (pointing to the public iSeries adress) it don't works.. i think it's a tomcat configuration problem ...
Can some one help me where i'm wrong
Thanks in advance
example :
from same iSeries lan : http://http://192.168.1.100:8080/EGLMobileSample_EAR/MortgageCalculatorHandler-en_US.html OK
from external : http://myIp_iseriesPublic:8080/EGLMobileSample_EAR/MortgageCalculatorHandler-en_US.html KO
Hi
Found the problem : i had not Associate HTTP Server for i with Tomcat
Thanks and sorry