Author: Nikhil_IBM Message: Hi All, I am new to ws_ant script of websphere. I am using Ws_ant.bat for installing EAR to my local machine. While installing I am using below mention code of ws_ant:
*<?xml version="1.0"?>* *<project name="project" default="wsInstallApp" basedir=".">* *<description>* *Script for listing installed apps.* *Example run from: /opt/IBM/SDP70/runtimes/base_v61/profiles/AppSrv01/bin* *</description>* *<property name="was_home" value="${to.Stringwas_home}">* *</property>* *<echo message="${was_home}"/>* *<path id="was.runtime">* *<fileset dir="${was_home}/lib">* *<include name="**/*.jar" />* *</fileset>* *<fileset dir="${was_home}/plugins">* *<include name="**/*.jar" />* *</fileset>* *</path>* *<property name="was_cp" value="${to.Stringwas.runtime}">* *</property>* *<property environment="env">* *</property>* *<echo message="${was_cp}"/>* *<target name="wsInstallApp">* *<taskdef name="wsInstallApp" classname="com.ibm.websphere.ant.tasks.InstallApplication" classpath="${was_cp}" />* *<wsInstallApp* *wasHome="${was_home}"* *ear="${mywebappear}"* * user="${was.user}"* * password="${was.password}" />* *</target>* *</project>* I need help (code) for specifing J2C activation specification properties during installation of EAR on server. I am using JDBC adapter for connectivity. Please let me know how to assing J2C activation specification properties while installing the EAR or modifying adapter properties post installation of EAR. To respond to this post, please click the following link: <http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14915408> ____________________________________ Unsubscribe via the "binocular" icon on the web