Hi Arun, I have never used JSP, so, take this for as it is, the result of quick research into the subject. Your environment seems not that well suited to work together with a CLI tool like angular uses. What you need to do, is build your application, and then copy that into the JSP folder. (You can have the build tool building into there using a setting) Then add an index.jsp that's similar to the following:
<!DOCTYPE html> <html> <head> <title>Angular rocks!</title> <base href="/jsp/myapp/"> </head> <body> <jsp:include page="files/index.html"> </body> </html> Where the `page="xxxx"` pulls in the results from the CLI build process. You probably need to alter some settings/paths in your config, but this should be enough to get you started. Hope this helps Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.