By default the web app inside carbon is started using ROOT context. In order to change this, you have to carry out two actions.
Taking WSAS as an example, 1. Rename wso2wsas-<VERSION>/webapps/ROOT folder. (eg. wso2wsas-<VERSION>/webapps/foo) - now 'foo' will be your new web app context 2. Change "ServerURL" in wso2wsas-<VERSION>/conf/server.xml (eg. <ServerURL>https://localhost:9443/**foo**&/services/</ServerURL> Now you can access the web console as follows. eg: https://localhost:9443/**foo**/modulemgt/index.jsp /sumedha _______________________________________________ Wsas-java-dev mailing list [email protected] http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
