401 Unauthorized" in JBOSS
- Article Type: General
- Product: Aleph
- Product Version: 18.01
Description:
When testing RESTFUL AP we see:
>>wget 'http://localhost:1891/rest-dlf/'
--21:09:39-- http://localhost:1891/rest-dlf/
=> `index.html'
Resolving localhost... 127.0.0.1
Connecting to localhost[127.0.0.1]:1891... connected.
HTTP request sent, awaiting response... 401 Unauthorized
21:09:39 ERROR 401: Unauthorized.
Resolution:
Updating main.properties has solved the problem:
>>diff /exlibris/aleph/u18_1/alephe/jboss_conf/main.properties.backup /exlibris/aleph/u18_1/alephe/jboss_conf/main.properties
1c1
< api.rest.https=Y
---
> api.rest.https=N
- Article last edited: 10/8/2013