Questions tagged [apache-tomee]

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

Definition

From Wikipedia:

Apache TomEE (pronounced "Tommy") is the Java Enterprise Edition of Apache Tomcat (Tomcat + Java EE = TomEE) that combines several Java enterprise projects

Components

  • Apache Tomcat
  • Apache OpenEJB
  • Apache OpenWebBeans
  • Apache OpenJPA
  • Apache MyFaces
  • Apache ActiveMQ
  • Apache CXF
  • Apache Derby
955 questions
98
votes
11 answers

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 GUI, I get in Eclipse Luna as choice the latest version "Apache Tomcat v8.0". When I select it and I browse to my Tomcat 8.5.x server, I get this…
user5796595
80
votes
2 answers

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, TomEE and TomEE Plus. What are the differences between Tomcat and TomEE? What are the new features in TomEE and TomEE Plus? In which case(s) does it…
Sasikumar Murugesan
  • 4,412
  • 10
  • 51
  • 74
40
votes
1 answer

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 exactly the same thing?
Nahser Bakht
  • 920
  • 2
  • 13
  • 27
23
votes
1 answer

How to configure connection failover for a PostgreSQL Hot Standby setup in a JavaEE application?

I have two Linux servers (A and B) with a PostgreSQL 9.5 database installed. I configured hot standby mode as described in the documentation. In this setup, A is configured as master, B in hot standby mode. This is working well and behaves as…
rzo1
  • 5,561
  • 3
  • 25
  • 64
22
votes
2 answers

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 catalina.2016-12-02.log host-manager.2016-12-02.log manager.2016-12-02.log I was looking for an explanation in the…
john
  • 647
  • 5
  • 23
  • 53
21
votes
2 answers

How can I map postgresql json data type using Hibernate?

I am following the example mentioned in the below URL ? Mapping PostgreSQL JSON column to a Hibernate entity property But always get the following exception: Caused by: org.hibernate.MappingException: No Dialect mapping for JDBC type: 2000 at…
chand
  • 301
  • 1
  • 2
  • 6
14
votes
6 answers

JavaEE solution configuration best practices

We build 3-tier enterprise solutions that typically consists of several webapp and ejbjar modules that all talk to a db and have several external integration points. Each module typically needs its own configurations that can change over the…
AmanicA
  • 4,659
  • 1
  • 34
  • 49
13
votes
6 answers

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 (tried it on different port too). Server starts and works fine, but NetBeans thinks it is not started and after approximately 2…
Mugi4ok
  • 285
  • 2
  • 5
  • 15
12
votes
4 answers

logrotate doesn't rotate catalina.out

I am trying to use logrotate to rotate out tomcat's catalina.out automatically on a daily basis even though I can manually call logrotate and it works fine. I am using I have tried every solution out there, but I cannot get it to rotate. I am on…
Justin
  • 1,356
  • 2
  • 9
  • 16
12
votes
2 answers

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 on a java8 JRE, where the user code will use java8 features. I found this bug, but it talks about making use of java8 features in hibernate,…
Emmanuel Touzery
  • 9,008
  • 3
  • 65
  • 81
11
votes
3 answers

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 project as a 'dynamic web application' in Eclipse. When I tried creating the first stateless session bean, I realized that the…
Ragini
  • 155
  • 1
  • 2
  • 7
10
votes
2 answers

How to selectively inactivate REST endpoints in a Java application?

I am working on an application that consists of several backend services and a frontend client. The entire application is written in Java, and we use the Apache TomEE webserver to run it. The backend services expose several APIs, and contain several…
user3441604
  • 582
  • 7
  • 23
10
votes
3 answers

Tomcat/TomEE: TomEE GUI page 404 error

I recently installed "apache-tomee-webprofile-1.7.2" on to a "Red Hat Enterprise Linux Server (6.6). I am able to access the Tomcat home page by accessing x.x.x.x:8080 and via this, I am able to access the "Server Status", "Manager App" and "Host…
Adam Cormack
  • 161
  • 1
  • 8
10
votes
6 answers

How can I integrate Jersey with TomEE / openEJB

I am upgrading a code that uses Jersey JAX-RS to run on an Apache TomEE server. Unfortunately it throws errors when I try to use Jersey with TomEE. I am using eclipse and have the JAX-RS project facet turned on. It points to the Jersey library. I…
Greg
  • 1,549
  • 1
  • 20
  • 34
9
votes
1 answer

How to test a Java EE7 Websocket

I have implemented a WebSocket using the api provided with Java EE 7. Additionally I have implemented a client that requests my WebSocket without any problems. To be sure this remains working when performing some code changes I want to implement…
J. Su.
  • 451
  • 1
  • 6
  • 18
1
2 3
63 64