jimb
New Member
Posts: 20
|
Post by jimb on Jan 24, 2015 11:38:39 GMT 1
Hello,
Just thought to share an easy solution for working on Eclipse on a single server. I didn't want to have a separate installation of tomcat for javade or use another type of server.
So what I did was to just import the javade.war file as a new project in eclipse and then added the project to tomcat (right click on tomcat under servers view and select "Add/Remove projects").
Then, on server start I got some missing log4j jar error. So I added the log4j.jar to web-inf/lib and all was ok.
jim
|
|