Hi David,

Erik seems to be calling adminserver.bat from Ant (using the exec task).
However, I would suggest using the java task as I have described in a
previous email to this list ... let me find it again .... here it is :

in adminserver.bat
%JAVA_HOME%\bin\java -mx128m com.ibm.ejs.sm.server.AdminServer -bootFile
%WAS_HOME%\bin\admin.config %restart% %1 %2 %3 %4

thus, you would write something like :

        <java classname="weblocom.ibm.ejs.sm.server.AdminServer" fork="yes">

            <classpath>
              <pathelement location="put correct jars here""/>
            </classpath>

            <jvmarg value="-mx128m"/>
            <jvmarg value="-bootFile ${was.home}/bin/admin.config"/>

        </java>

-Vincent

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Cactus Users List" <[EMAIL PROTECTED]>
Cc: "Cactus Users List" <[EMAIL PROTECTED]>
Sent: Friday, November 02, 2001 5:56 PM
Subject: Re: Cactus in WebSphere Application Developer


> WebSphere Studio Application Developer is brand new and I don't think it's
> been released to the public yet (maybe in beta form).  I have access to
it,
> but I haven't had time to install it and play with it.  It's probably
> similar to Visual Age, right?  Is there a specific problem that you're
> having?  You'll need to setup it up probably like any other ide.
>
> Erik, I would be interested in seeing the script files that you came up
> with to start/stop/deploy with Websphere.  I know it possible to do it
from
> the command line in WAS, but I haven't had time to find out how.  Are you
> using WAS 3.5.3 or 4?
>
> David J Mehi
> [EMAIL PROTECTED]
> (248) 355-6621
>
>
>
>
>
>
>                     "Erik Hatcher"
>                     <lists@ehatchersolu       To:     "Cactus Users List"
<[EMAIL PROTECTED]>
>                     tions.com>                cc:
>                                               Subject:     Re: Cactus in
WebSphere Application Developer
>                     11/02/2001 12:34 PM
>                     Please respond to
>                     "Cactus Users List"
>
>
>
>
>
>
> Well I read this list too, so no need to contact me directly.  :)
>
> At this point I'm not concerning myself with any other tools related to
> WebSphere - all I'm working on is getting a .ear file built,
auto-deployed,
> server started, tests run, and then server stopped.
>
> I sure do wish someone from the WebSphere team was around to give
> definitive
> answers on this stuff though.  I've figured out (using the .bat files
> included with WebSphere) how to auto-deploy and stop and start the server.
> For now I'm just executing those .bat files from Ant, but eventually may
> get
> to the point of using <java> rather than <exec> to make it cross-platform.
>
> I don't even know what WSAD is (yet).  Our team is standardizing on VAJ,
> but
> I don't have any intention on using it until all the kinks have been
ironed
> out.... all I need is jEdit, Ant, and a command-prompt!  :)
>
>     Erik
>
> ----- Original Message -----
> From: "Nicholas Lesiecki" <[EMAIL PROTECTED]>
> To: "Cactus Users List" <[EMAIL PROTECTED]>
> Sent: Friday, November 02, 2001 12:20 PM
> Subject: RE: Cactus in WebSphere Application Developer
>
>
> > Erik Hatcher is working on WebSphere/Cactus integration. he's posted to
> the
> > list a couple of times. You might try contacting him.
> >
> > Cheers,
> >
> > Nick
> >
> > -----Original Message-----
> > From: deependra Shrestha [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, November 02, 2001 9:32 AM
> > To: [EMAIL PROTECTED]
> > Subject: Cactus in WebSphere Application Developer
> >
> >
> > Has anybody got cactus working in WebSphere Studio Application
Developer?
> > if so how to do that?
> >
> > I really need the cactus working in WSAD......Please respond as soon as
> > possible.
> >
> > Thanks in advance..
> > Deependra Shrestha
> > [EMAIL PROTECTED]
> > www.noospherics.com
> > Tel: 410-517-3100
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
> --
> To unsubscribe, e-mail:   <
> mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <
> mailto:[EMAIL PROTECTED]>
>
>
>
>
>
>
>
>
****************************************************************************
>
> The information contained in this transmission, which may be
> confidential and proprietary, is only for the intended recipients.
> Unauthorized use is strictly prohibited. If you receive this
> transmission in error, please notify me immediately by telephone
> or electronic mail and confirm that you deleted this transmission
> and the reply from your electronic mail system.
>
****************************************************************************
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to