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
1 answer

MySql workbench not responding w local server

I have been using MySql Workbench to connect to a local MySql server and to remote MySql Servers. The last couple of days the Workbench freezes when I connect to the local version. It still works for the remote servers. I am using workbench 6.3.4…
user3460486
  • 508
  • 1
  • 4
  • 14
1
vote
0 answers

The same code is working on local server, but it is not working on web server

I have been developing a server side(.NET) ios and android application. Besides, In my project there is an "order" process. If a user makes a new order, I get the ordered products as dictionary and convert to JSON string and send it to web service.…
1
vote
2 answers

Ionic framework - command 'ionic serve' returns 'multiple addresses available'

First time ionic (and stackoverflow) user here. I created a new project. Now, I'm trying to view it in chrome via a local webserver by running the command 'ionic serve.' I get a prompt that says: Multiple addresses available. Please select which…
Swills
  • 153
  • 2
  • 16
1
vote
2 answers

Hosting a php website on an internal local network

I have four windows PCs wirelessly connected to a local network and I want to host my PHP website on a server so that all PCs connected to the server can access web applications via an IP address.
user3607134
  • 108
  • 1
  • 7
1
vote
2 answers

Cannot edit files in IIS localhost server

I have to edit a website on local server. I use Windows Server 2012 and IIS. When I try to save a modified file I only get "access denied" error. Do I need to shut down the server before making changes and then restarting it or am I missing…
1
vote
1 answer

Mapping web pages in Apache server

I am developing a web application and i am using apache server to deploy it! I want stop going to particular web page directly when i type in the url on my local server as that page should always appear after a successful Log-in. What is the…
Oboyo
  • 15
  • 5
1
vote
2 answers

WordPress Local Install Error (XAMPP) - Page 2 is Blank

I'm trying to install WordPress for local use with XAMPP. I started off by installing and unzipping both the XAMPP and WordPress folders. I placed the XAMPP folder in my C:/ drive and my WordPress folder within the "htdocs" folder. After that, I…
MrMedia715
  • 11
  • 1
  • 1
  • 4
1
vote
2 answers

VisualStudio 2012 with ReSharper go slowly after save file in App_Code

Environment I use Visual Studio 2012 with ReSharper 7. The issue occurs when I develop website. I don't develop website in local IIS, but in local-network: they are in local-server, I open they in shared folder, example…
riofly
  • 1,694
  • 3
  • 19
  • 40
1
vote
0 answers

Not clear on how exactly pm-hibernate works with server startup

I've recently been working with elasticsearch a lot and I've just realized that there's a behaviour that seems totally normal to me, but I have no idea how it works. Basically, I currently have a partitioned drive, running ubuntu and mountain lion…
Slater Victoroff
  • 21,376
  • 21
  • 85
  • 144
1
vote
2 answers

Connect to local server from Matlab

I want to communicate back and forth between a Matlab script and a Qt (C++) app on the same machine. In Qt, you create a QLocalServer object and direct it to listen for connections on a specific handle, like 'my_server' (can be anything). In…
Matt Phillips
  • 9,465
  • 8
  • 44
  • 75
1
vote
2 answers

Application crashes when local server returns NULL data(json object) in JSon format?

This is code where i am Calling the Web Service. (void)viewDidLoad { [super viewDidLoad]; //Make this controller the delegate for the location manager.self.mapview.delegate = self; [self.mapview setShowsUserLocation:YES]; //Instantiate a…
vasu
  • 15
  • 5
1
vote
1 answer

how to fetch a real-time changing data into a local server?

we have to develop a local server which will load itself with the real-time data of a industry (particularly time stamped data points like the temperature of a boiler,pressure values etc) which are stored in industrial server and we want to fetch…
gaurav91
  • 15
  • 3
1
vote
1 answer

Android : Streaming Audio TO a URL in Android using AudioRecord

I am trying to send the send voice data immediately to local server using audiorecord.. I am able to record the voice & stores it in SDcard.. but I want to store audio voice in buffer & sends immediate to the server using HTTP POST. How can I…
Rahul Baradia
  • 11,802
  • 17
  • 73
  • 121
0
votes
2 answers

Using python code on a local server on Mac OS X, What is the simplest way?

I've worked on a python project for GoogleAppEngine and I'm testing it locally using the GoogleAppLauncher and every thing is good till now. But lately I needed to test it on my iPad so I need to enable web sharing on my Mac book and use the local…
Mousa
  • 2,926
  • 1
  • 27
  • 35
0
votes
1 answer

How to disable ajaxplorer password?

Im using ajaxplorer on a local server and I dont want to use the user authentication each time I open my browser (write the user and password) ajaxplorer is created with php and ajax, and I think modifying the source code is possible to disable the…
user962284
  • 670
  • 1
  • 12
  • 29