RE: how to add extra classes into cocoon's classpath?

2002-01-30 Thread Morrison, John

Check out WEB-INF/web.xml  Theres some notes in there...

 -Original Message-
 From: Tsui, Alban [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, 30 January 2002 3:57 pm
 To: [EMAIL PROTECTED]
 Subject: how to add extra classes into cocoon's classpath?
 
 
 Hi
 
 I have no idea add extra classes into cocoon's classpath. Any help?
 
 Alban
 
 This message may contain privileged and/or confidential 
 information.  If you
 have received this e-mail in error or are not the intended 
 recipient, you
 may not use, copy, disseminate or distribute it; do not open any
 attachments, delete it immediately from your system and 
 notify the sender
 promptly by e-mail that you have done so.  Thank you.
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


===
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

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




RE: how to add extra classes into cocoon's classpath?

2002-01-30 Thread Ivan Rubin Ayma

With Tomcat WEB-INF/web.xml there's an init-param, commented with de
default distribution, to add classes to the cocoon's classpath. 

You should check the class-loader param for Cocoon to use its own class
loader if you keep on having problemas loading classes.

-Mensaje original-
De: Tsui, Alban [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles, 30 de enero de 2002 12:57
Para: [EMAIL PROTECTED]
Asunto: how to add extra classes into cocoon's classpath?


Hi

I have no idea add extra classes into cocoon's classpath. Any help?

Alban

This message may contain privileged and/or confidential information.  If
you
have received this e-mail in error or are not the intended recipient,
you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the
sender
promptly by e-mail that you have done so.  Thank you.

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

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


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

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




RE: how to add extra classes into cocoon's classpath?

2002-01-30 Thread Tsui, Alban

I have tried the instruction in web.xml but it doesn't seem to work. 

From what I have seen, cocoon can only pick up classes from the WEB-INF
folder regardless to what I put in the class path section of web.xml. Is
this a bug?

I am running cocoon on tomcat 4.0.1 on winNT.

 -Original Message-
 From: Ivan Rubin Ayma [mailto:[EMAIL PROTECTED]]
 Sent: 30 January 2002 16:08
 To: [EMAIL PROTECTED]
 Subject: RE: how to add extra classes into cocoon's classpath?
 
 
 With Tomcat WEB-INF/web.xml there's an init-param, commented with de
 default distribution, to add classes to the cocoon's classpath. 
 
 You should check the class-loader param for Cocoon to use its 
 own class
 loader if you keep on having problemas loading classes.
 
 -Mensaje original-
 De: Tsui, Alban [mailto:[EMAIL PROTECTED]]
 Enviado el: miércoles, 30 de enero de 2002 12:57
 Para: [EMAIL PROTECTED]
 Asunto: how to add extra classes into cocoon's classpath?
 
 
 Hi
 
 I have no idea add extra classes into cocoon's classpath. Any help?
 
 Alban
 
 This message may contain privileged and/or confidential 
 information.  If
 you
 have received this e-mail in error or are not the intended recipient,
 you
 may not use, copy, disseminate or distribute it; do not open any
 attachments, delete it immediately from your system and notify the
 sender
 promptly by e-mail that you have done so.  Thank you.
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

This message may contain privileged and/or confidential information.  If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

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




RE: how to add extra classes into cocoon's classpath?

2002-01-30 Thread Ivan Rubin Ayma

I'm on the same environment.

These are the two parameters I modified on
webapps/cocoon/WEB-INF/web.xml

init-param
  param-nameinit-classloader/param-name
  param-valuetrue/param-value
/init-param

init-param
  param-nameextra-classpath/param-name
  param-valuec:\Zeus/param-value
/init-param

for using my own cocoon components.

I think the status page of cocoon shows the classpath cocoon is using,
and if it is ok, it have to be the way you invoke the classloader.

-Mensaje original-
De: Tsui, Alban [mailto:[EMAIL PROTECTED]]
Enviado el: miércoles, 30 de enero de 2002 13:28
Para: [EMAIL PROTECTED]
Asunto: RE: how to add extra classes into cocoon's classpath?


I have tried the instruction in web.xml but it doesn't seem to work. 

From what I have seen, cocoon can only pick up classes from the WEB-INF
folder regardless to what I put in the class path section of web.xml. Is
this a bug?

I am running cocoon on tomcat 4.0.1 on winNT.

 -Original Message-
 From: Ivan Rubin Ayma [mailto:[EMAIL PROTECTED]]
 Sent: 30 January 2002 16:08
 To: [EMAIL PROTECTED]
 Subject: RE: how to add extra classes into cocoon's classpath?
 
 
 With Tomcat WEB-INF/web.xml there's an init-param, commented with de
 default distribution, to add classes to the cocoon's classpath. 
 
 You should check the class-loader param for Cocoon to use its 
 own class
 loader if you keep on having problemas loading classes.
 
 -Mensaje original-
 De: Tsui, Alban [mailto:[EMAIL PROTECTED]]
 Enviado el: miércoles, 30 de enero de 2002 12:57
 Para: [EMAIL PROTECTED]
 Asunto: how to add extra classes into cocoon's classpath?
 
 
 Hi
 
 I have no idea add extra classes into cocoon's classpath. Any help?
 
 Alban
 
 This message may contain privileged and/or confidential 
 information.  If
 you
 have received this e-mail in error or are not the intended recipient,
 you
 may not use, copy, disseminate or distribute it; do not open any
 attachments, delete it immediately from your system and notify the
 sender
 promptly by e-mail that you have done so.  Thank you.
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

This message may contain privileged and/or confidential information.  If
you
have received this e-mail in error or are not the intended recipient,
you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the
sender
promptly by e-mail that you have done so.  Thank you.

-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

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


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

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