Re: How contributors participate in this community?

2012-03-05 Thread Russell E Glaue
comments inline. On 03/02/2012 11:58 AM, maxj07 wrote: Hi, Russell E Glaue, On Tue, 2012-02-28 at 14:57 -0600, Russell E Glaue wrote: I'd like to give an answer since I am not and IBM employee, and actually work at a University-based non-profit organization. Thank you very much for

Re: Can we deploy a Tomcat Virtual Host GBean with the deployer?

2012-02-28 Thread Russell E Glaue
ache.catalina.core.StandardHost name=virtualhost1.com appBase= workDir=work TomcatEngine - On 02/28/2012 04:35 PM, Russell E Glaue wrote: - http://geronimo.a

Re: Can we deploy a Tomcat Virtual Host GBean with the deployer?

2012-02-28 Thread Russell E Glaue
t.java:649) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) On 02/28/2012 03:36 PM, Russell E Glaue wrote: Following this

Can we deploy a Tomcat Virtual Host GBean with the deployer?

2012-02-28 Thread Russell E Glaue
Following this document https://cwiki.apache.org/GMOxDOC30/configuring-virtual-host-in-tomcat.html (I realize this is still the 2.2 documentation that is not updated, but bare with me.) The document explains how to edit var/config/config.xml manually to define a Tomcat Virtual Host GBean. Ho

Re: How contributors participate in this community?

2012-02-28 Thread Russell E Glaue
I'd like to give an answer since I am not and IBM employee, and actually work at a University-based non-profit organization. On 02/07/2012 11:01 PM, maxj07 wrote: Hi, I am a phd student of Peking University. My interest is to investigate hybrid projects (open source and backed by companies

Re: Needed help regarding the maven repositories in Geronimo

2011-06-17 Thread Russell E Glaue
On 06/17/2011 06:07 PM, Giri Sree wrote: > Hi, > I am trying to figure out all the sources which maven uses while > building Geronimo (Geronimo v3-M2). Especially the repository links for > various plugins and libraries > > Thanks, > SG G3 is a Maven project, so you can use its tools to find

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
s are not. Looks like the SNAPSHOT was published just a few hours ago, incompletely. I am going to resolve the JIRA issue I submitted. I can reopen it if I find this issue to still persist. -RG On 06/10/2011 03:29 PM, Russell E Glaue wrote: > Yes it would seem that rev1133618 has resolved t

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
double-check this dependency issue is resolved for all plugins. And if so, I will resolve the JIRA I opened on it. -RG On 06/10/2011 02:24 PM, Russell E Glaue wrote: > My checkout was 1.5 days old, as I was working on compiling all day yesterday > through to this morning. > > I see xuhai

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
ismatched >> version referencing changed API. >> >> >> So it would seem the two resolutions are: >> 1. Update the >> "trunk/plugins/j2ee/geronimo-j2ee-builder/src/main/java/org/apache/geronimo/j2ee/deployment/annotation/WebServiceRefAnnotationHelper.java" >&

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
s_2.2_spec-1.1 2. Put in a specific dependency to the geronimo-jaxws_2.2_spec-1.0 artifact in maven. -RG On 06/10/2011 10:53 AM, Russell E Glaue wrote: > Yes, I was able to reproduce the error. > After the last successful build that completed this morning, I then removed > the > geronimo-

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
the 'mvn clean install', and I received the same error as I reported earlier. So there is a definite dependency issue in the build process. Now I will try to figure out what part exactly the error is occurring upon. -RG On 06/10/2011 10:04 AM, Russell E Glaue wrote: > Perhaps then,

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
> > log4j > log4j > > * > org.apache.geronimo.specs > geronimo-jaxws_2.1_spec > * > > > >

Re: Help with G3.0 building

2011-06-10 Thread Russell E Glaue
=64m -RG On 06/08/2011 04:32 PM, Russell E Glaue wrote: > I got a little further this time > > I manually install the 1.0 jaxws spec file. > - > mvn install:install-file -DgroupId=org.apache.geronimo.specs > -DartifactId=geronimo-jaxws_2.2_spec -Dversion=1.0 -Dpackaging=jar

Re: Help with G3.0 building

2011-06-08 Thread Russell E Glaue
; was loaded by [ClassRealm[plugin>org.apache.geronimo.buildsupport:car-maven-plugin:3.0-SNAPSHOT-424111508, parent: sun.misc.Launcher$AppClassLoader@11b86e7]]. log4j:ERROR Could not instantiate appender named "A1". - -RG On 06/08/2011 02:14 PM, Russell E Glaue wrote: > Oka

Re: Help with G3.0 building

