问题标签 [wso2as]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wso2 - 从 WSO2 GREG 访问端点
我在 WSO2 应用程序服务器上创建并部署了 JAX WS 应用程序。并且服务端点注册到 WSO2 GREG 中。现在我想在 Web 应用程序中使用这些端点,这些端点也部署到同一个应用程序服务器中。为此,我已将 GREG 注册表安装到应用程序服务器中,现在我想知道从 java 代码中使用这些注册表资源的最佳方法。我阅读了一些文档,但对选择哪一个感到困惑。
wso2 - 从 wso2IS STS 获取令牌时出错
我正在尝试从 wso2 示例运行 Sample STS 客户端。
我创建了具有常驻身份提供者和服务提供者的身份服务器。
我遵循以下教程
https://docs.wso2.com/display/IS530/Configuring+an+Identity+Provider#ConfiguringanIdentityProvider-Configuringaresidentidentityprovider
https://docs.wso2.com/display/IS530/Configuring+WS-Trust+STS
https:// docs.wso2.com/display/IS510/Configuring+a+Service+Provider#ConfiguringaServiceProvider-Addingaserviceprovider
eclipse - java.lang.InstantiationError:org.apache.axis2.databinding.ADBDataSource
我正在尝试使用 eclipse IDE 和 Apache Tomcat (7) 开发一个 Web 应用程序。当我在 wso2 AS 上部署 .WAR 文件并打开 url 时,尽管使用相同版本的 axis2 来构建和生成代码,但每次都会收到此错误。任何帮助,将不胜感激。谢谢你。
java - 应该使用哪个axis2类进行基本授权?
我正在使用axis2-1.6.2.jar、axis2-transport-local-1.6.2.jar、axis2-transport-http-1.6.2.jar和axis2-kernel-1.6.2.jar。这是我的 web.xml 文件:
但是每当我尝试授权用户时,我都会收到以下错误
请帮忙。先感谢您
wso2 - 无法使用端口 9444 访问应用程序服务器
我已经将 carbon.xml,偏移量 0 更改为 1
服务器以消息启动:
但我无法使用上面的 URL 访问应用程序服务器
eclipse - WSO2 Developer Studio AS 3.8.0 / Developer Studio EI 1.1.0 - 困惑
我正在使用使用 Developer Studio EI 1.1.0 的 EI 6.1.1。
我将使用开发人员工作室下载指向开发人员工作室 AS 3.8.0 的 AS 5.3.0。
下载链接提供两个 zip 文件(截至 2017 年 12 月 10 日):
- developer-studio-eclipse-jee-luna-win64-x86_64-3.8.0.zip
- developer-studio-ei-eclipse-jee-mars-2-win64-x86_64-1.1.0.zip
问题 :
- AS 和 EI 的开发人员工作室/IDE 是否不同?
- 一个 IDE 可以同时用于 AS 和 EI 吗?
- 为什么要为每个产品分开 IDE?
谢谢
wso2 - 是否可以用 org.apache.axis2 工件替换 org.apache.axis2.wso2 工件?
伙计们!
我需要更新在 wso2 服务器上运行的项目中的工件。使用了 wso2 特定的工件,例如 org.apache.axis2.wso2 或 org.apache.ws.commons.axiom.wso2。
如果我想用更新的常规 org.apache.axis2 工件替换这些 wso2 特定工件,它会导致错误还是我可以自由使用非特定工件?
wso2 - Wso2is 集群错误的文档
我正在关注这个文档: https ://docs.wso2.com/m/view-rendered-page.action?abstractPageId=85367416 。
但我很困惑,因为:
- 在 carbon.xml 它告诉写 wso2.is.com 像别名。
- 在site.json和web.xml中写is.wso2.com
- 最后在 nginx 配置 as.wso2.com
有哪些区别?有什么不对吗?谢谢
wso2 - wso2 与 orion 和 Authzforce 的集成以及访问控制
很好,我想创建一个 Orion 有多个实体的场景,并从对 WSO2 的请求中检查用户或代理是否具有一系列策略的授权。如果它有授权,则将 WSO2 请求重定向到 Orion。有可能吗?怎么做?
是否可以将 Authzforce 的 PIP 集成到 WSO2 中?
谢谢!!