Questions tagged as 'tomcat'

1
answer

Tomcat boot problem

As a mitigation measure for this error , I installed XAMPP and put it (Tomcat) as a container for NetBeans . But when I'm going to run some project on NetBeans, the following error appears on the Tomcat console in the IDE: Iniciando a partir...
asked by 20.11.2014 / 15:13
1
answer

Tomcat 7 configuration in Eclipse results in HTTP Status 404

I downloaded the tar-gz version of TomCat 7 and in linux manually set the variable CATALINA_HOME I typed the command $CATALINA_HOME/bin/startup.sh and hit http://localhost:8080/ , it worked normally ( appeared home I've bee...
asked by 05.01.2015 / 00:02
1
answer

How does authentication work in a RESTFul stateless environment?

My question is: Imagine 3 tomcat servers (s1, s2, s3) and all 3 servers connect to a single sgbd server (s_bd1). The three tomcat servers run an application that is RESTFul and stateless in nature, so they do not load the user session. her...
asked by 19.09.2014 / 03:45
2
answers

Request parameter accent on JSF page

I have a JSF page that receives as a parameter, in the URL, the error message to be displayed. Ex: http://example.com/application_error.jsf?exception=Não+permitido On the page, the parameter is displayed as follows: #{param['exceptio...
asked by 11.12.2013 / 17:23
2
answers

How do I pass the session from context A to context B within Tomcat 05

I try two applications made in Java using Tomcat 6 and are in different contexts strong> but one interacts with the other because they are integrated, I need one to pass their session to the other context, or that contextA can set valu...
asked by 05.01.2015 / 17:10
1
answer

What's the difference in HotDeploy and Publish, Start and how they relate

When I add tomcat to eclipse some options appear: Start be Publish . How do these relate to hotdeploy ?     
asked by 18.06.2014 / 14:49
1
answer

dynamic path out of context in servlet

To get the dynamic path within the project is easy, just run the code: String path = this.getServletContext().getRealPath(""); Here it is returned: /home/pedro-pazello/development/servers/apache-tomcat-7.0.42/wtpwebapps/img_uploader/...
asked by 23.02.2014 / 16:45
2
answers

NullPointerException Java JPA CDI Tomcat

Good afternoon, guys. I'm developing a Java test application with JPA, CDI and Tomcat. I created a basic test class and I'm getting the following error. Erro: Exception in thread "main" java.lang.NullPointerException at br.com.hcancerbarre...
asked by 29.07.2016 / 21:52
2
answers

Deployer of a Spring Boot project

I'm doing a deployer of my first project in Spring Boot + Angular. I have a linux server (centos) where I took a tutorial to install tomcat: tutorial Tomcat is configured according to the tutorial, I've already been able to deployer a war,...
asked by 05.07.2017 / 15:04
1
answer

Remote debug in isolated environments

Work in a company doing bug fixes. Some clients deploy the system to computers on their internal network, so it is not possible to remote debug. Clients' computers usually have Internet access. I wonder if there are any tools that would al...
asked by 29.07.2017 / 12:59