130 likes | 253 Views
Lesson 2 Setting Up a Java Servlet Engine. Overview. When you complete this lesson you should be able to: Describe the server architecture and the files involved Add the OpenEdge Web Services Adapter (WSA) to the JSE as a servlet Set security access for the WSA
E N D
Overview When you complete this lesson you should be able to: • Describe the server architecture and the files involved • Add the OpenEdge Web Services Adapter (WSA) to the JSE as a servlet • Set security access for the WSA • Discuss the security options for your application
Where we are in the process Phase 1: Set Up Servers Build 4GL application Compile r-code Set up JSE Set up WSA Phase 2: Create Web Service Definitions Color Key: Users Tasks Code Define Client Interface Build Project file Generate Definitions Covered Not Covered Phase 3: Deploy, Test and Debug Deploy Definitions Client Coding Connect and Test Debug
OpenEdge/Web Services Architecture Web Services client Web Service Java .NET Progress … Web server AppServer JSE WSA Progress 4GL App. SOAP messages HTTP/S
Architecture for WSA Deployment Web server JSE (Tomcat) WSA
WSA files wsa .htmlfiles .xsd files Only file you will modify WEB-INF web.xml lib .jar files
Architecture for WSA Deployment Web server JSE (Tomcat) tomcat-users.xml web.xml WSA