RE: Console JIRA 922 ..... filter for application views.

2005-09-01 Thread Joe Bohn
Aaron, RE: http://issues.apache.org/jira/browse/GERONIMO-922?page=comments#action_12320150 Have you had a chance to install this patch yet? I really think it addresses both your and my concerns and I think the view of the applications is much better. The mechanism used to filter out

Re: Jetty/Tomcat check in the console

2005-09-01 Thread Aaron Mulder
OK, sounds good. I don't yet have a good enough feel on what the ideal portlet architecture is, so I'm all for expedience in this case. Aaron On Wed, 31 Aug 2005, Joe Bohn wrote: Actually, on second thought: - since this isn't the final solution anyway - and it's much easier to just

[jira] Closed: (GERONIMO-952) Eliminate digester log output

2005-09-01 Thread Jeff Genender (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-952?page=all ] Jeff Genender closed GERONIMO-952: -- Resolution: Fixed Set log4j.category.org.apache.commons.digester=ERROR Sendingassembly/src/var/log/server-log4j.properties Transmitting

[jira] Created: (GERONIMO-966) Find minimal set of parentIds and add the defaultParentIds from each builder

2005-09-01 Thread David Jencks (JIRA)
Find minimal set of parentIds and add the defaultParentIds from each builder Key: GERONIMO-966 URL: http://issues.apache.org/jira/browse/GERONIMO-966 Project: Geronimo Type: Improvement

Re: Tomcat, logging, admin portlet, and GBeans

2005-09-01 Thread Joe Bohn
Aaron Mulder wrote: In order to do this right, I think we should define an interface for web server request log access. That interface should have a method that searches the logs, like the server log GBean does, so rather than the console code asking the web server for log files and

Re: Tomcat Welcome Page at localhost::8080

2005-09-01 Thread anita kulshreshtha
Aaron, I am resubmitting the patch. Comments welcome. Thanks Anita --- Aaron Mulder [EMAIL PROTECTED] wrote: Anita, Currently, the welcome page has been moved to a top-level application, and runs under both Tomcat and Jetty. You can find it in geronimo/applications/welcome/.

[jira] Updated: (GERONIMO-699) Need welcome page at http://localhost:8080/

2005-09-01 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-699?page=all ] anita kulshreshtha updated GERONIMO-699: Attachment: index2.jsp Need welcome page at http://localhost:8080/ --- Key: GERONIMO-699

[jira] Updated: (GERONIMO-699) Need welcome page at http://localhost:8080/

2005-09-01 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-699?page=all ] anita kulshreshtha updated GERONIMO-699: Attachment: index.jsp Need welcome page at http://localhost:8080/ --- Key: GERONIMO-699

[jira] Updated: (GERONIMO-699) Need welcome page at http://localhost:8080/

2005-09-01 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-699?page=all ] anita kulshreshtha updated GERONIMO-699: Attachment: jetty_banner.gif Need welcome page at http://localhost:8080/ --- Key:

[jira] Updated: (GERONIMO-699) Need welcome page at http://localhost:8080/

2005-09-01 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-699?page=all ] anita kulshreshtha updated GERONIMO-699: Attachment: tomcat.gif Need welcome page at http://localhost:8080/ --- Key: GERONIMO-699

[jira] Commented: (GERONIMO-699) Need welcome page at http://localhost:8080/

2005-09-01 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-699?page=comments#action_12320788 ] anita kulshreshtha commented on GERONIMO-699: - These patches display welcome page for Jetty/Tomcat at localhost:8080. Need welcome page at

[jira] Created: (GERONIMO-967) React to WTP model/API changes in LaunchConfiguration

2005-09-01 Thread Sachin Patel (JIRA)
React to WTP model/API changes in LaunchConfiguration - Key: GERONIMO-967 URL: http://issues.apache.org/jira/browse/GERONIMO-967 Project: Geronimo Type: Bug Components: eclipse-plugin Versions: 1.0-M5

[jira] Commented: (GERONIMO-958) Error in console data source when using DB2

