In servENT 0.3.9
Using the portal to execute a service with an OpenLazslo UI tries to load it in localhost, ignoring the hostname parameter in the config files, then if I'm on another host an http error 404 page not fount is displayed.
I have the hostname uncommented and defined with my IP in the following files:
servent/deployment.props
servent/fada/fada.rc
servent/deploy/core-webapps/deployment.props
Logged In: YES
user_id=1312564
Originator: NO
Hi,
Could you please send on your configuration files and if possible the service and UI so I can reproduce the problem?
Thanks
Andy
Logged In: YES
user_id=1312564
Originator: NO
I've looked further into the problem and there seems to be a problem with a call to a servent method.
At the moment I use
ServentInfo.getInstance().getIP()
to discover the servent's IP - however when a IP/hostname is configured within the servent.props file, it is not picked up by the servent.
I'll post this off as a bug here.
Andy