Which configuration file is correct for the developer use? (Choose one)

A developer needs to write a Web service that supports user sessions that timeout after 120 seconds. Which configuration file is correct for the developer use? (Choose one)

A developer needs to write a Web service that supports user sessions that timeout after 120 seconds. Which configuration file is correct for the developer use? (Choose one)

A.
web.xml

B.
server.xml

C.
ejb-jar.xml

D.
service-config.xml



Leave a Reply 1

Your email address will not be published. Required fields are marked *


leo yu

leo yu

web service could be deployed in the application server(web container) as one web application so that the timeout configuration in the web.xml can work on the web service as well.