Questions tagged as 'server'

0
answers

What is the IP of my server centos in virtualbox

I am currently configuring my server centOS 7 in a virtualbox to use it as a web server of tests, as I am new in this I would like to know which is the ip where the apache server is running and to be able to access it from the browser I leave...
asked by 08.06.2018 / 17:56
0
answers

Problem with Server

Good day. I have a problem trying to upload a system to the server, I mark the 404, 407 and 408 error events with the descriptions that appear in the image. Previously, the system worked perfectly, but a security patch was placed on it...
asked by 05.06.2018 / 15:53
0
answers

SQL My procedure to detect UPDATE dynamically runs slow with large tables

I just finished a trigger to detect if they performed an update to a record in a table, but my table contains more than 30 fields and it takes about 8 seconds to perform the update, being that without the trigger it takes a long time and a half....
asked by 23.05.2018 / 23:59
1
answer

Using if within an exec () and showing syntax error

How about good morning I try to print the value of a variable inside an exec () depending on an if but I mark syntax errors. DECLARE @VALOR1 INT SET @VALOR1 = 1 EXEC (' IF ('+@VALOR1+' = 1) print '+@VALOR1+' ELSE...
asked by 15.05.2018 / 19:23
0
answers

How to position a row in datagriview c #

The information that I show in the datagriview comes from a stored procedure of sql server, where I insert a row to add the total, now what I want is to be able to position is row that appears at the beginning some serious idea of a lot of...
asked by 10.04.2018 / 16:22
0
answers

Replication of instances every time an Amazon AWS user is created

I need help in the following: as a degree project I am doing a web application in Laravel and I want that every time a user registers, Amazon creates an empty database and only that user created can access it. Any ideas? I was thinking about...
asked by 16.03.2018 / 18:04
1
answer

Error serving JavaScript Windows Server 2012 IIS 6.2

Hi, I have a Windows Server 2008 with IIS 6.1 in which a website is hosted in ASP, the page is running perfect and javascripts are served correctly: link But in a Windows Server 2012 with IIS 6.2 the javascripts are not properly served: li...
asked by 12.03.2018 / 20:56
0
answers

How can I consume a REST API with ADAPTERS?

I want to migrate a small server that I have. I have an api rest done with dropwizard, I would really appreciate your help, please just know that I have to make it consume adapters.     
asked by 08.03.2018 / 21:54
0
answers

Ways to detect bots in a clickk system

I have been investigating some things like click tracking services and the typical methods of storing data in the user's browser, however I would like to know additional opinions or even see the problem from a different perspective. The pro...
asked by 28.02.2018 / 17:04
0
answers

I can not access a socket server from an external computer when I run it within Eclipse

I am developing a server in JAVA. If I generate a JAR, any internal or external client application to the computer can access the server. If I execute it from Eclipse to be able to debug it, external computers do not connect. I will appreciate a...
asked by 15.02.2018 / 09:40