You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by News Hunter <re...@atmuc.com> on 2004/12/07 13:37:20 UTC

J2M1 binary install

i use tomcat 5.0.30 and jdk 1.5.0 i get this error.

javax.servlet.ServletException: Failed to initalize jetspeed. 
org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
	org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
	org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
	org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
	org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)
	org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)
	org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)
	org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
	org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
	org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)
	org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
	org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
	org.apache.catalina.startup.Catalina.start(Catalina.java:537)
	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	java.lang.reflect.Method.invoke(Method.java:585)
	org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
	org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)

-----------------------
-News Hunter-
----------------------- 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


RSS portlet problem

Posted by Aline Grente <al...@gmail.com>.
Hello,

I use Jetspeed 2 behind a proxy.
I ve already set CATALINA_OPTS but I ve an exception in RSS portlet :
Failed to process RSS Feed: http://www.npr.org/rss/rss.php?topicId=4,
java.net.ConnectException: Connection timed out: connect

Has anybody seen this?

thanks

Aline

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: J2M1 binary install

Posted by News Hunter <re...@atmuc.com>.
also readme says it can work with 5.0.30.

using java 1.4.1_02-b06, it works with 5.0.28 and 5.0.29. i cant work with 
5.0.30.

-----------------------
-News Hunter-
-----------------------
----- Original Message ----- 
From: "Roger Ruttimann" <ro...@apache.org>
To: "Jetspeed Users List" <je...@jakarta.apache.org>
Sent: Wednesday, December 08, 2004 2:56 AM
Subject: Re: J2M1 binary install


> As mentioned in the Readme the binaries have been created and tested with 
> Java 1.4.2.
>
> I'm not sure if anybody tried it with Java 1.5. I think the problem is 
> there since people were
> able to run the release on the different tomcat versions (4.1.30/5.1/5.5)
>
> Needs more investigation
>
> Roger
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: J2M1 binary install

Posted by Roger Ruttimann <ro...@apache.org>.
As mentioned in the Readme the binaries have been created and tested 
with Java 1.4.2.

I'm not sure if anybody tried it with Java 1.5. I think the problem is 
there since people were
able to run the release on the different tomcat versions (4.1.30/5.1/5.5)

Needs more investigation

Roger

Peter Kmet wrote:

>Hi,
>
>It works with Tomcat/5.0.28, java 1.4.1_02-b06 without problems :) 
>
>
>
>On Tue, Dec 07, 2004 at 01:58:54PM +0100, Peter Kmet wrote:
>  
>
>>Hi,
>>
>>I get the same error with Tomcat/5.5.4 with java 1.5.0 :(
>>
>>although I accept instruction on site 
>>http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt :
>>
>>"Tomcat 5.5 requires a different jetspeed.xml found in the source tree under src/resources/jetspeed-tomcat-5.5.xml"
>>
>>any idea?
>>thanks
>>
>>On Tue, Dec 07, 2004 at 02:37:20PM +0200, News Hunter wrote:
>>    
>>
>>>i use tomcat 5.0.30 and jdk 1.5.0 i get this error.
>>>
>>>javax.servlet.ServletException: Failed to initalize jetspeed. 
>>>org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
>>>	org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
>>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>	org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
>>>	org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
>>>	org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
>>>	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
>>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
>>>	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
>>>	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
>>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>>
>>>root cause
>>>
>>>org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
>>>	org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)
>>>	org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)
>>>	org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)
>>>	org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
>>>	org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
>>>	org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)
>>>	org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
>>>	org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>>>	org.apache.catalina.startup.Catalina.start(Catalina.java:537)
>>>	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>	java.lang.reflect.Method.invoke(Method.java:585)
>>>	org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
>>>	org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
>>>
>>>-----------------------
>>>-News Hunter-
>>>----------------------- 
>>>
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: J2M1 binary and mysql

Posted by Randy Watler <rw...@finali.com>.
Nope: 
http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt

Note that older versions of MySQL, as in 3.X, may not work Certainly, 
4.1 has been tested and has been verified on both windows and lunix 
platforms!

Randy
 
News Hunter wrote:

> how can i use mysql with j2m1? must i build it?
>
> -----------------------
> -News Hunter-
> -----------------------
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


J2M1 binary and mysql

Posted by News Hunter <re...@atmuc.com>.
how can i use mysql with j2m1? must i build it?

-----------------------
-News Hunter-
-----------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: J2M1 binary install

Posted by Peter Kmet <km...@neuron.tuke.sk>.
Hi,

It works with Tomcat/5.0.28, java 1.4.1_02-b06 without problems :) 



