Questions tagged as 'tomcat'

1
answer

Clustered JSF application

What does my application (JSF + Primefaces) need to have to work on a cluster? I'm doing a test in a clustered 3 Tomcat environment (with session replication) and my test application does not work. At first, I only included the <dist...
asked by 30.10.2014 / 18:12
1
answer

Use NewRelic to monitor Java applications on Tomcat7

As I monitor PHP and Django, I would like to monitor the "Browser page load time" of applications java . I installed "Java agent self-installer" as described in New Relic documents . It's all right, I'm monitoring various feat...
asked by 19.02.2014 / 16:51
1
answer

Error executing JSF page in Tomcat

Well, I have a problem here that is difficult to solve. I'm trying to list some disciplines on a JSF page, follow the code: DisciplineBean.java @ManagedBean(name="disciplinaBean") @SessionScoped public class DisciplinaBean { private...
asked by 06.01.2015 / 02:53
1
answer

Error 404 apache Tomcat

I'm new to web services, however lately I've gotten to develop my own, however I can not even do a hello world due to an error that Tomcat is returning me, it just does not find the URL, can you help me? package Login; import javax.ws.rs.core...
asked by 28.02.2018 / 22:43
1
answer

Error in Spring when starting the server

Imported a Maven project that worked perfectly before, but now I'm giving it error. Every time I try to fix this error, I change the Java versions, deleting and importing them again and so on. Dependencies: </parent> <grou...
asked by 02.07.2017 / 03:21
2
answers

TomCat does not activate Spring boot. How do you activate it?

I'm doing a project using Spring boot in IntelliJ + maven. Following and reading tutorials. I did the step by step but when giving Run the Tom Cat is not demonstrated, activated. I am not using any other server. Below is the code Main + Pom + Co...
asked by 13.04.2017 / 00:50
1
answer

java.net.BindException: Address already in use /127.0.0.1:13444

I have an application running in the intagrator and today the system crashed, seeing the logs I came across this error: java.net.BindException: Address already in use /127.0.0.1:13444 at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpo...
asked by 04.02.2017 / 13:50
1
answer

ERROR when starting the java project with tomcat

I put the project war in the webapp folder but the application does not appear in the browser gives this error: SEVERE: Error deploying web application archive webrun.war java.lang.UnsupportedClassVersionError: Bad version number in .class fil...
asked by 07.04.2016 / 15:03
1
answer

Error while deploying SOAP web service with Maven and Apache Tomcat

I build a JAX-WS application by Maven, but I'm not able to deploy it to the Tomcat application server. Here are my artifacts: pom.xml : <project xmlns = "http://maven.apache.org/POM/4.0.0" xmlns:xsi = "http://www.w3.or...
asked by 05.09.2015 / 15:02
1
answer

Doubt with Tomcat

I started to learn JSF and installed Tomcat , but when I boot it it appears:    Port 8080 required by Tomcat v7.0 Server at localhost is already in   use. The server may already be running in another process, or a system   process may...
asked by 24.04.2015 / 21:46