• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

401 Error While Consuming Secured RESTEasy Web Service

 
Ranch Hand
Posts: 85
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a running RESTEasy service. I am getting 401 error while consuming this service. Please suggest.

Project Structure

Employee.java

Employees.java

EmployeeService.java

EmployeeBean.java

EmployeeClient.java

beans.xml

jboss-deployment-structure.xml


Note: This module has all the required dependencies in it.
jboss-web.xml

web.xml

hello.jsp

Server Configuration:
Note: I am only adding security-domain part to avoid confusion. This is the security domain to which my service and client are configured to.
standalone-full.xml
 
reply
    Bookmark Topic Watch Topic
  • New Topic