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"?>*
*&lt;project name="project" default="wsInstallApp" basedir="."&gt;*
    *&lt;description&gt;*
        *Script for listing installed apps.*
        *Example run from:        
/opt/IBM/SDP70/runtimes/base_v61/profiles/AppSrv01/bin*
    *&lt;/description&gt;*
    *&lt;property name="was_home"        value="${to.Stringwas_home}"&gt;*
    *&lt;/property&gt;*
*&lt;echo message="${was_home}"/&gt;*

    *&lt;path id="was.runtime"&gt;*
        *&lt;fileset dir="${was_home}/lib"&gt;*
            *&lt;include name="**/*.jar" /&gt;*
        *&lt;/fileset&gt;*
        *&lt;fileset dir="${was_home}/plugins"&gt;*
            *&lt;include name="**/*.jar" /&gt;*
        *&lt;/fileset&gt;*
    *&lt;/path&gt;*
    *&lt;property name="was_cp" value="${to.Stringwas.runtime}"&gt;*
*&lt;/property&gt;*
    *&lt;property environment="env"&gt;*
*&lt;/property&gt;*
*&lt;echo message="${was_cp}"/&gt;*

*&lt;target name="wsInstallApp"&gt;*
*&lt;taskdef name="wsInstallApp" 
classname="com.ibm.websphere.ant.tasks.InstallApplication" 
classpath="${was_cp}" /&gt;*
    *&lt;wsInstallApp*
        *wasHome="${was_home}"*
        *ear="${mywebappear}"*
*       user="${was.user}"*
  
    *   password="${was.password}" /&gt;*
 
*&lt;/target&gt;*
    
*&lt;/project&gt;*


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

Reply via email to