2 options Take the other wars offline except the main war that will be the 'root war' that you want to enforce credentialing with new password
the other option is to rename the main war as ROOT.war which will always deploy as soon as you reference http:\\HOST:port http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html Martin Gainty ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Sat, 2 Mar 2013 15:24:02 +0800 From: quesz...@yahoo.in Subject: Changing Apache Axis2 Default Credentials To: java-user@axis.apache.org Hi All, I am trying to change the Apache Axis2 Default Credentials . As per docs , we can modify the 'password' parameter in axis2.xml file to change the password. But looks like there exist too many axis2.xml file . ====== $ find /appdata/ -name axis2.xml /appdata/workspaces/InsertionService/InsertionService/WebContent/WEB-INF/conf/axis2.xml /appdata/jboss-5.1.0.GA/server/default/tmp/5c4o241-qvgj24-hdo4rx8x-1-hdo4sgga-9s/axis2.war/WEB-INF/conf/axis2.xml /appdata/jboss-eap-5.1/jboss-as/server/default/tmp/5c4o241-yroigv-hdmcxfhv-1-hdmcy4qi-9z/InsertionService.war/WEB-INF/conf/axis2.xml /appdata/jboss-eap-5.1/jboss-as/server/default/tmp/5c4o241-3caa26-hdmccyr4-1-hdmcdna6-9z/InsertionService.war/WEB-INF/conf/axis2.xml /appdata/jboss-eap-5.1/jboss-as/server/default/tmp/5c4o241-lju1bo-hdmn53x3-1-hdmn5sjp-9z/InsertionService.war/WEB-INF/conf/axis2.xml /appdata/jboss-eap-5.1/jboss-as/server/default/tmp/5c4o241-1nizf1-hdmrcmt9-1-hdmrdbiu-9z/InsertionService.war/WEB-INF/conf/axis2.xml /appdata/jboss-eap-5.1/jboss-as/server/default/tmp/5c4o241-n9nq24-hdmwtp4v-1-hdmwucp2-9z/InsertionService.war/WEB-INF/conf/axis2.xml ======== I changed the 'password' parameter in axis2.xml in the first two files as mentioned above , but the changes are not taking place. Do I need to change the password parameter in all the files , or I need to restart jboss for the changes to take place Kindly suggest . Thanks Zaman