Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对很多网络服务都很熟悉。我现在需要将其中一些暴露给第三者。为了管理连接,我打算创建一个虚拟服务器,但似乎我必须让整个耳朵都可用。
我想做的是创建虚拟服务器并说它只能访问这些少数/特定的 Web 服务。
使用 Glassfish 3.12
您必须在 Web 服务中实现身份验证和授权机制,因此只有被允许的方可以访问它们。