简体   繁体   中英

Edit a deployed application using tomcat server

Last year I deployed an appliction on a Tomcat 8 Server. The application misses some functions and has to be updated. Unfortunately the Maven project made in Eclipse is lost. So the question is, is it possible to add functions in a deployed appliction?

I hope someone can help me!

Project specs: -Built in Eclipse IDE for JAVA EE Developers -JDK 7 -Deployed on Tomcat 8 server

Decompile the class file, add your function and replace it in war and redeploy. Here is a good java decompiler: http://www.showmycode.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM