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.

[403 byte] By [vrihari_Que_Ansa] at [2007-10-3 2:37:20]
# 1
You should have a folder in which there is a WEB-INF folder, which itself contains classes and lib folders.You can find what you want here: http://j2ee.masslight.com/Chapter4.html
Tajallya at 2007-7-14 19:35:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

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

dingdongbella at 2007-7-14 19:35:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...