Archivo por meses: octubre 2014

How to setup a second instance of the Web Services Adapter

http://knowledgebase.progress.com/articles/Article/P91699 Setup your first instance of Web Services Adapter by using a copy of the <OpenEdge directory>\servlets\wsa directory. For an example please refer to Article 000020481, «How to setup the Web Services Adapter (WSA) with Tomcat on a Windows Platform.» . To setup a second instance please follow these general guidelines: 1. Stop your Java Servlet Engine (JSE), e.g. Tomcat. 2. Make another copy of the <OpenEdge directory>\servlet\wsa directory (this copy will go into your JSE ‘s webapps… Read More: How to setup a second instance of the Web Services… »

Deploy WebService application in Progress Explorer wsa

Cause The security constraints for administration are enabled by default. Resolution 1. Disable security constraints by commenting the tag in the WEB-INF\web.xml file where the WSA has been deployed in the Java Servlet Engine (JSE). NOTE:  There are multiple sections for security contraint in the web.xml and they will all need to be disabled. <!– <security-constraint>… Read More: Deploy WebService application in Progress Explorer wsa »