Questions tagged as 'tomcat'

1
answer

Setting up port on tomcat

I'm developing various services and these run on port 8080 by tomcat. As the next services to be generated are not related to the services that have already been generated, the port was requested to be modified. I found the class Tomcat...
asked by 11.10.2016 / 16:58
1
answer

Spring Loaded is not working

I have a Spring 3.1.4 project I'm setting the spring-loaded below the image below: Tomcat runs right but spring-loaded is not working any changes I have to raise tomcat again.     
asked by 22.03.2016 / 17:31
1
answer

Tomcat 9 boot problem - #algaworks

Following the #algaworks book, I tried to install and verify Tomcat functionality (both version 8 and version 9), and when opening the startup.bat file and accessing localhost: 8080, nothing happens. I tried opening it via the command prompt and...
asked by 23.02.2016 / 22:13
1
answer

android server

I'd like to know how apps like this , make a webservice available through Smartphone IP? Is there any Tomcat that runs on Android? or something that does that? Ps: Google has just shown me the Talking Tom Cat , for Tomcat Android!    ...
asked by 08.07.2015 / 04:46
1
answer

Is it possible to perform unit-class testing with inheritance?

I need to do unit test of PlanilhaReader but this extends ArrayList<String> and I override the contains method. Is there any way to run it? @Component public class PlanilhaReader extends ArrayList<String> { fin...
asked by 16.04.2015 / 15:15
1
answer

Tomcat continues to show old files

I update the files (html, javascript), but when I access the index.html , the files are not as they should, there it shows a totally different page, older, since the file on that page no longer exists, I already tried to clean browser cach...
asked by 12.07.2014 / 21:17
1
answer

Tomcat does not update files [closed]

The problem is this, every time I change a file ( index for example), restart tomcat(v7) and press F5 in the browser, it stays the same, does not update anything, ie ends up getting in version previous .... Does anyone know what...
asked by 24.12.2015 / 06:34
1
answer

Modularization without OSGI in Web project

I have a project that will be reasonably large, so it would be very interesting to modularize, I know, there is OSGi, but I found it very complex and I had difficulty adapting my application, the impression I had is that it will complicate more...
asked by 09.08.2014 / 01:22
1
answer

getOutputStream () has already been called for this response

I've created two error pages for two systems that work within the same Tomcat. One page works normally and the other one has the following error. Within the development environment and homologation the error does not happen. The Tomcat version o...
asked by 17.07.2014 / 14:40
0
answers

CDI bean that goes up with the application

Is there a way to start a CDI bean next to the application I have the following bean: @ApplicationScoped @Named public class MyBean implements Serializable { @Inject private Helper helper; @PostConstruct public void init()...
asked by 17.08.2018 / 21:08