LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   1.HOW TO DEPLOY A WEB APPLICATION(ex: WAR ) IN TOMCAT AND ECLIPSE USING ANT? (https://www.linuxquestions.org/questions/programming-9/1-how-to-deploy-a-web-application-ex-war-in-tomcat-and-eclipse-using-ant-759132/)

devill 10-02-2009 12:06 AM

1.HOW TO DEPLOY A WEB APPLICATION(ex: WAR ) IN TOMCAT AND ECLIPSE USING ANT?
 
1.how to deploy a web application in tomcat and eclipse using ant?

Guptarulz 10-02-2009 12:09 AM

In ant, there is certain commands through which you can compile the whole web application and made a war and you can also sepcify to which directory you can deploy the war. you need to go through some ant tutorial. Also, I think you should move to maven It is more powerful than ant

devill 10-02-2009 01:00 AM

can you please tell me which are those commands?
which is the best tutorial available for ant?
also how to do this deployment using eclipse ?(steps)

paulsm4 10-02-2009 01:00 AM

Hi -

Most freely available versions of Eclipse fully support "ant" (and JUnit, and Log4J, and just about everything else imaginable)...
... and also lets you define, package and deploy the .war file directly.

File, Export, Export as .war.

As easy as that :)

devill 10-02-2009 01:10 AM

Hello sir,
but i need a more detailed explanation...
servlets and jsp programs i used to deploy in tomcat...
but using ant how to deploy in tomcat and eclipse i have only very vague idea...
i would like to know it more clearly ...
sir can you tell me how to do that ,step by step....

devill 10-02-2009 02:20 AM

how to deploy a WAR file in tomcat using ANT?

devill 10-02-2009 02:21 AM

i created a warfile using jar -cvf filename.war...what i should do next after starting tomcat server to deploy this using ant?

devill 10-02-2009 02:22 AM

what are the commandline commands to deploy a war file in tom cat usin ant?

devill 10-02-2009 02:22 AM

how can i deploy war file in eclipse using ant?

smeezekitty 10-02-2009 02:24 AM

its late at night in many places and you may have to wait till tomarrow
for a response


All times are GMT -5. The time now is 08:25 PM.