tomcat - How to run the following spring example in eclipse? -
how run following tutorial code in eclipse?
https://spring.io/guides/gs/rest-service/
the guide talks built in server, if want "run on server" uses tomcat 7 run? running kepler sr 2 j2ee.
the examples use sts has built in server.
for eclipse, you'll want create tomcat instance. here simple steps follow.
right click in servers window , select new -> server
select apache -> tomcat7 -> next
browse tomcat directory , select -> ok
the next dialog can add application. click finish, , should see new tomcat instance in servers window
Comments
Post a Comment