2011-06-08 Thread Russell E Glaue
ue. -RG On 06/08/2011 02:04 PM, Russell E Glaue wrote: > On 06/07/2011 06:21 PM, Kevan Miller wrote: >> >> Can you post more of the build output near the failure? I don't have a clear > picture of where in the build process you're getting this failure. >> >&

Re: Help with G3.0 building

2011-06-07 Thread Russell E Glaue
On 06/07/2011 05:08 PM, Kevan Miller wrote: > > On Jun 7, 2011, at 5:48 PM, Russell E Glaue wrote: > >> I had originally done the install 'mvn clean install' yesterday, and >> received a >> build error. I then did it in the two stages and got the sa

Re: Help with G3.0 building

2011-06-07 Thread Russell E Glaue
x27;. -RG On 06/06/2011 05:15 PM, David Jencks wrote: > > On Jun 6, 2011, at 2:15 PM, Russell E Glaue wrote: > >> I am not sure what I need to do to get a successful maven packaging of G3.0. >> >> I am successfully compiling G3.0-SNAPSHOT with M

Help with G3.0 building

2011-06-06 Thread Russell E Glaue
I am not sure what I need to do to get a successful maven packaging of G3.0. I am successfully compiling G3.0-SNAPSHOT with Maven without errors. However, during the packaging stage, I get this error: - ... [org.apache.geronimo.gbean.runtime.GBeanInstanceState] : GBeanInstanceState for: org.apach

ActiveMQ patch for config-substitution not in G3.0 with blueprint

2011-06-02 Thread Russell E Glaue
It would seem, with the implementation of blueprint, that the patch made to ActiveMQ for config-substitution support in G2.2 is not carried forward to G3.0. Ivan made a patch about 25 months ago which "include[s] a customized spring placeholder bean in Geronimo-4475. a. the bean will read the conf

ActiveMQ does not use PortOffset

2011-06-01 Thread Russell E Glaue
When configuring PortOffset and starting Geronimo, ActiveMQ still creates the service connection on the default port 61616. Then components complain that they cannot make a connection to ActiveMQ because they are expecting it to be listening on {61616 + PortOffset}. I have read already in other th

Re: deploy:new-server-instance does not deploy a full new server instance

2011-06-01 Thread Russell E Glaue
ctory, and this can be documented as an advanced practice. -RG On 06/01/2011 12:15 PM, Kevan Miller wrote: > > On Jun 1, 2011, at 12:12 PM, Russell E Glaue wrote: > >> >> Regarding the G3.0 Wiki documentation: >> https://cwiki.apache.org/GMOxDOC30/running-multiple-ge

deploy:new-server-instance does not deploy a full new server instance

2011-06-01 Thread Russell E Glaue
Regarding the G3.0 Wiki documentation: https://cwiki.apache.org/GMOxDOC30/running-multiple-geronimo-instances.html (And also G2.2 Docs: https://cwiki.apache.org/GMOxDOC22/running-multiple-geronimo-instances.html) Creating a new server instance can be completed with gogo commands as follows: - ..

ActiveMQ is not configured correctly in G3.0-SNAPSHOT

2011-05-31 Thread Russell E Glaue
I am testing with geronimo-tomcat7-javaee6-web-3.0-SNAPSHOT, geronimo-tomcat7-javaee6-web-3.0-20110523.171218-97 ActiveMQ is configured to run as "org.apache.geronimo.home.dir/var/activemq" , and does not cooperate with multi-server configurations. This is the use of the "org.apache.geronimo.serve

Re: Pulling Geronimo Configuration

2009-02-11 Thread Russell E Glaue
David Jencks wrote: > > If you don't like multicast you have to figure out some other way for > the cluster members to find the admin server, such as by telling it. > Then when the admin server fails and you have to move it you need a way > to tell all the cluster members to look elsewhere. I kn

Re: Pulling Geronimo Configuration

2009-02-11 Thread Russell E Glaue
David Jencks wrote: > > On Feb 11, 2009, at 7:41 AM, Russell E Glaue wrote: > >> David Jencks wrote: >>> >>> On Feb 10, 2009, at 1:52 PM, Russell E Glaue wrote: >>> >>>> David Jencks wrote: >>>>> >>>>

Re: Pulling Geronimo Configuration

2009-02-11 Thread Russell E Glaue
David Jencks wrote: > > On Feb 10, 2009, at 1:52 PM, Russell E Glaue wrote: > >> David Jencks wrote: >>> >>> On Feb 10, 2009, at 8:09 AM, Chance Yeoman wrote: >>> >>>> >>>> Hello All, >>>> >>>> I am inte

Re: Pulling Geronimo Configuration

