how to web enable standalone creator2 webapplication?
Hi,
I have been trying over internet with my colleague to connect to the application on my server using IE:
http://xxx.xxx.xxx.x:29080/ICD10/faces/Page1.jsp
http://xxx.xxx.xxx.x:25848/admingui/TopFrameset
(where x are relevent IP address numericals) without success.
Please letme know what other issues are involved after successful deployment of webapplication on creator2 to web enable it.
I appreciate any help...
Dr.AM.Mohan Rao
[481 byte] By [
Madan] at [2007-11-26 7:15:38]

# 2
The admin console is bound to the 127.0.0.1 address. You have to edit the http-listener configuration and replace 127.0.0.1 for something less restrictive like 0.0.0.0 ("listen on all addresses"). Enter to admin console, then Configuration -> HTTP Service -> HTTP Listeners -> admin-listener, and edit the proper value.
The http-listener bound to port 2980 is not restricted to localhost. I could not tell why you can't access your app from Internet.
Hope this helps.
Antonio.
Message was edited by:
antoniovl
# 3
What error did you get in the browser?
Since it is over internet there are may be some routing issues. Are you able to ping successfully the webserver host from the host where you're running the browser ? If yes, then are you able to successfully
"telnet <webserver_host> 29080" from the browser host?
# 4
Hi,Thanks.I tried ping host server from different host browser and several ping application sites without success. Apparently it is not legal to hack IP addresses. Hence, we thought it is better if we sought a web application hosting service.Dr.AM.Mohan Rao
Madan at 2007-7-6 18:51:00 >