2005-09-01 Thread Matt Hogstrom (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-958?page=comments#action_12320798 ] Matt Hogstrom commented on GERONIMO-958: After further investigation it turns out that the problem was the specification of a global-jndi/globla-jndi tag which

Re: Tomcat Welcome Page at localhost::8080

2005-09-01 Thread anita kulshreshtha
Oops!, I should have put patches in a zip file. Jeff the console works fine now. Thanks Anita --- anita kulshreshtha [EMAIL PROTECTED] wrote: Aaron, I am resubmitting the patch. Comments welcome. Thanks Anita --- Aaron Mulder [EMAIL PROTECTED] wrote: Anita, Currently,

Re: memory leak in org.mortbay.jetty.servlet.ServletHandler?

2005-09-01 Thread Kevan Miller
Hi Greg, Thanks for the info. The LogFactory's that I saw being leaked were for org.apache.geronimo.jetty.JettyClassLoader. I assume it's Geronimo's responsibility to clean these up... Geronimo wasn't and o.a.g.jetty.JettyWebAppContext was only recently updated to do this (I assume that this is

[jira] Commented: (GERONIMO-922) Provide a simple filter to show or hide Geronimo system applications in the Application views.

2005-09-01 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-922?page=comments#action_12320812 ] anita kulshreshtha commented on GERONIMO-922: - It would be nice to have items from Applications (All cofigigurations., Application EARs, webapp WARs, etc)

Re: IDEA block cipher inclusion via the bouncy castle JCE provider

2005-09-01 Thread Rick McGuire
I found an interesting example of the inadverent problems that can be caused by Geronimo's current usage of bouncycastle. The openejb SunOrb codes specifies a list of supported cipher suites to be used with SSL connections in the class SSLCipherSuiteDatabase. The supported list includes the

Re: IDEA block cipher inclusion via the bouncy castle JCE provider

2005-09-01 Thread Geir Magnusson Jr.
I was talking to Alan and mentioned this. He had another suggestion - lets just (for now) get the ASN1 code from BC and package it ourselves. Coupled with the suggestion about removing the IDEA algorithm as a possibility, we remove the dep on BC in OpenEJB. Then, we don't ship BC w/

Re: Powered By other web site questions

2005-09-01 Thread Bruce Snyder
On 8/30/05, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: On Aug 30, 2005, at 9:45 AM, Aaron Mulder wrote: Our front page has a broken link to powered by. What's that all about? Probably a bug? :) I'll fix. BTW, do you want chariot listed as a provider of support or services

Re: Powered By other web site questions

2005-09-01 Thread Geir Magnusson Jr.
On Sep 1, 2005, at 6:04 PM, Bruce Snyder wrote: On 8/30/05, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Also, the Related Projects list is terribly short. I think we should either add in the other 574 projects or adjust the language a bit. Yah. Maybe a language change. I wasn't

[jira] Assigned: (GERONIMO-936) Reconfigure plugin .classpath to follow Maven convention

2005-09-01 Thread Geir Magnusson Jr (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-936?page=all ] Geir Magnusson Jr reassigned GERONIMO-936: -- Assign To: Geir Magnusson Jr Reconfigure plugin .classpath to follow Maven convention

[jira] Resolved: (GERONIMO-936) Reconfigure plugin .classpath to follow Maven convention

2005-09-01 Thread Geir Magnusson Jr (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-936?page=all ] Geir Magnusson Jr resolved GERONIMO-936: Resolution: Fixed done - did 2 out of the 3 sections in the patch. The 3rd appeared to be a dup Reconfigure plugin .classpath to

[jira] Created: (GERONIMO-968) .classpath change for org.eclipse.geronimo.core didn't make it in patch

2005-09-01 Thread Sachin Patel (JIRA)
.classpath change for org.eclipse.geronimo.core didn't make it in patch --- Key: GERONIMO-968 URL: http://issues.apache.org/jira/browse/GERONIMO-968 Project: Geronimo Type: Bug Components:

[jira] Updated: (GERONIMO-968) .classpath change for org.eclipse.geronimo.core didn't make it in patch

2005-09-01 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-968?page=all ] Sachin Patel updated GERONIMO-968: -- Attachment: patch.txt .classpath change for org.eclipse.geronimo.core didn't make it in patch

[jira] Assigned: (GERONIMO-968) .classpath change for org.eclipse.geronimo.core didn't make it in patch

2005-09-01 Thread Geir Magnusson Jr (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-968?page=all ] Geir Magnusson Jr reassigned GERONIMO-968: -- Assign To: Geir Magnusson Jr .classpath change for org.eclipse.geronimo.core didn't make it in patch

[jira] Resolved: (GERONIMO-968) .classpath change for org.eclipse.geronimo.core didn't make it in patch

2005-09-01 Thread Geir Magnusson Jr (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-968?page=all ] Geir Magnusson Jr resolved GERONIMO-968: Resolution: Fixed appplied .classpath change for org.eclipse.geronimo.core didn't make it in patch

[jira] Created: (GERONIMO-969) Mavenize eclipse plugins part 1.

2005-09-01 Thread Sachin Patel (JIRA)
Mavenize eclipse plugins part 1. Key: GERONIMO-969 URL: http://issues.apache.org/jira/browse/GERONIMO-969 Project: Geronimo Type: Improvement Components: eclipse-plugin Versions: 1.0-M5 Reporter: Sachin Patel Mavenize

[jira] Updated: (GERONIMO-969) Mavenize eclipse plugins part 1.

2005-09-01 Thread Sachin Patel (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-969?page=all ] Sachin Patel updated GERONIMO-969: -- Attachment: patch.txt This patch allows compilation ONLY of the maven plugins using M1. You have to point it an eclipse install using the

[jira] Updated: (GERONIMO-699) Need welcome page at http://localhost:8080/

2005-09-01 Thread anita kulshreshtha (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-699?page=all ] anita kulshreshtha updated GERONIMO-699: Attachment: index.zip Fixed some typo and adjusted font and color. Need welcome page at http://localhost:8080/