I am running 3 scripts right now on a windows server 2008 box that i want outside access to. the plexemailer.py script which servers the images and a digest page (i have set to port 8080 since my host blocks 80). this loads from a directory in my \inetpub\wwwroot\plexemailer\ without putting the port. I have plexpy running on localhost:8181 and plex requests running on localhost:3000
i am looking to start all 3 scripts with either a vbs or something whenever the server restarts
also, looking for maybe a web applicaiton proxy or something to server all 3 applicaitons from a single port exposed to the outside.
suggestions?