Author: sandakith Date: Tue Jan 22 21:43:47 2008 New Revision: 614425 URL: http://svn.apache.org/viewvc?rev=614425&view=rev Log: make the deployer configuration line visible on the doc
Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/pojoguide.xml Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/pojoguide.xml URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/pojoguide.xml?rev=614425&r1=614424&r2=614425&view=diff ============================================================================== --- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/pojoguide.xml (original) +++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/pojoguide.xml Tue Jan 22 21:43:47 2008 @@ -619,7 +619,7 @@ Add one additional like to the axis2.xml to deploy jar files on the pojo directory </p> <pre> - Ex: <deployer extension=".jar" directory="pojo" class="org.apache.axis2.deployment.POJODeployer"/> + Ex: <deployer extension=".jar" directory="pojo" class="org.apache.axis2.deployment.POJODeployer"/> </pre> <p>Create and pojo directory if its not alreay there under the Axis2 repository and put the JSR 181 Annotated jar insie that and start Axis2. You will see the service up and running !!</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]