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
-1
votes
1 answer

How to set web.xml to org.apache.tomee.embedded.Configuration

The essence of the problem: how to transfer your own web.xml file to new org.apache.tomee.embedded.Configuration().setWebXml("file_name"). When I set http port as new org.apache.tomee.embedded.Configuration().setHttpPort(_port) works fine. But,…
-1
votes
1 answer

How to make data persistent across pages using a Stateful Session Bean?

I'm working on a shopping cart with JEE. My web application is made of one stateful session bean and two servlets with corresponding JSP pages. One servlet allows to add new items to the cart, the other allows to list the content of the cart. The…
user1636522
-1
votes
1 answer

HTTP Status 404 : The requested resource is not available

i've a dynamic web project that depends on another project. I use TomEE server in eclipse (tomEE web-profile 1.7.4) e the server starts normally, but opens this page: HTTP Status 404 - /dlms-frontend/ type: Status report message:…
davide
  • 91
  • 7
-1
votes
1 answer

OpenJPA @OneToMany List returning null

I am trying to build a simple Rest Service in which I can add Clients and update them, basically as an experience to learn Java EE technologies. I'm running this application in TomEE and using Eclipse and Maven to code and build it. In my project, I…
Audi.RS4
  • 25
  • 6
-1
votes
1 answer

Is there any tutorial on how to set up a simple CRUD web app on TomEE using just JPA and JSF?

I'm a fan of Tomcat and would really like to use TomEE but having a hard time configuring TomEE why isn't there a simple tutorial explaining step by step, setup of a simple JSF and JPA CRUD web app on TomEE. If there is I really haven't found it,…
CommonSenseCode
  • 23,522
  • 33
  • 131
  • 186
-1
votes
2 answers

local developing with changing IP

I am building a web app using Linkedin api. linkedin requires a redirect url when requesting permission to use their api (when filling their application form). since I'm trying to avoid developing on my server instance hosted in aws I want to…
D.Shefer
  • 173
  • 1
  • 1
  • 7
-1
votes
1 answer

What's the best application server applicable for Web Applications?

What would be best application server applicable for web application purpose? I have been working with Glassfish 3.1 and little bit with Tomcat and TomEE. This far I must say that the winner from those three servers is absolutely Glassfish because…
Amir
  • 1,031
  • 2
  • 19
  • 42
-3
votes
1 answer

Tomcat: Additional JARs have been added - context reload

My development tomee automatically reloads the context when deployment is finished. The log indicates that new Jars have been added but I havent done anything. Why is the Context reloading? sep 03, 2018 8:29:35 FM …
Jesper
  • 304
  • 6
  • 10
-3
votes
1 answer

JPA Development tools

i use apache tomee, Java EE 6, servlet 3 and when i start the server tomee i have this errror: Server TomEE Server at localhost at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the…
user1528481
  • 45
  • 1
  • 4
-7
votes
1 answer

What web server do you recommend?

For work, I need a free web server system to host a few web apps that I will develop. The server will be installed on Windows. The apps will need to be able to access a bunch of files on the intranet, and massage them. Mostly 10 people at same time…
jadrijan
  • 1,438
  • 4
  • 31
  • 48
1 2 3
63
64