Questions tagged [localserver]

Refers to issues related to running a local server (usually web).

A local server is used test applications locally before deployment to a production or formal test environment. Usually refers to a web server.

211 questions
1
vote
3 answers

Internal Server Error- http://localhost:1080/webTours/home.html

Application: http://localhost:1080/webTours/home.html [I intend to use it for Jmeter testing] Below error is displayed when I am trying to click on "sign up now" link. Kindly help to fix it. Pls note, I have strawberry-perl-5.30.0.1-64bit.msi also…
1
vote
2 answers

Appium local testing

I would like to run local server tests on real devices using appium. Are there any existing capabilities which i could use to do so ? I basicall have a server running on a port on my local machine but would like to test it on a real device. For…
Mahesh
  • 129
  • 1
  • 2
  • 19
1
vote
0 answers

How can node.js local server be limited to a specific baud rate?

Is there a way to do this? I'm calling node.js server from a bat file: http-server -p 8080 -c-1 exit I read there is throttle, but there is NO info how it can be used in a command line for node.js server -if at all.
user5515
  • 301
  • 2
  • 18
1
vote
1 answer

Why does my program throw this JNI error?

So I have written a little JavaFX program that creates a local http server, receives pixel color input, and throws it all into a single image that can be saved. The Problem: Whenever I try to run the program on a different computer I receive this…
1
vote
3 answers

using flask in spyder stuck in local server

I am trying to create a web application using flask. I have already gotten somewhat comfortable with using python, and have done so using spyder, inside of Anacanda Navigator. Now I am playing around with flask doing basic functions and have…
1
vote
1 answer

local host to open html file

I'm learning d3 and try to open a html file in my local machine. When I use local server using Python then there is no problem in opening the file. However, I want to skip this step. So in Sublime, I built a shortcut in Tools > Build System > New…
Brian
  • 251
  • 4
  • 14
1
vote
1 answer

How to redeploy spring boot application on STS built-in server

I have a Spring Boot Gradle application with apply plugin: 'war'. I run the application on STS by right click > Run As > Spring Boot App. It runs fine. Now I make a change to the code and I want to redeploy (and better automatically). The only way I…
osama yaccoub
  • 1,884
  • 2
  • 17
  • 47
1
vote
1 answer

Can't access my wordpress from local MAMP server

I've been working through a wordpress tutorial using MAMP and everything was working fine for a couple days, till I tried to work on it today. When I go to localhost:8888/mywebsite.com, it shows my web page, but at the top where the wordpress dash…
Austinmdem
  • 109
  • 1
  • 6
1
vote
2 answers

ASP.net MVC: How to access project from mobile via Local Server

Back when I wanted to test my static webpages on mobile, I would set up a Local Http Server using python like.. For example, if my page is at D:/myProject/index.html, I would use command line and go to >>D:/myProject/ Then use this line, python -m…
Ye' Thura Ag
  • 143
  • 1
  • 1
  • 11
1
vote
0 answers

Can a out-of-process COM object find out which process has loaded it?

I have an out-of-process COM server (LocalServer) that serves several objects and I don't know ahead of time which process will activate my served classes. The activation will be via the IDispatch interface so everything is late-bound. When one of…
Tim Long
  • 13,508
  • 19
  • 79
  • 147
1
vote
1 answer

Sending email through local smtp server

Code: CharSet="utf-8"; $mail->isSMTP(); // Set mailer to use SMTP $mail->Host = '172.17.224.12'; // Specify main…
HDMI
  • 21
  • 4
1
vote
1 answer

unable to use dev_appserver.py to run the local development server on mac

I was following the tutorial on Google cloud platform to run the local server for the hello-world app, and using the dev_appserver.py command, however, the terminal complain with the message as below: $ dev_appserver.py . INFO 2016-10-22…
1
vote
1 answer

Accessing localserver through Android

I have this code: @Override public void onCreate(Bundle savedInstanceState) { try { super.onCreate(savedInstanceState); InetAddress ip; mWebview = new WebView(this); …
Paradigm
  • 159
  • 1
  • 3
  • 11
1
vote
2 answers

Php access denied, openserver

I'm trying to do a small php project using openserver. I'm new to web development and am having some trouble. All of my files are located in the test.ru folder D:\OpenServ\OpenServer\domains\test.ru\Log.php is the main file I'm launching.
Greenmachine
  • 292
  • 1
  • 15
1
vote
0 answers

php file wont run properly on my server that I just set up via Cyberduck

I've set up a local server with Vagrant via Cyberduck on my Mac. There seems to be no problem with running a file in general (I guess?) except for php file for some reason. It simply shows what I typed in, which is