Questions tagged as 'tomcat'

0
answers

err_too_many_redirects only in production environment

I have an application that makes payment for some employees. On the screen it is selected from the current month, so you do not need to select it, but if you have more data on the screen,    "The page of www.SISTEMA.com.br is not working....
asked by 07.11.2017 / 20:51
0
answers

How to deploy an application in tomcat internally in conjunction with an external one?

I have an external application with public access within tomcat, A module called JSPUI, which is pointed to the root.xml context. And I have two other modules called SOLR and XMLUI, how do I upload these two modules only for internal access a...
asked by 17.02.2017 / 16:46
0
answers

Use of two different certificates to issue nfse abrasf

I am sending notes to the abrasf using the code below to load the keystrore certificate information and tals. Only when I submit with one certificate and then another with another taxpayer, I refuse to report this error. Error code: GOV14....
asked by 23.07.2015 / 16:14
0
answers

Heroku does not work after adding dependencies in pom.xml (Maven)

I deployed a java project with maven, it worked quietly, however after I put the dependencies in the pom.xml file and gave the push, heroku no longer executes, not even the "hello world". Here's how pom.xml was, then how it was after adding the...
asked by 14.06.2016 / 22:02
0
answers

How do I make a download on a web page having the files on my computer, outside of my web project? [closed]

I need to make a web application that the user uploads PDF files and can download them later. The upload part is done, except the files in a folder of my PC /home/william/web . To save the files to my PC, I edited the file server.xml...
asked by 07.11.2015 / 22:14
0
answers

Error logging in with Spring Security and JSF

I'm trying to implement a login with Spring Security 4.0.1.RELEASE and JSF 2.2, trying to login it always returns as invalid login. login.xhtml <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/D...
asked by 19.06.2015 / 04:26
0
answers

How to automate the deploy process? [closed]

Using Jenkins, to get branch changes and immediately go to production what are the ways to build the server infrastructure? I say, is there another possibility of doing this besides having more than one machine, "diverting" the requisitions a...
asked by 09.05.2015 / 01:49
1
answer

Create service versions rest

I'm creating rest services with Java (Jersey). This service tends to grow and evolve, and may undergo changes in existing routines, so I believe the best route would be to create production versions so clients do not break with the changes....
asked by 05.07.2016 / 20:09
2
answers

Referencing CSS in jsp through $ pagecontext.request.contextpath in tomcat8 does not work

I'm using tomcat 8. My css and js files do not load into jsp through the $ pagecontext.request.contextpath in tomcat8. I can only load the css if I put the absolute path from the webapp directory. Ex (pages / css / style.css). The project str...
asked by 24.07.2015 / 02:06
2
answers

Instantiate an external directory Java class in JSP

I created my application Java with Eclipse in the Meus Documentos/workspace/TesteJAVA/ directory Now I want to call a class with JSP , I want to know how to configure to get the application from this directory or sh...
asked by 26.10.2015 / 00:09