Re: Pebble installation

2008-04-25 Thread Kenneth P. Turvey
On Wed, 23 Apr 2008 11:13:15 -0500, Jay D. McHugh wrote: > I was able to deploy my war file and access the blog on Geronimo/Jetty > too (with or without the virtual host). Hmm. What URL do you use to actually get to the blogging tool? I tried http://www.myhost.com/blog and http://www.myh

Re: can't find Geronimo -ApacheDS plugin

2008-04-25 Thread Vamsavardhana Reddy
Aah... That "work in progress" refers to documentation... not the server development. I suggest you download and install Geronimo 2.1. ++Vamsi On Sat, Apr 26, 2008 at 10:11 AM, ilango_g <[EMAIL PROTECTED]> wrote: > > Here is the link: > http://cwiki.apache.org/geronimo/ > > It says: work in pr

Re: can't find Geronimo -ApacheDS plugin

2008-04-25 Thread ilango_g
Here is the link: http://cwiki.apache.org/geronimo/ It says: work in progress. This is for geronimo 2.1. Vamsavardhana Reddy-2 wrote: > > Geronimo 2.1 is released in Feb 2008 (can be downloaded from [1]) and > Geronimo 2.1.1 is being voted currently? Where in documentation does it > say > 2.

Re: can't find Geronimo -ApacheDS plugin

2008-04-25 Thread Vamsavardhana Reddy
Geronimo 2.1 is released in Feb 2008 (can be downloaded from [1]) and Geronimo 2.1.1 is being voted currently? Where in documentation does it say 2.1 is under development? Can you provide a link? [1] http://geronimo.apache.org/downloads.html ++Vamsi On Sat, Apr 26, 2008 at 9:33 AM, ilango_g <[

Re: can't find Geronimo -ApacheDS plugin

2008-04-25 Thread ilango_g
I am not sure which version it is. But it is clear that it is not 2.1, because the documentation says 2.1 is still under development. What do you advise I should do? Vamsavardhana Reddy-2 wrote: > > Which version of Geronimo are you using? The Apache DS plugin is not > available for Geronimo

Re: can't find Geronimo -ApacheDS plugin

2008-04-25 Thread ilango_g
You are right. This is a pre 2.1 version. What can i do in such a situation? djencks wrote: > > I think this might mean you are using a pre-2.1 geronimo version. > > I think this plugin will currently only install on geronimo 2.1. I > just tried with the 2.1.1 release candidate and had some

Re: can't find Geronimo -ApacheDS plugin

2008-04-25 Thread David Jencks
I think this might mean you are using a pre-2.1 geronimo version. I think this plugin will currently only install on geronimo 2.1. I just tried with the 2.1.1 release candidate and had some missing dependency problems; however I had no problems adding the repository and selecting the plugi

Re: can't find Geronimo -ApacheDS plugin

2008-04-25 Thread ilango_g
Geronimo gave me the following errors: 13:07:50,309 ERROR [PluginInstallerGBean] Unable to load repository configuration data org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'geronimo-plugin-list'. at org.apache.geronimo.system.plugin.PluginInstallerGBean$

Re: can't find Geronimo -ApacheDS plugin

2008-04-25 Thread Vamsavardhana Reddy
Which version of Geronimo are you using? The Apache DS plugin is not available for Geronimo versions prior to 2.1. ++Vamsi On Fri, Apr 25, 2008 at 10:34 PM, ilango_g <[EMAIL PROTECTED]> wrote: > > > Hi > I clicked on Plugins under Applications and brought up the " > Create and Install Plugins"

Re: can't find Geronimo -ApacheDS plugin

2008-04-25 Thread ilango_g
Hi I clicked on Plugins under Applications and brought up the " Create and Install Plugins" dialog. There I added the http://geronimo.apache.org/plugins/geronimo-2.1/ and pressed "Search for Plugins" and the search came up with nothing. Am I doing something or is there another Plugins link

Re: Application deployed but does not start - need help

2008-04-25 Thread David Jencks
I believe you have a spelling problem. In my copy of openjpa the pp is org.apache.openjpa.persistence.PersistenceProviderImpl This is the default in geronimo so if you just leave it out everything should work. thanks david jencks On Apr 25, 2008, at 6:01 AM, punkymt1 wrote: Hi, I manag

Re: Deployment plans

2008-04-25 Thread David Jencks
On Apr 25, 2008, at 2:50 AM, Phani Madgula wrote: Hi, We have an enterprise application archive that has several submodules (WAR,JAR and RAR) within it. If we provide module level geronimo deployment plans as well as a geronimo-application.xml plan for entire application, how is the orde

Re: setting classpath for geronimo (problem with setenv.bat)

2008-04-25 Thread Luciano Salotto
Just in case someone else fall into this this was the problem Given the way we extended classloader for WAS 6, access to the resources was done with this code URL url = ClassLoader.getSystemResource(filename); This is done in several classes on the app, and I thought I had changed them all,

Re: setting classpath for geronimo (problem with setenv.bat)

2008-04-25 Thread Luciano Salotto
My apologies for making you guys waste your time, I found that there was a problem in our code that was causing this exception. Again thanks very much for your help Luciano On Thu, Apr 24, 2008 at 5:45 PM, Luciano Salotto <[EMAIL PROTECTED]> wrote: > Hey David, > I'm working Xasima in the same t

Re: [DISCUSS] Geronimo Server 2.1.1 Release - RC2

2008-04-25 Thread Hernan Cunico
A user reported yesterday some issues starting the server due to some port conflicts and he started to use the config-substitutions.properties to workaround this issue. I had the same port conflict problem caused by a different application but instead of just changing the COSNamingPort I chang

Re: Substitute geronimo javamail with sun implementation

2008-04-25 Thread maho77
Hello, thank you, I have built the 1.5-SNAPSHOT version of geronimo-javamail_1.4_mail. There are no exceptions anymore, so this problems is fixed. replacing the jar in the repository is no solution because there are two config-cars that contain dependencies to this jar config/javamail and confi

Re: JAAS with a standalone client

2008-04-25 Thread maho77
djencks wrote: > > I think that sending the server-side subject back to a client is apt > to be more than a philosophical problem. > As I spoke philosophical problem, I had in mind that I have to deal with a standalone client instead of a web application. JAAS works very well in web-apps.

Application deployed but does not start - need help

2008-04-25 Thread punkymt1
Hi, I managed to deploy my application but whenever I try to start it I get this error. Can anyone help please? Thank you! javax.servlet.ServletException: javax.portlet.PortletException

Deployment plans

2008-04-25 Thread Phani Madgula
Hi, We have an enterprise application archive that has several submodules (WAR,JAR and RAR) within it. If we provide module level geronimo deployment plans as well as a geronimo-application.xml plan for entire application, how is the order of the precedence?? Can a Geronimo user provide plan at t

Re: Setting up CGI access

2008-04-25 Thread David Jencks
Hi, sorry for the delay. On Apr 18, 2008, at 7:21 AM, Ashwill, Steve (Facilities & Services) wrote: I have a custom authentication system that uses Perl to do the authenticating. Can anyone provide me information as to how I can redirecting incoming requests to use the Perl scripts. I will t