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

How Do I Reference a Datasource with JNDI using Spring's jee Tags

I have a datasource defined in my Geronimo server called LocalMysql. I can use the Geronimo admin console to query the database, and get data back, so I know it's at least configured correctly on the application server. My next step was to create a…
pconrey
  • 5,805
  • 7
  • 29
  • 38
0
votes
1 answer

Deploy osgi bundles to Geronimo remotly

We have some custom repository which contains different builds (set of osgi bundles). There are any Geronimo 3 remote servers. I should by a command get some build from repository and make hot deploy to a set of stands. It maybe existing tool or…
sirophim
  • 3
  • 1
0
votes
2 answers

Access violation with JNI crash server JVM

I use native dll library for cryptography in IBM Websphere Common Edition 3 JVM 1.7. I send files for checking signature. When I try to test this possibility it works fine. But sometimes there is an error, which crash server JVM. So there are two…
egorlitvinenko
  • 2,736
  • 2
  • 16
  • 36
0
votes
1 answer

Are geronimo-web.xml files required to deploy to Geronimo?

I have a servlet that I built and ran on Tomcat. I now need to deploy this servlet to Geronimo. Do I need to have a geronimo-web.xml file before I cam deploy to Geronimo? If so, does anyone know of good example online to build one?
WildBill
  • 9,143
  • 15
  • 63
  • 87
0
votes
0 answers

Why do I have a huge memory leak when trying to use Basic Authentication in a simple Web Service with Apache Geronimo

I'm using Apache Gronimo 3.01 and I am finding a huge memory leak in a Web Service that uses Basic Authentication (and no memory leak if no authentication is used): The only code is simply this: package org.apache.geronimo.samples.jws; import…
0
votes
1 answer

Geronimo server could not fully load class: javax.faces.webapp.FacesServlet

I got a problem with Geronimo server 3.0. When I deployed file war to server. It occur an error like this. The application was not deployed. Could not fully load class: javax.faces.webapp.FacesServlet due…
0
votes
1 answer

Failed to classload type while reading annotation metadata

I am getting this error on server startup in eclipse. The unit test using PrepareForTest annotation runs fine. I have added mockito-core, powermock-module-junit4, powermock-api-mockito as dependencies in pom.xml. What could be the causes of this…
dwong
  • 103
  • 5
  • 14
0
votes
1 answer

Geronimo.out increase too fast

I have built a Grails project on Geronimo. I made own log4j for write some error everyday, it has a small size. My problem is geronimo.out file increase too fast. It goes to 1Gb in just few days. I tried to disable console appender but it still…
Trung Huynh
  • 293
  • 1
  • 5
  • 13
0
votes
1 answer

Using SSL with an application deployed on IBM-WASCE

I have an application which uses JSPs and Servlets and deployed on IBM-WASCE 2.1. I want the application to use SSL for login purposes. Based upon the documentation, I added the following lines to web.xml
asc
  • 121
  • 4
0
votes
1 answer

Can any Java program be deployed to Geronimo

I'm working in a lab where they typically deploy apps to Geronimo. I have an existing stand-alone server based app written in Java. Can any Java application be hosted in Geronimo? If so, is there a good reference to take an existing app and host…
WildBill
  • 9,143
  • 15
  • 63
  • 87
0
votes
1 answer

how to access datasource in geronimo via jndi by remote client application

I have created a datasource in geronimo server. I'm able to connect it via admin console. Can anyone let me know how to connect to this datasource by external standalone application via jndi. Specifically i'm not sure about these following…
kiranreddykasa
  • 179
  • 1
  • 9
0
votes
1 answer

Geronimo FTP Server on Fedora 19

I am trying to use the FTP server (factory) in Geronimo 3.0.1 on Fedora 19, in eclipse kepler. I have the following import which produces no error: import org.apache.mina.*; However, when I declare FTPServerFactory ftpFactory; FTPServer…
0
votes
1 answer

Nested apps within a WAR file in Geronimo

I am not an experienced web developer but lately I have been involved in the development of some web applications (Java Servlets + JavaScript + HTML5). With experience in standalone projects this question makes sense to me but I understand it can be…
0
votes
1 answer

how to implement queueing in Application server?

I am using Apache Geronimo Application server, I want to customize queuing in Geronimo like, All the requests are stored in Application server queue and it release one by one. That means, Application server serves only one request at a time. once…
ur truly friend
  • 553
  • 4
  • 11
  • 23
0
votes
1 answer

How to deploy repository in Apache Geronimo 3.0.1

I am new Apache Geronimo.I read the following link for deploying repository. Even I don't know where will these concept will be useful. just i am learning. I created sub-directory under and created .xml file according to the above link. here, I…
ur truly friend
  • 553
  • 4
  • 11
  • 23
1 2 3
8
9