2009-02-10 Thread Russell E Glaue
David Jencks wrote: > > On Feb 10, 2009, at 8:09 AM, Chance Yeoman wrote: > >> >> Hello All, >> >> I am interested in setting up geronimo installations that can pull >> installed plugins and their dependencies exclusively from a repository >> within a master geronimo server. I hope to eventually

Re: feature? ContainerGroup

2008-12-17 Thread Russell E Glaue
>>> >>> On that same line, I also need to be able to configure logging for each >>> JettyContainer on each port (project), configuring the log name and >>> location. I >>> need separated log files, and I also need syslog facility. >> What is the syslog facility? Do you know if it is available in p

Re: How to deploy web application to one port

2008-12-17 Thread Russell E Glaue
Russell E Glaue wrote: > Okay, so I have to deploy a second Jetty container inside Geronimo, so > Geronimo > would have two different Jetty containers, one serving web applications on > each > of the two ports. > So I would basically copy the Jetty plugin to a new plugin, compi

Re: How to set up logging for a connector

2008-12-17 Thread Russell E Glaue
in turn support log4j. -RG Russell E Glaue wrote: > Is it possible to configure a separate logging for different virtual hosts I > configure? > > Say I configure the vhost of "www.example.com" and I want to log all traffic > going to that vhost in a log file "var/

Re: feature? ContainerGroup

2008-12-08 Thread Russell E Glaue
oes the same for other readers of this thread trying to deploy Geronimo on an enterprise level like I am. > > Some comments inline and more at the end. > > On Dec 5, 2008, at 12:03 PM, Russell E Glaue wrote: > >> David Jencks wrote: >>> >>> On Dec 5, 2008

Re: feature? ContainerGroup

2008-12-05 Thread Russell E Glaue
David Jencks wrote: > > On Dec 5, 2008, at 7:46 AM, Russell E Glaue wrote: > >> Being that Geronimo only allows one statically configured Jetty instance, >> configured as a GBean. And to get more instances, you have to install >> additional >> Jetty gbeans under

feature? ContainerGroup

2008-12-05 Thread Russell E Glaue
Being that Geronimo only allows one statically configured Jetty instance, configured as a GBean. And to get more instances, you have to install additional Jetty gbeans under a new container name. Plus, being that there is only one NCSARequestLog gbean, which has hard coded the logfile name and loc

Re: How to deploy web application to one port

2008-12-05 Thread Russell E Glaue
at! > > I think I recall talking with Greg about filtering web apps per port in > jetty but I don't think you can actually do it right now. I think he > said it would be very easy to add though maybe we can get it into > jetty 7. > > thanks > david jencks > >

How to deploy web application to one port

2008-12-04 Thread Russell E Glaue
Using geronimo-jetty 2.1.3 How do I deploy a web application to one and only one single port? Let's say I have configured two Listen Sockets: 1) 0.0.0.0:2150 2) 0.0.0.0:2151 If I simply deploy a web application to Geronimo as in: % deploy.sh deploy HelloWorld.war The sample application HellowWo

Re: How to set up logging for a connector

2008-12-04 Thread Russell E Glaue
> the following: > > > > to: > > > ServerInfo > > > in your RequestLog gbean. > > Jarek > > On Wed, Dec 3, 2008 at 4:44 PM, Russell E Glaue <[EMAIL PROTECTED]> wrote: >> Using geronimo-jetty 2.1.3 >> >> I create a new HTTPSelectChan

How to set up logging for a connector

2008-12-03 Thread Russell E Glaue
Using geronimo-jetty 2.1.3 I create a new HTTPSelectChannelConnector on port 21050 Suppose I deploy 20 to 30 different web applications to this connector. Then I want to log all activity through that connector to a certain log file, and not the default jetty__mm_dd.log file, but a new project

Re: GERONIMO_BASE vs. GERONIMO_HOME and org.apache.geronimo.base.dir

2008-08-05 Thread Russell E Glaue
lease. - It would seem GERONIMO_HOME is still not used inside Geronimo as of 2.1.1. -RG Russell E Glaue wrote: My summarized question: What is "GERONIMO_BASE" is /bin/geronimo.sh startup script intended to reference? According to the documentation in that file, GERONIMO_BASE

Re: GERONIMO_BASE vs. GERONIMO_HOME and org.apache.geronimo.base.dir

2008-08-05 Thread Russell E Glaue
uted, and look for the directory relative to the location where it is execute. This is completely user undefinable. -RG Russell E Glaue wrote: First, I am not trying to implement a multi-server installation as documented in the wiki. I am only trying to figure out the difference of GERONIM

Re: GERONIMO_BASE vs. GERONIMO_HOME and org.apache.geronimo.base.dir

