Questions tagged as 'tomcat'

0
answers

Problem with lifting tomcat 8.5

The error I have is that every time I try to lift my project with tomcat 8.5 I get the following error. How can I solve it? ene 19, 2017 4:52:24 PM org.apache.tomcat.util.digester.Digester startElement GRAVE: Begin event threw exception java.l...
asked by 19.01.2017 / 23:56
4
answers

How to upload a web application on a free server? [closed]

I am developing an application in JavaWeb (jdk 1.7) with ICEFACES and connection to a mySQL database. I've been testing it locally with GlassFish and Tomcat and everything works perfect, but I tried to upload it to free servers like 260mb.net an...
asked by 11.01.2017 / 21:46
0
answers

Error trying to boot a war in Tomcat

I worked on a ANT project in Spring Tools modifying a WebService , but when generating the war , this can not be started in TomCat7 . How to configure these projects to generate a war that can be started?     
asked by 19.01.2017 / 19:00
1
answer

Error trying to use connection with mysql in Apache Server Tomcat in the Cloud (hibernate)

I have an error trying to execute the execution of my web application on a web server called facilcloud (jelastic), my project is working with mysql hibernate, mongodb, java 1.6, spring mvc, bootstrap, maven among other tools. The problem I h...
asked by 31.12.2016 / 07:58
0
answers

Error java.lang.NoClassDefFoundError: org / slf4j / LoggerFactory

I'm working on a project that uses the Prosys-OPC-UA-Java-SDK-Client-Binary-2.2.6-708 library (it's an opc-ua client). This library has a series of dependencies: 'Opc.A.Stack-1.02.336.8' 'org.bouncycastle: bcprov-jdk15on: 1.52' 'o...
asked by 01.12.2016 / 14:01
0
answers

Eclipse STS server error appears

When I start my Eclipse STS I get an error with the following: Could someone help me with regard to this eclipse error?     
asked by 08.12.2016 / 22:59
1
answer

how to show image upload to tomcat server with html tag img

After uploading the images to the server I can not figure out how to display it using an html tag. What is the server path? The issue is that I'm not clear on what location to save it to later be able to access it and show it through an image...
asked by 02.09.2016 / 00:32
1
answer

Remove permissions to upload file uploaded Java ee - Tomcat

I am trying to make a web with Java EE that allows uploading a file to the server and then downloading it. I have achieved both: Upload file to Java server ee However, I am having a terrible safety hole. The files are uploaded to C: \ files...
asked by 18.10.2016 / 01:07