warfile

warfile

how to create&deploy the war file on weblogicserver while running a servlet on it

View Answers









Related Tutorials/Questions & Answers:
warfile
Deploying and testing Stateless Session Bean
="warFile" value="example.war"/> <property name="earFile" value...}/${warFile}" basedir="${warDir}" /> </target>
Advertisements
Building Web Application With Ant and Deploying on Jboss 3.0
"/> <property name="warFile" value="example2.war"/> <property...="${earDir}/${warFile}" basedir="${warDir}" /> </target>
Struts 2 Hello World Application Example, Learn how to develop Hello World application in struts 2.
; <war basedir="../" warfile="
developing a Session Bean and a Servlet and deploy the web application on JBoss 3.0
}/deploymentdescriptors"/> <property name="warFile" value="example.war...}/${warFile}" basedir="${warDir}" /> </target>
Struts 2 Guide
warfile="${distpath.project}/${project.distname}.war"  
developing a Session Bean and a Servlet and deploy the web application on JBoss 3.0
directory --> <jar jarfile="${earDir}/${warFile}" basedir="
Stateless Session Bean Example
;${earDir}/${warFile}" basedir="${warDir}" />
Stateless Session Beans Example, EJB Tutorial
="${earDir}/${warFile}" basedir="${warDir}" /> <

Ads