Fwd: [J1.4] Role based Menu Navigation Generation

2004-04-06 Thread Jumpy
Hello Everybody,

Can anybody please answer my question ? 
any examples/pointers will really help me.

thanks a lot,
j

--- Jumpy <[EMAIL PROTECTED]> wrote:
> Date: Mon, 5 Apr 2004 11:15:57 -0700 (PDT)
> From: Jumpy <[EMAIL PROTECTED]>
> Subject: [J1.4] Role based Menu Navigation
> Generation
> To: jetspeed-user <[EMAIL PROTECTED]>
> 
>Hi,

In our portal requirement is as per user role, our
menu naviagation bar will display different menus. So
Admin and guest user will have totally different menu
navigation.

My question is how can I plug in logic so that
Jetspeed pickup the correct menu navigation as per
user role ?

Also another question is, does this "menu navigation
bar" should be created as portlet or Jetspeed has
already placeholder for this ?

any examples/pointers will be really helpful. 

~
j

__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Jetspeed and CMS

2004-04-06 Thread Carlos Roberto Yaconi Hitschfeld
Hi ppl...
I need to take a definition on wich framework to use to build a little
intranet. Initially, we need just a CMS, just like jakarta lenya, but
this intranet will grow on the future and surely it will transform on a
portal.
Well, thinking in that, I want to start using jetspeed, but I don't know
the CMS potential of it.
 
Can anybody tell me his experience integrating jetspeed with a CMS??
Can I integrate Lenya inside Jetspeed??
 
Thank you very much!
 
Atte,
Carlos Yaconi Hitschfeld



CONFIDENTIAL NOTE: The information transmitted in this message and/or attachments is 
confidential and/or privileged and is intented only for use of the person or entity to 
whom it is addressed. If you are not the intended recipient, any 
retention,dissemination, distribution or copy of this information is strictly 
prohibited and sanctioned by law. If you received this messagge in error, please reply 
us this same message and delete this message and all attachments. Thank you.


RE: Jetspeed within a HTTP Server/Tomcat Config

2004-04-06 Thread Wilson, Allen
I did not send the full entrythe line is closed. And what log are you referring 
to...the mod_jk.logif so...it is empty. This is why I was looking for a way to 
check if the connector is function correctly..

The mod_jk.conf is create and is referenced in the Apache HTTP config but where can 
error messages be found if the connector is not functioning

Allen

