06-13-06 12:11 AM
In article <e6kckm$30k1e$1@news.boulder.ibm.com>, bacelth@hotmail.com=20
says...
> The net administrator of this company has a restriction for the users in=
=20
> order to not to enable users to download or install programs to their pc.=
I=20
> have asked him to change this restriction temporaly and I also change the=
=20
> port that the applet was using, actually I'm using Iseries with V5R4 and =
the=20
> webfacing server using the port 4004, so now the applet is using the port=
=20
> 1885.
>=20
> The result of this changes to the net enviroment and the configuration of=
=20
> the HATS app. were the following: The application now is delivering the=
=20
> applet, so it works, BUT when I made this change to others apps in the sa=
me=20
> server these other ones do not work. It seems that the Rational is not=20
> generating the .EAR file in the correct way. I don't find other reason wh=
y=20
> it is happening.
>=20
>=20
> I have this conclution because at the very beginning I noticed that my te=
st=20
> app. delivers the applet but after making some changes and regenerate the=
=20[vbcol=seagreen]
> .ear file the applet does not show up again, and I did not change this=20
> feature of the app.
>=20
>=20
> Regards
>=20
> Ivan
>=20
>=20
>=20
>=20
> "George Baker" <gbaker@us.ibm.com> escribi=F3 en el mensaje=20
> news:MPG.1ef636bd574c92369896d7@news.software.ibm.com...
ks OK=20[vbcol=seagreen]
0.2=20[vbcol=seagreen]
the=20[vbcol=seagreen]
led[vbcol=seagreen]
Probably not working because of the way you defined the port. The=20
following is from the InfoCenter:
Port for server socket
The port that the server should use to communicate with the applet.=20
A zero (0) specifies that a random unused port above 1024 is used. You=20
can also specify a range of ports, such as 2043-4544, or a list of ports=20
delimited by commas (,), such as 3045, 1345, 9596.
Note:
If HATS is "Vertically clustered" (multiple HATS deployments on the=20
same physical machine) separate ports need to be specified for each of=20
the clones. This could be done by either editing the port on each of the=20
clones or by specifying multiple ports (using comma separated ports or a=20
range of ports) on the original HATS application. The clones will then=20
use separate ports from the specified set.
If you are using a value of 0, then that clearly is the problem. =20
Specify a list of ports, with a single entry, but be careful with=20
clusters.
[ Post a follow-up to this message ]
|