hello everybody,
i've integrated NFuse 1.7 in a web application which runs on Tomcat 4.1.x (Linux) and Sun ONE 7 (Solaris).
everything works fine until i try to set the NFuse_CitrixServer property dynamically.
if i set the NFuse_CitrixServer IP address and NFuse_CitrixServerPort statically in NFuse.conf file i get connection to the MetaFrame server and can launch applications. but when i comment the properties in NFuse.conf and try to set them during the initialization via
[tt]
CitrixWireGateway gateway = new CitrixWireGateway();
gateway.initialize( credentials, citrixServer, transport, port );[/tt]
i don't get a connection.
does someone know how to make this work? must there be some special configuration entry?
thanx a lot in advance
i've integrated NFuse 1.7 in a web application which runs on Tomcat 4.1.x (Linux) and Sun ONE 7 (Solaris).
everything works fine until i try to set the NFuse_CitrixServer property dynamically.
if i set the NFuse_CitrixServer IP address and NFuse_CitrixServerPort statically in NFuse.conf file i get connection to the MetaFrame server and can launch applications. but when i comment the properties in NFuse.conf and try to set them during the initialization via
[tt]
CitrixWireGateway gateway = new CitrixWireGateway();
gateway.initialize( credentials, citrixServer, transport, port );[/tt]
i don't get a connection.
does someone know how to make this work? must there be some special configuration entry?
thanx a lot in advance