where to place J2ee application jar file in Tomcat
Hi All,
I have developed J2ee application using Eclipse & Tomcat, i have used eclipse_tomcat Plugin, that application is working fine.
I have that application jar file, now I have to run this jar in other system which has only tomcat, Please advice me where to place that jar file & what other things to be done, to run that application.
Thanks inAdvance,
Hari.
hai vrihari_Que_Ans
so u have developed a j2ee application.
after successfull istalation ur tomcat softaware in the machine in which u want to run ur application.
create
1. a subdirectory with the nameproject under webapps directory.
2.under this project directory place ur WEB-INF directory and all the remaing files .
3. make changes in the web.xml file depending upon ur target
machine.
start ur webcontainer. after that go to the browser and write the url
http://localhost:8080/
after giving this url u will go to the tomcat environment.
click on the manager link.
u will get popup box ,enter the required details.
after this u will get a list of application running under tomcat select the project application and then start the application
do it
all the best
bye