| Author |
ant deploy for weblogic 8.2
|
mark mathis
Greenhorn
Joined: Mar 14, 2002
Posts: 13
|
|
hello, I'm trying to deploy to weblogic 8.2 using ant. Any ideas as to a ant task similar to tomcat's api? I tried doing the <java> ant task to no avail - what's more it says that it's deprecated as of wl 7... ?
|
 |
eammon bannon
Ranch Hand
Joined: Mar 16, 2004
Posts: 140
|
|
Any ideas as to a ant task similar to tomcat's api
Hmm, not sure I understand - what action are you trying to do with Ant? Compile your application? Deploy it? The <java> ant task is just a wrapper for running java application - and doesn't have anything to do with Weblogic. What do you mean by saying its deprecated as of wl7? Sorry - can't help till I understand!
|
 |
 |
|
|
subject: ant deploy for weblogic 8.2
|
|
|