tomcat - Deploying a servlet/jsp project made in netbeans in a different ubuntu system -
i created web project in netbeans, involves usage of various apis. libraries linked jar files , used create class files imported in serlet/jsp pages make system work.
now, problem face how deploy in system? have server in host system , test live.
running netbeans successful, unable move files , run in other system. testing purposes using ubuntu desktop edition , trying figure out how work.
i read war file placement , stuff, tried moving build\web folder. but, got confused moving library files , stuff. in totally clueless in how shift netbeans project different ubuntu system , run it?
if have jar files project depends on identified in netbeans, should able "deploy" war file contains code , dependent libraries in 1 archive drop in "webapps" folder of tomcat installation, example.
see this question
Comments
Post a Comment