Questions tagged [geronimo]

Apache Geronimo - open source JEE5 (from ver. 2.*) / JEE6 (from ver. 3.* ) complaint java server.

Apache Geronimo is an open source application server developed by the Apache Software Foundation and distributed under the Apache license. Geronimo 2 is currently compatible with the Java Enterprise Edition (Java EE) 5.0 specification such as JDBC, RMI, e-mail, JMS, web services, XML, Enterprise JavaBeans, Connectors, servlets, portlets and JavaServer Pages. This allows developers to create enterprise applications that are portable and scalable, and that integrate with legacy technologies. Geronimo 3 is compatible with Java EE 6.0.

From Wikipedia.

133 questions
0
votes
3 answers

How can I deploy Application in geronimo 3.0.1?

I am new to handling geronimo.Today I installed geronimo 3.0.1 in my system,already I have built web-Application and it is in folder format, I don't know where to put this folder. How can I test the application whether working or not. Thank
subbu
  • 562
  • 3
  • 8
  • 21
0
votes
1 answer

OpenJPA logs in app server console - method printToSystemOut

We are using OpenJPA in our application and we are getting the below error trace logs in the application server console. at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at…
dosakiller
  • 79
  • 5
0
votes
1 answer

what is a CAR (Connector Archive) in Geronimo or Tomcat server?

In some EAR file based deployments, I saw "car" file as type. How does it work? How is different from a JAR or WAR file?
Nambi
  • 2,688
  • 8
  • 28
  • 37
0
votes
1 answer

Eclipse Geronimo failing to start the module sharedlib-3.0.0.car

I get this error when starting the Geronimo server in Eclipse: Module 23/66 org.apache.geronimo.configs/sharedlib/3.0.0/car 2013-02-23 20:26:13,165 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state:…
Matt Stevens
  • 1,104
  • 1
  • 12
  • 24
0
votes
2 answers

Verfy error on geronimo with openjpa

I have configured a simple sample dynamic web project in eclipse using openjpa, but I always get a Verfy error. Now I'm at a point that I have no idea anymore. I using TBD plugin for enhancing entity code. So have you a hint whats worng: Geronimo…
0
votes
1 answer

Spring cannot find jar outside EAR - WebSphere community edition

I have an ear deployed to WebSphere Application Server Community Edition which uses spring to load different interfaces. For production all those classes are loaded inside the ear. I'm trying to override those classes with another class in a jar…
Ryan H
  • 547
  • 1
  • 6
  • 18
0
votes
1 answer

JMS Topic queue size always 0

If i post a bunch of messages to a topic where the subscriber is very slow. The "Queue Size" in geronimos " JMS Resources" tab stays 0. If I use a JMS Queue instead of the topic, I can see the size growing. In both scenarios all messages are…
atx
  • 266
  • 3
  • 15
0
votes
1 answer

cloudfoundry and geronimo app

I'm planning to deploy geronimo based java app on CloudFoundry. I read the documentation that CloudFoundry assigns a port per application. Geronimo app have port numbers for app, admin and jmx monitoring. is there any way we can request cloudfoundry…
Java Spring Coder
  • 1,017
  • 3
  • 12
  • 20
0
votes
1 answer

How to get eclipse to use jars installed on application server

Hi I use eclipse and geronimo application server 2.1 I have installed some Jars that were held in the lib folder of the EAR to the server and deleted them from the EAR. But eclipse will not recognise that they exist. I have added the dependancies as…
Mark W
  • 5,824
  • 15
  • 59
  • 97
0
votes
1 answer

How do I allow symlnked directory traversal in WASCE web app

I am currently running WebSphere Application Server Community Edition v3.0.0.1 on RHEL 4 Update 9. I have a web application was previously running on WAS 6.1 but we wanted to move to WASCE. The implementation was such that we had a symlinked…
Doug
  • 145
  • 2
  • 14
-1
votes
0 answers

war file using Struts2 can not be deployed to Geronimo 2.2.1

I use MyEclipse 10 to build an empty web with adding Struts 2.1 capability. In MyEclipse 10, I only add Struts 2 Core Libraries, which contain below libraries in…
wureka
  • 731
  • 1
  • 11
  • 26
-1
votes
1 answer

PID for Geronimo

We are trying to figure out the CPU utilization of the Geronimo instance in which the application is running. In which file can i track to get the PID for geronimo instance. I'm using version 2.17 of Geronimo.
dosakiller
  • 79
  • 5
-1
votes
2 answers

What's the difference between application server and http server?

We can add "container" to "http server". So, What's the difference between application server and http server & servlet container? Geronimo,GlassFish,JBoss are an AS. What's Tomcat?
miqbal
  • 2,213
  • 3
  • 27
  • 35
1 2 3
8
9