I developed a Notes web page with references to STlinks applet.
<LINK REL=STYLESHEET HREF="http://sametime.mydomain.it:8088/sametime/stlinks/stlinks.css" TYPE="text/css">
<SCRIPT src="http://sametime.mydomain.it:8088/sametime/stlinks/stlinks.js"></SCRIPT>
<SCRIPT>setSTLinksURL("
http://sametime.mydomain.it:8088/sametime/stlinks")</SCRIPT>
The http is not standard (80) but it's 8088 because there's a port forwording from a single public server with a public IP address to the inner Sametime server.
The page I developed is ok when I see it in my company Lan, but from internet I get no online people: in fact on the Sun Java console I see:
2/4/2007, 1:52:15 ====> 1002
2/4/2007, 1:54:59 ====> 1002
2/4/2007, 1:57:44 ====> 1002
What port is the STlinks applet using? 8088 or a special port number?
The same happens with IE and firefox (both use Sun Java JVM..)
Any help?
Bye
CD