-Original Message-
From: Raphaël Luta [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 4:04 PM
To: Jetspeed Users List
Subject: Re: Jetspeed within a HTTP Server/Tomcat Config


Le 6 avr. 04, à 22:47, Wilson, Allen a écrit :

> Here is the connector line for HTTP
>
>  className="org.apache.catalina.connector.http.HttpConnector" 
> port="8080" minProcessors="5" maxProcessors="75"
>

Make sure the tag is closed !


> Here is the line for the AJP connector:
>
>  port="8009" minProcessors="5" maxProcessors="75" acceptCount="10" 
> debug="0"/>
>

This one looks good to me; Check your log file if you still have issues.

> Please let me know if this is correct...
>
> Thanks...Allen
>
> -Original Message-
> From: Raphaël Luta [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 06, 2004 3:01 PM
> To: Jetspeed Users List
> Subject: Re: Jetspeed within a HTTP Server/Tomcat Config
>
>
> Le 6 avr. 04, à 17:35, Wilson, Allen a écrit :
>
>> Michael...
>>
>> Thanks for the reply...
>>
>> It still has the same thing going onboth the HTTP server and 
>> Tomcat
>> start but I can only reach the Tomcat information if I supply the 
>> port.
>>
>> http://myserver.com  - gets me the HTTP server page
>>
>> http://myserver.com/portal   - (try to reference jetspeed gets me an
>> error)
>>
>> http://myserver.com:8009/portal - gets me Jetspeed...
>>
>
> You probably have misconfigured your Tomcat and modified the HTTP
> connector
> rather than the ajp13 connector. You should *not* get anythin useful
> when you
> connect directly to the ajp13 port.
> Check carefully the className of the connector you're modifying.
>
>> Allen
>>
>
> --
> Raphaël Luta - [EMAIL PROTECTED]
> Apache Jetspeed - Enterprise Portal in Java
> http://jakarta.apache.org/jetspeed/
>
>> -Original Message-
>> From: Echlin, Michael [mailto:[EMAIL PROTECTED]
>> Sent: Monday, April 05, 2004 7:50 AM
>> To: 'Jetspeed Users List'
>> Subject: RE: Jetspeed within a HTTP Server/Tomcat Config
>>
>>
>> Hi,
>>
>> You have to use an ajp13 rule and set up the tomcat server to respond
>> to
>> it.
>> This is from the httpd.conf
>> 
>>  JkWorkersFile /tmp/workers.properties
>>  JkLogFile /tmp/mod_jk.log
>>  JkLogLeveldebug
>>  JkMount  /jetspeed/* ajp13
>>  JkMount  /vqwiki-2.4.0/* ajp13
>> 
>> Create a workers.conf file with
>>  worker.list=ajp13
>>  worker.ajp13.host=localhost
>>  worker.ajp13.type=ajp13
>>  worker.ajp13.port=8009
>>  ps=/
>>
>> and add this to your tomcat4 server.xml file
>>  >port="8009" minProcessors="5" maxProcessors="75"
>>acceptCount="10" debug="0"/>
>>
>> Mike.
>>
>> -Original Message-
>> From: Wilson, Allen [mailto:[EMAIL PROTECTED]
>> Sent: April 2, 2004 6:27 PM
>> To: Jetspeed Users List
>> Subject: Jetspeed within a HTTP Server/Tomcat Config
>>
>>
>> Good Afternoon
>>
>> Has anyone implemented Jetspeed in an environment where you have 
>> Apache
>> and Tomcat working together? If so, how do you config the Apache 
>> Server
>> to deal with the Jetspeed mapping?
>>
>> For example, the URL for requesting a new Jetspeed account is
>> http://yourserver.com/portal/portal/template/NewAccount but when
>> working
>> within the Apache/Tomcat mix...this URL fails.
>>
>> Any help would be appreciated...
>>
>>
>> Allen
>> This message may contain proprietary or confidential company
>> information.
>> Any unauthorized use or disclosure is prohibited.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> This message may contain proprietary or confidential company 
> information.
> Any unauthorized use or disclosure is prohibited.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jetspeed within a HTTP Server/Tomcat Config

2004-04-06 Thread Raphaël Luta
Le 6 avr. 04, à 22:47, Wilson, Allen a écrit :

Here is the connector line for HTTP



Make sure the tag is closed !


Here is the line for the AJP connector:



This one looks good to me; Check your log file if you still have issues.

Please let me know if this is correct...

Thanks...Allen

-Original Message-
From: Raphaël Luta [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 06, 2004 3:01 PM
To: Jetspeed Users List
Subject: Re: Jetspeed within a HTTP Server/Tomcat Config
Le 6 avr. 04, à 17:35, Wilson, Allen a écrit :

Michael...

Thanks for the reply...

It still has the same thing going onboth the HTTP server and 
Tomcat
start but I can only reach the Tomcat information if I supply the 
port.

http://myserver.com  - gets me the HTTP server page

http://myserver.com/portal   - (try to reference jetspeed gets me an
error)
http://myserver.com:8009/portal - gets me Jetspeed...

You probably have misconfigured your Tomcat and modified the HTTP
connector
rather than the ajp13 connector. You should *not* get anythin useful
when you
connect directly to the ajp13 port.
Check carefully the className of the connector you're modifying.
Allen

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
-Original Message-
From: Echlin, Michael [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 7:50 AM
To: 'Jetspeed Users List'
Subject: RE: Jetspeed within a HTTP Server/Tomcat Config
Hi,

You have to use an ajp13 rule and set up the tomcat server to respond
to
it.
This is from the httpd.conf

 JkWorkersFile /tmp/workers.properties
 JkLogFile /tmp/mod_jk.log
 JkLogLeveldebug
 JkMount  /jetspeed/* ajp13
 JkMount  /vqwiki-2.4.0/* ajp13

Create a workers.conf file with
worker.list=ajp13
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.port=8009
ps=/
and add this to your tomcat4 server.xml file

Mike.

-Original Message-
From: Wilson, Allen [mailto:[EMAIL PROTECTED]
Sent: April 2, 2004 6:27 PM
To: Jetspeed Users List
Subject: Jetspeed within a HTTP Server/Tomcat Config
Good Afternoon

Has anyone implemented Jetspeed in an environment where you have 
Apache
and Tomcat working together? If so, how do you config the Apache 
Server
to deal with the Jetspeed mapping?

For example, the URL for requesting a new Jetspeed account is
http://yourserver.com/portal/portal/template/NewAccount but when
working
within the Apache/Tomcat mix...this URL fails.
Any help would be appreciated...

Allen
This message may contain proprietary or confidential company
information.
Any unauthorized use or disclosure is prohibited.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This message may contain proprietary or confidential company 
information.
Any unauthorized use or disclosure is prohibited.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Jetspeed within a HTTP Server/Tomcat Config

2004-04-06 Thread Wilson, Allen
Here is the connector line for HTTP



Please let me know if this is correct...

Thanks...Allen

-Original Message-
From: Raphaël Luta [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 06, 2004 3:01 PM
To: Jetspeed Users List
Subject: Re: Jetspeed within a HTTP Server/Tomcat Config


Le 6 avr. 04, à 17:35, Wilson, Allen a écrit :

> Michael...
>
> Thanks for the reply...
>
> It still has the same thing going onboth the HTTP server and Tomcat
> start but I can only reach the Tomcat information if I supply the port.
>
> http://myserver.com  - gets me the HTTP server page
>
> http://myserver.com/portal   - (try to reference jetspeed gets me an
> error)
>
> http://myserver.com:8009/portal - gets me Jetspeed...
>

You probably have misconfigured your Tomcat and modified the HTTP 
connector
rather than the ajp13 connector. You should *not* get anythin useful 
when you
connect directly to the ajp13 port.
Check carefully the className of the connector you're modifying.

> Allen
>

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Echlin, Michael [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 05, 2004 7:50 AM
> To: 'Jetspeed Users List'
> Subject: RE: Jetspeed within a HTTP Server/Tomcat Config
>
>
> Hi,
>
> You have to use an ajp13 rule and set up the tomcat server to respond 
> to
> it.
> This is from the httpd.conf
> 
>  JkWorkersFile /tmp/workers.properties
>  JkLogFile /tmp/mod_jk.log
>  JkLogLeveldebug
>  JkMount  /jetspeed/* ajp13
>  JkMount  /vqwiki-2.4.0/* ajp13
> 
> Create a workers.conf file with
>   worker.list=ajp13
>   worker.ajp13.host=localhost
>   worker.ajp13.type=ajp13
>   worker.ajp13.port=8009
>   ps=/
>
> and add this to your tomcat4 server.xml file
>   port="8009" minProcessors="5" maxProcessors="75"
>acceptCount="10" debug="0"/>
>
> Mike.
>
> -Original Message-
> From: Wilson, Allen [mailto:[EMAIL PROTECTED]
> Sent: April 2, 2004 6:27 PM
> To: Jetspeed Users List
> Subject: Jetspeed within a HTTP Server/Tomcat Config
>
>
> Good Afternoon
>
> Has anyone implemented Jetspeed in an environment where you have Apache
> and Tomcat working together? If so, how do you config the Apache Server
> to deal with the Jetspeed mapping?
>
> For example, the URL for requesting a new Jetspeed account is
> http://yourserver.com/portal/portal/template/NewAccount but when 
> working
> within the Apache/Tomcat mix...this URL fails.
>
> Any help would be appreciated...
>
>
> Allen
> This message may contain proprietary or confidential company 
> information.
> Any unauthorized use or disclosure is prohibited.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jetspeed within a HTTP Server/Tomcat Config

2004-04-06 Thread Raphaël Luta
Le 6 avr. 04, à 17:35, Wilson, Allen a écrit :

Michael...

Thanks for the reply...

It still has the same thing going onboth the HTTP server and Tomcat
start but I can only reach the Tomcat information if I supply the port.
http://myserver.com  - gets me the HTTP server page

http://myserver.com/portal   - (try to reference jetspeed gets me an
error)
http://myserver.com:8009/portal - gets me Jetspeed...

You probably have misconfigured your Tomcat and modified the HTTP 
connector
rather than the ajp13 connector. You should *not* get anythin useful 
when you
connect directly to the ajp13 port.
Check carefully the className of the connector you're modifying.

Allen

--
Raphaël Luta - [EMAIL PROTECTED]
Apache Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/
-Original Message-
From: Echlin, Michael [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 7:50 AM
To: 'Jetspeed Users List'
Subject: RE: Jetspeed within a HTTP Server/Tomcat Config
Hi,

You have to use an ajp13 rule and set up the tomcat server to respond 
to
it.
This is from the httpd.conf

 JkWorkersFile /tmp/workers.properties
 JkLogFile /tmp/mod_jk.log
 JkLogLeveldebug
 JkMount  /jetspeed/* ajp13
 JkMount  /vqwiki-2.4.0/* ajp13

Create a workers.conf file with
	worker.list=ajp13
	worker.ajp13.host=localhost
	worker.ajp13.type=ajp13
	worker.ajp13.port=8009
	ps=/

and add this to your tomcat4 server.xml file

Mike.

-Original Message-
From: Wilson, Allen [mailto:[EMAIL PROTECTED]
Sent: April 2, 2004 6:27 PM
To: Jetspeed Users List
Subject: Jetspeed within a HTTP Server/Tomcat Config
Good Afternoon

Has anyone implemented Jetspeed in an environment where you have Apache
and Tomcat working together? If so, how do you config the Apache Server
to deal with the Jetspeed mapping?
For example, the URL for requesting a new Jetspeed account is
http://yourserver.com/portal/portal/template/NewAccount but when 
working
within the Apache/Tomcat mix...this URL fails.

Any help would be appreciated...

Allen
This message may contain proprietary or confidential company 
information.
Any unauthorized use or disclosure is prohibited.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: New JetSpeed installation

2004-04-06 Thread Sarat Challa
 
Hi,
 
Try following this, you should solve the problem.
Jetspeed RSS feeds are giving this message in the portlet: "problem in SAX transform: 
org.apache.xml.utils.WrappedRuntimeException: The output format must have a 
'{http://xml.apache.org/xalan}content-handler' property!" Copy the xalan.jar from 
Jetspeed distribution to $CATALINA_HOME/common/endorsed directory (or JDK endorsed 
directory) 
Regards,
[EMAIL PROTECTED] wrote:When I get into the JetSpeed's main page, I notice this error: 
problem in SAX transform: org.apache.sml.utils.WrappedRuntimeException: The output 
format must have a '{http://xml.apache.org/xalan}context-handler' property!

Can someone tell me what do I have to do to solve the problem?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

New JetSpeed installation

2004-04-06 Thread eroig
When I get into the JetSpeed's main page, I notice this error: 
  problem in SAX transform: org.apache.sml.utils.WrappedRuntimeException: The output 
format must have a '{http://xml.apache.org/xalan}context-handler' property!

Can someone tell me what do I have to do to solve the problem?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jetspeed within a HTTP Server/Tomcat Config

2004-04-06 Thread Wilson, Allen
Michael...

Thanks for the reply...

It still has the same thing going onboth the HTTP server and Tomcat
start but I can only reach the Tomcat information if I supply the port.

http://myserver.com  - gets me the HTTP server page

http://myserver.com/portal   - (try to reference jetspeed gets me an
error)

http://myserver.com:8009/portal - gets me Jetspeed...

Allen

-Original Message-
From: Echlin, Michael [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 7:50 AM
To: 'Jetspeed Users List'
Subject: RE: Jetspeed within a HTTP Server/Tomcat Config


Hi,

You have to use an ajp13 rule and set up the tomcat server to respond to
it.
This is from the httpd.conf

 JkWorkersFile /tmp/workers.properties
 JkLogFile /tmp/mod_jk.log
 JkLogLeveldebug
 JkMount  /jetspeed/* ajp13
 JkMount  /vqwiki-2.4.0/* ajp13

Create a workers.conf file with
worker.list=ajp13
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
worker.ajp13.port=8009
ps=/

and add this to your tomcat4 server.xml file


Mike.

-Original Message-
From: Wilson, Allen [mailto:[EMAIL PROTECTED]
Sent: April 2, 2004 6:27 PM
To: Jetspeed Users List
Subject: Jetspeed within a HTTP Server/Tomcat Config


Good Afternoon

Has anyone implemented Jetspeed in an environment where you have Apache
and Tomcat working together? If so, how do you config the Apache Server
to deal with the Jetspeed mapping?

For example, the URL for requesting a new Jetspeed account is
http://yourserver.com/portal/portal/template/NewAccount but when working
within the Apache/Tomcat mix...this URL fails.

Any help would be appreciated...


Allen
This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

IFrame Portlet and MS OWA

2004-04-06 Thread Sezmillenium
Hi!

 

I'm working with jetspeed 1.4 b. I want that iframe portlet shows an owa
web. The Exchange Server is in private ip, inside intranet, and web Server
has a public ip and inside the same intranet. Can iframe show owa pages from
Internet although  the client cann't see the owa server??? 



RE: Tomcat 5 with jetspeed 1.4?

2004-04-06 Thread G. Madhan Dennis
This happens since the jakarta commons-logging package is clashing with
the JDK logging facility. To get around this, put the commons-logging
jar inside your JDK's lib and your JRE's ext directory.

Regards,
Madhan

-Original Message-
From: Debora Galante [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 05, 2004 7:21 PM
To: Jetspeed Users List
Subject: R: Tomcat 5 with jetspeed 1.4?


I put the xalan.jar file into
$CATALINA_HOME/common/endorsed but tere is this error:

GRAVE: Error deploying web application directory jetspeed
java.io.IOException:
org.apache.commons.logging.LogConfigurationException:
org.a
pache.commons.logging.LogConfigurationException: No suitable Log
constructor [Lj ava.lang.Class;@61f533 for
org.apache.commons.logging.impl.Log4JLogger.


-Messaggio originale-
Da: Floßmann Christoph [mailto:[EMAIL PROTECTED]
Inviato: lunedì 5 aprile 2004 11.31
A: Jetspeed Users List
Oggetto: RE: Tomcat 5 with jetspeed 1.4?


I'm using this combination and didn't figure any problems out jet.
Sometimes jetspeed doesn't start through, but I thinks this is the fault
of the poor machine I'm using (600MHz, 256 MB Ram and Win XP Pro).

-Original Message-
From: Debora Galante [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 11:30 AM
To: Jetspeed Users List
Subject: Tomcat 5 with jetspeed 1.4?


Can Tomcat 5 work with jetspeed 1.4

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Runnig Tomcat 5 with jetspeed 1.4?

2004-04-06 Thread Debora Galante
Did you have this problem runnig jetspeed 1.4 with Tomcat 5??

GRAVE: Exception while expanding web application archive jetspeed.war
java.io.IOException: org.apache.commons.logging.LogConfigurationException:
org.a
pache.commons.logging.LogConfigurationException: No suitable Log constructor
[Lj
ava.lang.Class;@14b6bed for org.apache.commons.logging.impl.Log4JLogger

















-Messaggio originale-
Da: G. Madhan Dennis [mailto:[EMAIL PROTECTED]
Inviato: lunedi 5 aprile 2004 11.33
A: 'Jetspeed Users List'
Oggetto: RE: Tomcat 5 with jetspeed 1.4?


Yes it can work out of the box. In fact if you tweek jetspeed 1.4 a
little, you can use Tomcat 5's load balancer coupled with an apache
httpd server and setup a n2n session replicated redundant jetspeed
cluster so that if one tomcat goes down the other tomcat takes over and
your portal users will never know that they are using difference servers
!! Works really well.

Hope this helps.

Regards,
Madhan

-Original Message-
From: Debora Galante [mailto:[EMAIL PROTECTED]
Sent: Monday, April 05, 2004 3:00 PM
To: Jetspeed Users List
Subject: Tomcat 5 with jetspeed 1.4?


Can Tomcat 5 work with jetspeed 1.4

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]