Hello,
I’m new with MyEclipse so I need some help.
I have managed to create web project, but now I don’t know how to “publish” project.
Currently project has “build” -folder and that folder has class-files. Project has also “WebRoot” folder where is all other needed files.
I would like to publish project so that MyEclipse would copy class files to under WebRoot/WEB-INF/
so that I can just copy whole WebRoot folder and “install” project to any tomcat.
For example,
copy project and paste it to other computer’s tomcat/webapps/ -folder.
Is this possible at all?
…and I don’t want to use WAR -files.
Thank You!