apache-tomee Questions
1
Solved
So I've installed the latest Apache TomEE 8 Server from here: https://tomee.apache.org/download.html
The TomEE server is running fine and I can successfully add it to Netbeans as a server.
However ...
Essence asked 19/10, 2022 at 23:36
4
Solved
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 o...
Kaylakayle asked 11/12, 2018 at 17:52
11
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 ...
Eugenol asked 4/5, 2016 at 10:19
2
Solved
I want to test out hikaricp in TomEE. I have added the jar-file into my lib folder, and have tried defining the resources like this:
<Resource id="myJtaDs" type="DataSource" class-name="com.za...
Mercurio asked 19/3, 2018 at 15:8
1
Solved
I have included TomEE with Eclipse in order to start developing dynamic web projects (I am still new to it).
Before adding the project to the TomEE server, I am able to start it without any problem...
Hendershot asked 6/11, 2020 at 11:14
3
Solved
TomEE is a great project, combining the lightweight experience of Tomcat with Java EE features. I have many JDBC datasources declared in context.xml, but when I want to use that Datasource via JNDI...
Eighteenth asked 15/10, 2013 at 19:30
2
Solved
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
...
Admit asked 2/12, 2016 at 15:21
3
Solved
I've got a JAX-WS web service endpoint configured purely via annotations running in TomEE 7 environment. Basically, the method being called has to return a List<String> of all node names cont...
Tarriance asked 18/7, 2017 at 8:1
1
Validators do not work with Spring and TomEE without Maven or Grade.
I created an elementary project.
When I enter incorrect data, the validator simply does nothing (no error, no log, nothing neit...
Research asked 1/1, 2019 at 18:0
3
Solved
In my web applicaton I use OpenJPA on Apache Tomcat (TomEE)/7.0.37 server. I use Netbeans to auto generate class ("Entity Class from database..." and "Session Beans From Entity Class..."). At Sessi...
Zacynthus asked 17/9, 2013 at 9:56
0
I have developed a JSF/Primefaces application with the following stack:
MyFaces JSF 2.2
Primefaces 6.0
TomEE 7.0.4
JDK 8
This application is using different Primefaces components. Apart from pa...
Santo asked 25/10, 2018 at 17:50
2
I have a spring mvc web application (maven). It runs on JDK 1.7 perfectly , but the error occurred when i try with 1.8.
Similar question asked here. Where they moved back to 1.7.
But i want to ru...
Gittens asked 5/8, 2018 at 7:41
2
Solved
I am trying to enable CORS on my server. It hosts both an Apache HTTPD and an Apache Tomee.
HTTPD is configured as:
SetEnvIf Origin "^https://(.+\.)?my-domain.com$" allowed_origin=$0
Header always...
Hebel asked 27/6, 2016 at 12:15
2
I am using Instance as a lazy / dynamic injector in a TomEE Java application, and I have noticed a memory leak in my application. This is a first for me, so it's actually surprising to see a memory...
Testator asked 20/3, 2018 at 15:49
2
Solved
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 ta...
Duodecillion asked 18/8, 2014 at 10:15
2
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.MappingExcepti...
Ordinand asked 12/1, 2015 at 0:14
6
Solved
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 NetBean...
Ouachita asked 4/6, 2015 at 14:50
1
Solved
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 stan...
Garceau asked 30/11, 2016 at 17:54
2
I have a subproject with a war spec that looks like this:
war {
from('resources') {
include '*.properties'
into 'WEB-INF/classes/'
}
webXml = file('src/main/webapp/WEB-INF/web.xml')
}
Work...
Baht asked 5/4, 2013 at 19:29
3
Solved
I have created very simple app with persistence context (hibernate as provider) to read some value from database. I use Eclipse with Maven.
First, I get
Caused by: org.apache.openejb.OpenEJBExcep...
Targett asked 1/6, 2012 at 14:21
3
Solved
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 a...
Anhedral asked 8/6, 2015 at 20:9
2
Context
We want to use Hazelcast as our JCache implementation inside TomEE. As we don't need insane performance, at the moment, we want to run the Hazelcast node as part of our application.
We us...
Benjie asked 22/8, 2016 at 13:2
1
Solved
I use TomEE 7.0.1 with Jackson 2 as JAX-RS JSON provider (configured in openejb-jar.xml). Posting json to jax-rs services works perfectly well and uses the jackson annotations.
But using JAX-RS c...
Dari asked 11/8, 2016 at 19:28
1
Solved
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 ...
Robby asked 23/4, 2016 at 17:45
1
Solved
I downloaded the newest TomEE Plume 1.7.4 Version and tried to start it from inside IntelliJ IDEA 14 with what seems to me to be a normal server setup and I get a timeout error with the following e...
Delta asked 11/4, 2016 at 7:23
1 Next >
© 2022 - 2024 — McMap. All rights reserved.