Editing web.xml

dclyde

New Member
Hi,

Is it possible to have two separate web apps contained within the web.xml file.
In order to generate the required files to create a wsa the web.xml file has to be edited to contain your wsa name. e.g replace all wsa1 instances with ServiceDesk(my wsa).

I'm trying to have two concurrent web service adapters running and therefore need references to two wsa's in the web.xml file.

Thanks in advance.

D
 
Hi there,

Yes, this is very possible. Have a look at KB P91699, which explains how to do this. Basically you take another copy of the WSA installation directory, copied to the webapps directory on your webserver, and configure the new web.xml as required.
 
No problem. If you hit any problems, post questions. I've done this here to put our Dev and Test WSAs on the same server as two seperate instances.
 
Top