Comment #5 on issue 1025 by alexander.kozlov.IV: SipServletListener.servletInitialized is called twice after redeployment application on tomcat
http://code.google.com/p/mobicents/issues/detail?id=1025

I use ant task

<property name="deployer.url" value="http://localhost:8080/manager"/>
    <property name="deployer.username" value="manager"/>
    <property name="deployer.password" value="manager-password"/>
    <property name="appname"           value="conference"/>

    <target name="deploy" depends="build.conference.war">
        <stop url="${deployer.url}" username="${deployer.username}"
password="${deployer.password}" path="${appcontext}" failonerror="false"/>
        <deploy url="${deployer.url}" username="${deployer.username}"
password="${deployer.password}"
path="${appcontext}" war="${conference.war.location}" update="true" />
        <start url="${deployer.url}" username="${deployer.username}"
password="${deployer.password}" path="${appcontext}"/>
    </target>


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to