On Tue, Dec 07, 2004 at 01:58:54PM +0100, Peter Kmet wrote:
> Hi,
> 
> I get the same error with Tomcat/5.5.4 with java 1.5.0 :(
> 
> although I accept instruction on site 
> http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt :
> 
> "Tomcat 5.5 requires a different jetspeed.xml found in the source tree under src/resources/jetspeed-tomcat-5.5.xml"
> 
> any idea?
> thanks
> 
> On Tue, Dec 07, 2004 at 02:37:20PM +0200, News Hunter wrote:
> > i use tomcat 5.0.30 and jdk 1.5.0 i get this error.
> > 
> > javax.servlet.ServletException: Failed to initalize jetspeed. 
> > org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
> > 	org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
> > 	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> > 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > 	org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
> > 	org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
> > 	org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
> > 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
> > 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
> > 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
> > 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
> > 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> > 
> > root cause
> > 
> > org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
> > 	org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)
> > 	org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)
> > 	org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)
> > 	org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
> > 	org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
> > 	org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)
> > 	org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
> > 	org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
> > 	org.apache.catalina.startup.Catalina.start(Catalina.java:537)
> > 	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > 	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> > 	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> > 	java.lang.reflect.Method.invoke(Method.java:585)
> > 	org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
> > 	org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
> > 
> > -----------------------
> > -News Hunter-
> > ----------------------- 
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: J2M1 binary install

Posted by News Hunter <re...@atmuc.com>.
i tried with this file. i get the same error.

-----------------------
-News Hunter-
-----------------------
----- Original Message ----- 
From: "Roger Ruttimann" <ro...@apache.org>
To: "Jetspeed Users List" <je...@jakarta.apache.org>
Sent: Tuesday, December 07, 2004 9:01 PM
Subject: Re: J2M1 binary install


> The file is under CVS:
> http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed-2/portal/src/resources/jetspeed-tomcat-5.5.xml
>
> I'll update the readme with the correct path.
>
> Roger
>
> Peter Kmet wrote:
>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: J2M1 binary install

Posted by Roger Ruttimann <ro...@apache.org>.
The file is under CVS:
http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed-2/portal/src/resources/jetspeed-tomcat-5.5.xml

I'll update the readme with the correct path.

Roger

Peter Kmet wrote:

>Hi,
>
>I get the same error with Tomcat/5.5.4 with java 1.5.0 :(
>
>although I accept instruction on site 
>http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt :
>
>"Tomcat 5.5 requires a different jetspeed.xml found in the source tree under src/resources/jetspeed-tomcat-5.5.xml"
>
>any idea?
>thanks
>
>On Tue, Dec 07, 2004 at 02:37:20PM +0200, News Hunter wrote:
>  
>
>>i use tomcat 5.0.30 and jdk 1.5.0 i get this error.
>>
>>javax.servlet.ServletException: Failed to initalize jetspeed. 
>>org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
>>	org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>	org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
>>	org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
>>	org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
>>	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
>>	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
>>	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
>>	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>>
>>root cause
>>
>>org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
>>	org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)
>>	org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)
>>	org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)
>>	org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
>>	org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
>>	org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)
>>	org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
>>	org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
>>	org.apache.catalina.startup.Catalina.start(Catalina.java:537)
>>	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>	java.lang.reflect.Method.invoke(Method.java:585)
>>	org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
>>	org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
>>
>>-----------------------
>>-News Hunter-
>>----------------------- 
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: J2M1 binary install

Posted by Peter Kmet <km...@neuron.tuke.sk>.
Hi,

I get the same error with Tomcat/5.5.4 with java 1.5.0 :(

although I accept instruction on site 
http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt :

"Tomcat 5.5 requires a different jetspeed.xml found in the source tree under src/resources/jetspeed-tomcat-5.5.xml"

any idea?
thanks

On Tue, Dec 07, 2004 at 02:37:20PM +0200, News Hunter wrote:
> i use tomcat 5.0.30 and jdk 1.5.0 i get this error.
> 
> javax.servlet.ServletException: Failed to initalize jetspeed. 
> org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
> 	org.apache.jetspeed.engine.JetspeedServlet.doGet(JetspeedServlet.java:206)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:690)
> 	org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:657)
> 	org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:45)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 
> root cause
> 
> org.apache.jetspeed.exception.JetspeedException: Unable to create Engine
> 	org.apache.jetspeed.Jetspeed.createEngine(Jetspeed.java:76)
> 	org.apache.jetspeed.engine.JetspeedServlet.init(JetspeedServlet.java:135)
> 	org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:590)
> 	org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
> 	org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
> 	org.apache.catalina.startup.HostConfig.start(HostConfig.java:1079)
> 	org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
> 	org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
> 	org.apache.catalina.startup.Catalina.start(Catalina.java:537)
> 	sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	java.lang.reflect.Method.invoke(Method.java:585)
> 	org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
> 	org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409)
> 
> -----------------------
> -News Hunter-
> ----------------------- 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org