-
Authentication to REST APIs not served from OTAG
A JavaScript application running on AppWorks has an access to the otagtoken and can perform AJAX requests to REST APIS served from the same origin. How about communicating with other REST APIs and enjoying SSO coming from the initial login to AppWorks? Let's say that I'd like to access the CS REST API. I can authenticate…
-
Sizing AppWorks gateway
I need to understand how the sizing (CPU , disk , ram) servers Appworks gateway for potential users in 1500. and if it is advisable to install on the same server AppWorks and Content Server 10.5.0
-
How to build Swagger documentation
Hi, This site contains the API documentation built with swagger. When I install Content Server 10.5 and the Gateway 1.1.6 on my machine; how can I build the API documentation for it? I'd like to be able to have the API docs on the development machine. Thanks, Roel
-
Content Server REST API
Hi, I'm trying to access Content Server's REST API via the OTAG Reverse Proxy Service, but I get prompted for credentials when a request is made to the CS REST API. Supplying credentials does not work and keeps on prompting for credentials. We are using NTLM authentication on Content Server, when using a REST Client I have…
-
Error:Problem installing or configuring OpenText Directory Services.
Dear Support, I have installed OTDS 10.5 for Content Server 10.5 and now I am installing OTAG 1.1.6 and connected it to the existing OTDS 10.5 After the deployment of OTAG, I have selected the option to connect to an existing OTDS. I declared the existing "Resource" on which the "otag partition" will be attached. After I…
-
Tomcat localhost:8080 not available
I have installed Appworks gateway. When going to localhost:8080/gateway, I get in fine but when I go to localhost:8080, I get the message 'Http Status 404 - The requested resource is not available', this was working before appworks. Is it normal to get this message?
-
New App that links to another App
Hello AppWorks Developers, Is there a way so I can create a new custom App that will display some folders from Content Server. I can do that throught the RESTApi and then when the user clicks on one of these folders I will link them to the EveryWhere Enterprise App directly displaying the contents of this folder. When I…
-
What are steps required to install App work other than port 8080
Hello, I am using Jenkins for port 8080. I want to install Appwork in my local machine. I changed server.xml file of apache-tomat to port : 8086 but that didnot work to start the app. Can someone help me what are the steps required to install appwork other than port 8080
-
Open Text Rest API Creating Document not working with Dot Net Client
Hi , I am trying to use Rest API using asp.net C#. I am able to Create a token. But when i am trying to Create a Document, I am not getting any response. The application is getting timed out. Please find the code used below: string getcreateurl = "http://localhost/otcs/cs.exe/api/v1/nodes?"; RestClient client = new…