I developed an app with angularJS
, but I'm a newbie to Maven
and I don't know how to setup my project so both can communicate.
AngularJS
project is on an Apache server on port 80.
Jersey Webservice
is on a Grizzly servlet container on port 8080.
Problem is I want both on the same server/port.
Can I run the webservice in Apache?
NO, it needs to run on a servlet container (Tomcat, Grizzly)
Can I run the AngularJS project in grizzly/Tomcat?