[jboss-user] [Beginners Corner] - Re: war file deployed is notworking!!

dhcolo do-not-reply at jboss.com
Tue Mar 4 11:33:53 EST 2008


Sorry, here is my code for war

  | <target name="war" depends ="compile" description="Generate the runtime war">
  |     <war warfile="${dist.dir}/${app.name}.war"  webxml="${basedir}/WEB-INF/web.xml">
  |         <fileset dir="${basedir}/WEB-INF/classes"/>
  |     	<fileset dir="${basedir}/jsp"/>
  |     	<lib dir="${lib.dir}"/>  
  |          
  |     </war>
  |  </target>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133977#4133977

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133977



More information about the jboss-user mailing list