Jeremy, Thanks for the pointer, that is interesting.
Could you point me to where in the code <port> is passed to node? From my question, you have guessed right, I am not familiar with Javascript... Thank you, michele On Wednesday, January 8, 2014 2:04:12 PM UTC+1, Jeremy Canady wrote: > > Thanks RA. > > I am using the node module and the tiddlywiki --server switch to start the > server. After digging through the source code, I found I can actually just > place the port after the --server switch. > > tiddlywiki --server <port> > > > On Tuesday, 7 January 2014 20:29:54 UTC-6, RA wrote: >> >> On Linux: >> Edit "node_modules/tiddlywiki/serve.sh", replacing literal "8080" with >> "$1", then start with "serve.sh <your_port>" >> >> I'm sure you can adapt the above for Windows. >> >> On Tuesday, January 7, 2014 2:53:55 PM UTC-8, Jeremy Canady wrote: >>> >>> Is it possible to change the port the node.js server uses? 8080 is very >>> common. It would be extremely handy to change the port with a simple >>> command line switch. >>> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

