I am working on a webservice that a previous employee built and I am just trying to figure out what documentation I need to be looking at. I think that the webservice is using JBOSS and therefore using Apache Tomcat. In the project there are several webservices so it is somewhat tricky to tell which is using what. (What are shared files etc). Question Number One: How can I verify that it is using JBOSS?
My job is to make the webservice use bi-directional key exchange. I have done this before but this webservce does not have a server.xml
file. I am confused about where this could be or if the ws is just using the default values. Question Number Two: Can I create a new server.xml? If I do create one where should I link it in? I have:
- folder: name.ear containing application.xml
- folder: name.war containing folder: WEB-INF containing: web.xml
- name.wsdl
For anyone else working on the same thing this is a great documentation of web.xml: http://wiki.metawerx.net/wiki/Web.xml