Questions tagged as 'tomcat'

2
answers

Error configuring Apache Tomcat in Eclipse JEE

I'm trying to add a new server in Window > Preferences > Server > Runtime Environments And I select the option Apache Tomcat v8.0 , but the version of Apache Tomcat that I have is 8.5.11 so I get the following error: p> The Ap...
asked by 10.03.2017 / 05:08
2
answers

Can you have XAMPP and Tomcat EE installed at the same time?

I have windows 10, XAMPP, Java and Netbeans installed on my PC. I'm trying to create a website for e-commerce by following the "official" tutorial on the Netbearns.org site: https://netbeans.org/kb/docs/javaee/ecommerce/entity-session.html...
asked by 21.03.2017 / 21:58
1
answer

Error running a project with tomcat 8

When I try to raise my project and put the address localhost: 8080 / SpringSep I get the following error. This is what it gives in the log feb 06, 2017 9:02:42 AM org.apache.tomcat.util.digester.SetPropertiesRule begin ADV...
asked by 06.02.2017 / 15:06
6
answers

upload java web application to xampp [closed]

I have made my first web java in netbeans and now I have to upload it to a local server (xampp) the issue is that I do not understand the topic well, I generated the file .war (right clicking on the project in netbeans and then clean and...
asked by 25.05.2016 / 20:08
2
answers

Problem Eclipse when using the Control key + key hangs

I use Eclipse for Java and many times when I give Control + another key, it hangs up and a good time i do the same but with the mouse it does not usually happen. It also hangs sometimes by simply selecting a word or code liena. Many times I give...
asked by 13.12.2018 / 10:04
1
answer

REST JAX-RS error handler does not capture errors

I currently have a REST service with JAX-RS in tomcat. Now I want the typical errors of 400,405,500 error, etc to be returned in JSON format and not HTML as it does in normal. Then I've been basing myself on link to create an error handler....
asked by 12.12.2018 / 10:06
0
answers

An incompatible version [1.2.10] of the APR based Apache Tomcat Native library is installed, while Tomcat requires version [1.2.14]

today try to connect java to an LDAP using spring, when trying to start the class, in the console I get the following data in the image indicates the following line ERROR 9516 --- [main] o.a.catalina.core.AprLifecycleListener : An i...
asked by 06.12.2018 / 23:19
0
answers

webservice consumption works correctly in Tomcat but fails in WebLogic 12c

I have managed to consume a service using jax-ws , when I deployed to tomcat everything worked correctly, but when I deployed in weblogic everything works fine until I try to consume the service and throws the following error:    cou...
asked by 03.12.2018 / 15:50
0
answers

the main class org.apache.catalina.startup.Bootstrap was not found or loaded

I'm working on a new computer in the company, when I try to run an html or xhtml file on the tomcat, it throws me the error no se ha encontrado o cargado la clase principal org.apache.catalina.startup.Bootstrap what can it be? use apache-to...
asked by 27.11.2018 / 16:49
0
answers

Access another directory outside of my web server jsp payara

I hope and you can help me I need to access a video that is outside the folder of my java web application project to a path that would be "/home/jorge/upload/prueba.mp4" to play it, I've searched everywhere and I see that there is a configuratio...
asked by 04.11.2018 / 12:31