Re: pluto portal for geronimo 2.0

2007-06-20 Thread Paul McMahan
FYI I copied the admin console portlets into sandbox and wired them into the pluto driver. This allows you to run the admin console from pluto's portal driver application. The amended instructions are: svn co https://svn.apache.org/repos/asf/geronimo/sandbox/portals cd portals mvn geronimo

Re: pluto portal for geronimo 2.0

2007-06-19 Thread Paul McMahan
I have seen that too but haven't looked into it yet. I suspect its because installing the pluto-container plugin automatically pulls the pluto-1.2 jars into the repository, and then the admin console automatically picks up these jars (which it is incompatible with) because it uses versionl

Re: pluto portal for geronimo 2.0

2007-06-19 Thread Daniel Larsen
Sorry about the rich formatting.

Re: pluto portal for geronimo 2.0

2007-06-19 Thread Daniel Larsen
I am having some trouble with the regular Admin console after I install this Pluto1.2 stuff as Paul has outlined. I get the following error the first time I come to the regular console after I restart the server: HTTP ERROR: 404 Initialization of one or more services failed. RequestURI=/consol

Re: pluto portal for geronimo 2.0

2007-06-13 Thread Paul McMahan
On Jun 13, 2007, at 12:36 PM, David Jencks wrote: module == car file (or plugin), i.e. "pre-deployed" application for javaee apps, and you certainly can't run the same web "module" in both the jetty and tomcat integrations. So, unless you are proposing a really big redesign of what is in a

Re: pluto portal for geronimo 2.0

2007-06-13 Thread Paul McMahan
On Jun 13, 2007, at 9:08 AM, Joe Bohn wrote: I've been an advocate of this approach as well so thanks for taking the initiative on this. I'll take a look at what you've done later today. a significant part of this approach is based on the work you did on little G, as well as the opinions

Re: pluto portal for geronimo 2.0

2007-06-13 Thread David Jencks
On Jun 13, 2007, at 8:20 AM, Paul McMahan wrote: On Jun 12, 2007, at 8:23 PM, David Jencks wrote: Sure, but if you are planning to use this for the admin console you'll probably need separate modules for jetty and tomcat anyway, so 2 plans is more or less required even if they are identi

Re: pluto portal for geronimo 2.0

2007-06-13 Thread Paul McMahan
On Jun 12, 2007, at 8:23 PM, David Jencks wrote: Sure, but if you are planning to use this for the admin console you'll probably need separate modules for jetty and tomcat anyway, so 2 plans is more or less required even if they are identical. Not sure I follow you on this. Do you mean t

Re: pluto portal for geronimo 2.0

2007-06-13 Thread Joe Bohn
Paul, I've been an advocate of this approach as well so thanks for taking the initiative on this. I'll take a look at what you've done later today. There are probably a few issues we'll need to consider if we take this "plugin" approach - splitting the console components from the underlying

Re: pluto portal for geronimo 2.0

2007-06-12 Thread Paul McMahan
Thanks for the tip Jeff. This did the trick: - + +http://geronimo.apache.org/xml/ns/web/tomcat/ config-1.0"> + + + Now the portal deploys fine into the tomcat and jetty assemblies. Best wishes, Paul On Jun 12, 2007, at 5:54 PM, Jeff Genender wrote: Nice work. As for cro

Re: pluto portal for geronimo 2.0

2007-06-12 Thread David Jencks
On Jun 12, 2007, at 2:54 PM, Jeff Genender wrote: Paul, Nice work. As for cross-context, why not use a standard geronimo- web.xml that allows yu to place container-specific configurations for both Jetty and Tomcat. IIRC, each container will only pick up its own configuration. I recall we

Re: pluto portal for geronimo 2.0

2007-06-12 Thread Erik B. Craig
Paul, I think that would be an excellent approach at a redesign of the console (providing a native gp portal in geronimo). In the end it would undoubtedly cater to a greater amount of uniformity in both appearance and accessibility/functionality, possibly even branching into some more complicated

Re: pluto portal for geronimo 2.0

2007-06-12 Thread jason . dillon
Yay!! I love it... Make it so :-) --jason -Original Message- From: Paul McMahan <[EMAIL PROTECTED]> Date: Tue, 12 Jun 2007 17:34:11 To:dev@geronimo.apache.org Subject: pluto portal for geronimo 2.0 We have talked about upgrading the admin console to use a more recent vers

Re: pluto portal for geronimo 2.0

2007-06-12 Thread Jeff Genender
Paul, Nice work. As for cross-context, why not use a standard geronimo-web.xml that allows yu to place container-specific configurations for both Jetty and Tomcat. IIRC, each container will only pick up its own configuration. I recall we did this for the exact reason you cited ;-) Jeff Paul Mc

pluto portal for geronimo 2.0

2007-06-12 Thread Paul McMahan
We have talked about upgrading the admin console to use a more recent version of pluto. Now that geronimo 2.0 has taken shape I took a look at pluto 1.2 and found that it has a lot of new features that we should take advantage of, including the ability to make our admin console more dynami