How to configure Tomcat and Eclipse -


a couple of days ago, added project workspace contained non-maven based web app deployed using tomcat 8. until time, worked well. added other project, tomcat's life took turn worse i.e. no run tomcat or deploy first application.

when testing apps stand alone version of tomcat, applications run should; however, have tried various attempts configure tomcat/eclipse no avail. have deleted server, removed server plugin, modified server.xml , web.xml files, while receiving errors ranging nullpointerexceptions not publish server configuration: null.

the success have had since adding additional project remove projects workspace, delete server, add server bare bones server.xml file, add project, update server.xml , run app empty web.xml file. when add servlets file, run same problems.

can shed light on why happening , how address issues?


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -