Questions tagged as 'servidores'

2
answers

In which cases to use application server in Java [closed]

What functionality does a Java application server offer, such as JBoss, in front of a Web server such as Tomcat? What should I take into account when choosing one option over the other?     
asked by 20.03.2017 / 14:12
2
answers

Insert data with PHP to BD Mysql

I have started learning PHP relatively recently and in the process I am trying to insert the data of a form into a database using PHP as I have been looking at a safe way by means of ready statements and objects and so I am trying it even though...
asked by 29.09.2016 / 00:42
1
answer

Test web page / Server performance

I have a web page made with laravel and mysql, and it has a lot of access to the database, and I would like to know how to measure how many simultaneous users making queries can support my page. I have a basic server in digital ocean with the...
asked by 23.10.2016 / 15:55
1
answer

how to set up a public server with free postgres?

I have to work from two different places with the same database, being in the development stage I need something free (free). Where you can mount a potgresql database and access it from anywhere.     
asked by 05.07.2017 / 23:49
1
answer

Enable htaccess apache 2.2.15 on Scientific Linux

Hi guys, good afternoon, In short, my problem is as follows > I need to enable the htaccess file, the web is currently running with the apache service 2.2.15 and the S.O that contains it is Scientific Linux. I have been reading the d...
asked by 07.05.2017 / 21:14
1
answer

As a redirection to my website through my enabled ports?

I currently have a small website that I want to show some people so they can see it, but I do not want to upload it to a free server because it limits my functionality a lot, so I want you to see it from my ip public, in theory already activate...
asked by 21.07.2017 / 01:42
1
answer

Redirect a web page

I tried to redirect my server-mounted page to    192.168.xxx.xxx a    192.168.xxx.xxx:8080/web/ using window.location window.location.href document.location document.location.href windows.location.replace(...
asked by 19.03.2018 / 06:02
0
answers

Listen to a port?

I'm listening to a port with the following terminal command while true; do nc -k -l -p pppp -s xx.xxx.xx.xx; done where pppp is my port and xx ... is the IP. I do not remember how to send a message to that IP with that port, in order to...
asked by 06.04.2018 / 10:01
0
answers

Web service with PHP + nusoap [closed]

Good evening, I need your help to understand how to create a webservice using the "library" nusoap , I have seen many examples with code, but they do not explain what each parameter means, so if I have to modify it , even if it's the least b...
asked by 26.01.2018 / 00:59
0
answers

It tells me that sklearn is missing but that it is up-to-date in /usr/local/lib/python2.7/dist-packages

On the server of my company, when I try to start a python file it tells me that I need sklearn but it seems that it already exists. :~/Eclipse-Stats$ python Main.py 2017-07-24 14:01:55.852751 Traceback (most recent call last): File "...
asked by 24.07.2017 / 16:24