Top "Apache-tomee" questions

Apache TomEE is the Java Enterprise Edition of Apache Tomcat that combines several Java enterprise projects.

How to use Tomcat 8.5.x and TomEE 7.x with Eclipse?

I need to setup a Tomcat 8.5.x server version in Eclipse. When I try to create a server using Eclipse …

eclipse tomcat apache-tomee tomee-7
What is the difference between Tomcat and TomEE, TomEE and TomEE Plus

I want to deploy EJB ear in a server but I am really confused about choosing a server among tomcat, …

java tomcat server apache-tomee
Where to use EJB 3.1 and CDI?

I am making a Java EE based product in which I'm using GlassFish 3 and EJB 3.1. My application has session beans, …

ejb-3.0 glassfish-3 cdi apache-tomee
why i get javax.ejb.EJBTransactionRolledbackException? - setRollbackOnly

In my web applicaton I use OpenJPA on Apache Tomcat (TomEE)/7.0.37 server. my entity User.class: @Entity @Table(name = "USER") …

java jpa openjpa apache-tomee
why EntityManager is null?

In my web applicaton I use OpenJPA on Apache Tomcat (TomEE)/7.0.37 server. I use Netbeans to auto generate class ("Entity …

java entitymanager openjpa persistence.xml apache-tomee
Whats the difference between service tomcat start/stop and ./catalina.sh run/stop

Whats the difference between service tomcat start/stop and ./catalina.sh run/stop in Tomcat or TomEE? Do they do …

tomcat apache-tomee
TomEE starts but Netbeans gives "Failed to start" error

I'm using NetBeans 8.0.2 (also, tried it in the latest nightly build) and trying to start TomEE Plume server on port 8084 (…

java tomcat netbeans apache-tomee
minimum hibernate version compatible with java8

I have a terrible time trying to find out which is the minimum version of Hibernate that supports being run …

java hibernate java-8 apache-tomee
How do I add EJB capabilities to an Eclipse dynamic web project?

I am developing a simple application with EJB 3.0 using OpenEJB for deployment and Eclipse as an IDE. I created the …

java eclipse ejb apache-tomee
What's the difference between localhost.log, catalina.log, manager.log, host-manager.log ?

I'm using Tomee. The logs folder contains files like this localhost_access_log.2016-12-02.txt localhost.2016-12-02.log …

tomcat apache-tomee