Questions tagged as 'apache'

1
answer

I can not put friendly urls with .htaccess

I created the .htaccess file manually since I did not have it and doing tests to get friendly urls, it gives me an internal server error. The code that I have is the following: Options +FollowSymLinks RewriteEngine on RewriteRule ^/private/not...
asked by 22.04.2017 / 15:03
1
answer

Apache Ant java.lang.NoClassDefFoundError

I am new in Ant , I am doing a program client-server with Eclipse , I am using external libraries: JMapViewer-1.14.1.jar , the server works correctly the client sends me an error. When executing from the Ubuntu...
asked by 11.04.2017 / 16:26
1
answer

Redirection 301 with .htaccess several virtual host apache

Good morning, I intend to redirect some sites from port 80 to port 443 On this server I had already configured a virtualhost for port 80 and another for port 443, in the root folder where port 80 has a .htaccess file with the following content:...
asked by 10.03.2017 / 10:28
1
answer

error when downloading any file generated in java

I have a web application which I have deployed to a local server, I have two classes to generate pdf files and excel libraries that I am using are apache poi and itextpdf 5.4.3 when I test in my netbens works perfect generates the files and I ca...
asked by 15.03.2017 / 05:08
1
answer

Rest Web Service + Apache Solr: show XML in webapi

I have a problem and partly it is ignorance. I'm trying to get my Web Service to show me the XML corresponding to the data indexed in Apache Solr. The WS is connected, tested and gets the data, but at the time of doing the return to show the dat...
asked by 08.02.2017 / 16:05
0
answers

Scale application nodejs in Digitalocean

I try to do the following: I have 1 form with some fields, this can upload files (photos, documents, etc.) It is simple, and this is then displayed in a list of files in another view with a short description. When I did it using a single node as...
asked by 03.01.2017 / 09:25
1
answer

Connect a Java project to Apache Solr 4.10.3

I have Apache Solr 4.10.3 running a collection called "Collection1". I also have a project in Maven at the moment completely clean and ready to put together. The first thing I want to do is connect to Solr to get indexed data from Collection1. O...
asked by 03.02.2017 / 21:14
0
answers

How to obtain whole results in the variables with the SimplexSolver class from the Apache Commons Math library?

I'm making an application that uses the Simplex method to get the most use in a function, to use this method I use the class SimplexSolver present in the Apache Commons Math 3.6 library, the problem is that I have not been able to find a functi...
asked by 15.12.2016 / 17:30
0
answers

Error 404 after creating a Tomcat server in Eclipse

I have a problem with the Apache Tomcat server version 7.0.73. I have created a Tomcat server in Eclipse version neon 2, it starts without problems, and I can access the address of link . The problem is that it does not show me the project,...
asked by 25.01.2017 / 11:05
1
answer

Access to local web server with linux

I have created a web server with apache, php5, etc in a Raspberry 3. I have 2 virtualhost, one hosted on a pendrive with name "servername" pruebas.com Otri with name "pruba1" is hosted in a root html folder / var / www / html / prueba1 the ra...
asked by 29.10.2016 / 23:41