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
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
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.