I am building a java web project, the project is using Spring, jsp, js, servlet.
and it is not using apache tomcat. but it has a IBM WAS to maintain.
when I build a localhost project, i just start the was, then it can be accessed the web.
i found there is ALL SERVER > web application server , it can be added java WAS or EAR.
may i know what object should i add into WAS by WAS web console. what is the function of it?
if i add WAS via was console, then when i amend the project, i need to place build a WAS and then add into WAS Admin console? if i don't add it into console, then it can't effect in localhost project?
i am so confused.