python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Netbeans getting error trying to run Web app to create/read/update/delete MySQL database table entries
I'm having trouble with my program. I need to make a Web application that connects to my MySQL database and is able to Create, Read, Update and Delete entries in the database tables.
I am using this t...
Jade
Votes: 0
Answers: 0
Set TomEE conf/system.properties properties from command line using TomEE Maven Plugin
I'd like to set up a one-liner to deploy my webapp in TomEE using Maven TomEE plugin. Normally, I'd just put the .war artifact in <tomee-home>/webapps/ and set up <tomee-home>/conf/system....
cidra
Votes: 0
Answers: 1
Bean Validation on Jax-RS Resource stops working while using CDI on Apache TomEE 8.0.10
I'm having troubles getting bean validation to work with the following minimalised project consisting only of this three java files plus pom.xml. I'm using Apache TomEE 8.0.10.
LoginMessage.java
packa...
miracles-whip
Votes: 0
Answers: 2
Caused by: java.lang.ClassNotFoundException: org.apache.activemq.web.AjaxServlet
I am trying to configure the ActiveMQ in the TomEE and use the ActiveMQ webconsole. After downloading ActiveMQ release 15.16.3 I imported the project to Eclipse and converted it to Maven. After builin...
benz
Votes: 0
Answers: 0