Hi everyone, just a quick question.
I have a project that I'm working on and I want to deploy a copy to test it out. The project consists of a java application, with a web back end. What I want to know is which files do I need to jar? And which do I need to war?
Do I just war up the contents of the web-inf directory? The application files are uder the root folder so should I just jar those?
Any help is appreciated.
I have a project that I'm working on and I want to deploy a copy to test it out. The project consists of a java application, with a web back end. What I want to know is which files do I need to jar? And which do I need to war?
Do I just war up the contents of the web-inf directory? The application files are uder the root folder so should I just jar those?
Any help is appreciated.