Maybe this is what you want!?
The parameters are in the web.xml file.
<BR><BR>String tamino_server = getServletContext().getInitParameter("tamino_server");<BR> String tamino_db = getServletContext().getInitParameter("tamino_db");<BR> String tamino_collection = getServletContext().getInitParameter("tamino_collection");<BR> String tamino_login = getServletContext().getInitParameter("tamino_login");<BR> String tamino_pass = getServletContext().getInitParameter("tamino_pass");<BR> String collection = "http://"+tamino_login+":"+tamino_pass+"@"+tamino_server+"/tamino/"+tamino_db+"/"+tamino_collection;<BR><BR>TaminoClient myTC = new TaminoClient(collection);<BR>
Regards,
Volker
Volker Bachmann
has program service AG
Germany
#webMethods#webMethods-Tamino-XML-Server-APIs#API-Management