cancel
Showing results for 
Search instead for 
Did you mean: 

Ant for deployment of j2ee applications

Former Member
0 Kudos

Hello:

Are there ant tasks available in SAP Netweaver application server 2004s Java SP9 to do the following:

1. Would like to generate the stubs for the J2EE application server

2. Would like to deploy the application to the running Appserver

3. Also should the Appserver be running while generating the stubs or can it be generated offline.

Thanks for your time and help,

Regards,

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

praveenkumar_kadi
Active Contributor
0 Kudos

Hi,

There are tasks available but I havn't used them .Here is extract(showing ant task) from some blog

for your Q 1 and 2

-


-


3) Compile Tasks (javac, jspc, rmic etc.) --for creating stubs using "rmic"

4) Deployment Tasks (ServerDeploy) --for deploying.

-


-


For more detailed description of usage..you can refer this link

/people/narayanaswamy.balasubramaniam/blog/2005/02/16/implementing-ant-in-web-application-server-part-i (find all ant tasks)

For Q3;

I'm not Sure .I think we can genearte offline.

Hope that helps