Forum Post: RE: Openedge app and Java app on same REST service?

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
Hi Paul, In your web application, if you have deployed two wars 1. OpenEdge REST Service War file 2. Your own Java war file If you access the REST Service then it has to go through it own Security mode. It will ask for credentials if the REST Security in the Application web.xml file is something other than "anonymous". Your Java Application should be accessed without providing any user credentials(If you haven't set anything specifically inside your Java Application).Make sure that you could access the Application if you could deploy it to a plain tomcat. It should be as similar as that of deploying a "aia" or "wsa" servlet inside the webapp and accessing it.

Continue reading...
 
Status
Not open for further replies.
Back
Top