Questions tagged as 'server'

0
answers

Problems with simple http server based on java in windows xp

I have a problem with a simple server that I have made in java. It is a server that serves as a web server and uses the files found in the "resources" of the JAR project, that is, it serves the index.html files and others from those in the same...
asked by 01.02.2018 / 18:34
0
answers

Apache IP publishes

I have a server with ip public, and I have installed wampserver. I have configured the httpd.conf: Listen 0.0.0.0:80 Listen miIpPublica: 80 Order Allow,Deny Allow from all my virtual host: ServerName localhost DocumentRoot...
asked by 22.01.2018 / 19:12
1
answer

I can not see the site on an apache server

I have a problem loading my website in wordpress to an apache server on Windows with some specifications that I do not know. The route to load the sites looks like this: In the Apache24 folder there is a directory called htdocs (wh...
asked by 21.01.2018 / 20:09
0
answers

Error in wampserver line 1

This is my mistake:    The configuration file contains syntax error on line 1:   [EparseError] text is not inside a section How can I solve it since there I have my database too?     
asked by 19.01.2018 / 01:20
0
answers

Do not load the files on the server (Failed to load resource)

This is the error: Failed to load resource: the server responded with a status of 403 (Forbidden) I was developing an html template and everything is great locally ... now that I uploaded it to the server, the JS files and the image files d...
asked by 14.10.2017 / 16:10
0
answers

Angularjs, WebServer .net

I am developing an application in HTML5 , angularjs , sqlserver and I am trying to consult / update my data through a web Server vb.net. but I'm having a problem when I'm going to make an inquiry. The web server tested it a...
asked by 26.08.2017 / 15:45
0
answers

java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:

I am programming with Java RMI, the client-server connection works, but when implementing this code: ArrayList<ClientInterface> clientList = new ArrayList<ClientInterface>(); ... private synchronized void doCallbacks( ) throws Remo...
asked by 05.09.2017 / 02:25
1
answer

check words on incoming requests to routes on the server before rendering the page

I want to check an incoming connection, for example if you want to connect to my apache2 server from IP 12.1.3.3, and within the server you want to access the path / hello. Before rendering the page I want to check if there are certain words on...
asked by 29.06.2017 / 21:00
1
answer

Error validating ticket in CAS server

I'm trying to mount a CAS (central authentication server) In the xml of the application I put something like this: <!-- Filter to handle logout requests sent directly by the CAS server --> <filter> <filter-name>CA...
asked by 05.05.2017 / 13:28
0
answers

Read bytes from a socket in java

I'm trying to make a java server that reads bytes from the socket. The problem I have here is that the function read() returns me -1 and this can be due to the fact that the connection is closed. I do not know which is the problem...
asked by 06.04.2017 / 09:53