|
From: manny k. <man...@gm...> - 2016-06-25 06:08:09
|
see http://www.technicalkeeda.com/spring/spring-boot-bindexception-address-already-in-use-bind and http://serverquestions.com/questions/lpks/tomcat-and-jetty-only-work-once-in-windows-and-then-crash in case you run into bindException on a different platform when running spring boot. On Fri, Jun 24, 2016 at 10:56 PM, manny kung <man...@gm...> wrote: > Also, after I edit the html5/js/css pages, I always need to bring down the > tomcat server and restart in order to see the new changes. > > To do it correctly, in eclipse, I right click on the trace stack, in the > popup menu, I choose "Terminate/Disconnect all" to bring down the server. > This time, the port will be put OUT OF USE successfully, or else the port > may still be "bind" to the server in a thread. > > see attached. > > > > > > On Fri, Jun 24, 2016 at 10:41 PM, manny kung <man...@gm...> wrote: > >> >> When running SpringAppLeaf to start the tomcat server, I just just a port >> issue temporarily by adding a file that specify a port other than 8080. >> >> see attached pic about starting on port 9090. >> >> >> Will commit in a moment. >> >> >> By the way, I'll start digging deeper into how well and how fast one can >> feed data from java to javascript in thymeleaf. >> >> For now, as shown in the attached pic, all those numbers in the icons in >> the top right hand (email, notification and task) are fake, though they are >> programmable to change. >> >> >> >> >> On Thu, Jun 23, 2016 at 7:48 PM, manny kung <man...@gm...> wrote: >> >>> Hi all, >>> >>> I'm using someone's html design template to create a demo html page for >>> mars net. >>> >>> You can run SpringAppLeaf.java in eclipse and open a browser and enter >>> "localhost:8080" to see it. >>> >>> The point is that there are hundreds of thousands of beautiful, almost >>> ready-to-go html5/css/js templates or code snipplet out there for us to >>> use, instead of having to creating UI from scratch. >>> >>> Perhaps the next thing is adding in Barry's codes in bitbuckets. >>> >>> See attached. >>> >>> Will commit in a second. >>> >>> >>> Hi Barry, >>> >>> Can we first start building all the needed UI in html5/js/css for >>> mars-sim in such a way that mars-sim can run on a local machine ? >>> >>> And we will also add in a multiplayer mode for mars-sim to run on a >>> network or across the internet. >>> >>> When everything is ready, mars-sim will demonstrate its innovation in >>> such a way to attract people around the world to donate a few bucks so that >>> we can run as one persistent world or as a MMO in Amazon S3. >>> >>> Let's dream on! >>> >>> Manny >>> >>> >>> >>> >>> >>> >>> >> > |