2008-08-05 Thread Russell E Glaue
that I set GERONIMO_BASE=/usr/local/geronimo/default-server , and Geronimo is complaining that GERONIMO_HOME/default-server does not exist. Discussion?? -RG Russell E Glaue wrote: So you say that setting the following: GERONIMO_HOME=/usr/local/geronimo GERONIMO_BASE=/usr/local/geronimo-s

Re: GERONIMO_BASE vs. GERONIMO_HOME and org.apache.geronimo.base.dir

2008-08-05 Thread Russell E Glaue
So you say that setting the following: GERONIMO_HOME=/usr/local/geronimo GERONIMO_BASE=/usr/local/geronimo-servers and copying/moving var/ from GERONIMO_HOME to GERONIMO_BASE such that { exists /usr/local/geronimo-servers/var } that geronimo should would run. As I mentioned in the previous e

Re: GERONIMO_BASE vs. GERONIMO_HOME and org.apache.geronimo.base.dir

2008-08-05 Thread Russell E Glaue
brought on my confusion. -RG David Jencks wrote: On Aug 4, 2008, at 1:13 PM, Russell E Glaue wrote: My summarized question: What is "GERONIMO_BASE" is /bin/geronimo.sh startup script intended to reference? According to the documentation in that file, GERONIMO_BASE is supp

GERONIMO_BASE vs. GERONIMO_HOME and org.apache.geronimo.base.dir

2008-08-04 Thread Russell E Glaue
My summarized question: What is "GERONIMO_BASE" is /bin/geronimo.sh startup script intended to reference? According to the documentation in that file, GERONIMO_BASE is supposed to point at the base directory in which dynamic content is found. I interpret dynamic content as content that i

Re: Unknown start exception when extending DeltaManager in G1.1 - Special attribute objectName must have the type java.lang.String

2006-07-21 Thread Russell E Glaue
ss); you'd need to manually add all the attributes that should be exposed on the GBean (and exclude the objectName attribute, since it's causing problems). Thanks, Aaron On 7/21/06, Russell E Glaue <[EMAIL PROTECTED]> wrote: Well pretty much I want to wrap the DeltaManager in a GBean

Re: Unknown start exception when extending DeltaManager in G1.1 - Special attribute objectName must have the type java.lang.String

2006-07-21 Thread Russell E Glaue
them in a GBean. -RG Jason Dillon wrote: Does DeltaManager define an attribute named objectName that is of type javax.management.ObjectName? Do you need to extend DeltaManager? Maybe you want to delegate to it instead of extend from it. --jason On Jul 21, 2006, at 1:31 PM, Russell E Glaue

Unknown start exception when extending DeltaManager in G1.1 - Special attribute objectName must have the type java.lang.String

2006-07-21 Thread Russell E Glaue
My hostinfoGBean gbean deploys but will not startup. This is my gbean which I am trying to upgrade to Geronimo 1.1. It compiled, deployed and started in Geronimo 1.0. If I take out the implementation to the DeltaManager and deploy the GBean, It deploys and starts up without errors. (code for gb

Re: Extending DeltaManager in GBean - NoClassDefFoundError: javax/servlet/http/HttpSession

2006-07-21 Thread Russell E Glaue
h. I think you have two choices -- one is to add the servlet API JAR as a dependency, and the other is to add a dependency on a module such as geronimo/tomcat/*/car which would already have the servlet API on its class path. Thanks, Aaron On 7/21/06, Russell E Glaue <[EMAIL PROTECTED]> w

Re: Extending DeltaManager in GBean - NoClassDefFoundError: javax/servlet/http/HttpSession

2006-07-21 Thread Russell E Glaue
... but really not sure. --jason On Jul 21, 2006, at 9:37 AM, Russell E Glaue wrote: Okay. Thanks to Jason, I got the hostinfoGBean deployed successfully. now the next error... I also want to report in the hostinfoGBean how many sessions are on a node in the cluster. So I edited my

Extending DeltaManager in GBean - NoClassDefFoundError: javax/servlet/http/HttpSession

2006-07-21 Thread Russell E Glaue
Okay. Thanks to Jason, I got the hostinfoGBean deployed successfully. now the next error... I also want to report in the hostinfoGBean how many sessions are on a node in the cluster. So I edited my hostinfoGBean class to extend DeltaManager and then added a function getSessionCount. It compil

InvalidConfigurationException: Could not find a valid constructor for GBean

2006-07-21 Thread Russell E Glaue
I seem to be having an issue with my GBean for Geronimo 1.1 My GBean deployed in Geronimo 1.0. I upgraded to Geronimo 1.1 I followed all the steps outline in documentation I found to upgrade my GBean configuration. I read through all the posts on dev and user of these geronimo mail lists. I eve