By local I mean a domino server running on my local machine. It is a test environment so all have manager rights to the databases.
If I try this with a client side java script library it works fine:
<xp:this.resources>
<xp:script src="http://localhost/projects/test/testB.nsf/testclient"
clientSide="true">
</xp:script>
</xp:this.resources>
but with the same database and a server side javascript it dosn't work
<xp:this.resources>
<xp:script src="http://localhost/projects/test/testB.nsf/testB.jss"
clientSide="false">
</xp:script>
</xp:this.resources>
http://localhost/projects/test/testB.nsf/testB.jss and http://localhost/projects/test/testB.nsf/testB
but no success. I always get this error, that the javasript library is not available.