Server JAVA and TomCat application doubts

0

Well, I need you to help me. I have an application server in JAVA EE and I need to use TomCat to upload this application to use it in another application. How can I do this?

    
asked by anonymous 13.10.2016 / 21:30

1 answer

2

You must generate the .war of this application you have. For the eclipse in the Export menu ... you can find the "war file" option, then in tomcat you access web management and deploy the app. Below is a video of youtube explaining how to do it using the tomcat web link

    
13.10.2016 / 21:44