Re: WebSphere 5.0 and cocoon

2003-01-28 Thread Cameron McKenzie
Really think I've licked the WebSphere 5.0 problem now.

The trick is this.  Make sure the application server
classloader is set to MODULE visibility.  Then set the
classloader on the ear to PARENT_LAST and then again,
set the classloader on the war module to PARENT_LAST. 
Once you've made these changes, the cocoon war should
run without a hitch.

Good luck.

-Cameron McKenzie

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

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




Re: WebSphere 5.0 and cocoon

2003-01-28 Thread Cameron McKenzie
The fix worked on both the WSAD test environment, and
the WAS running on Windows 2000.  Sorry, I haven't
tested it on my AS/400 yet.

-Cameron McKenzie


On Tue, 28 Jan 2003, [EMAIL PROTECTED] wrote:

 
 
 Just out of curiosity, are you running that on an
 AS/400 (e...
 iSeries... sorry)?
 
 Dan Feather
 
 

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

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




Re: WebSphere 5 and Cocoon - new user

2003-01-22 Thread Cameron McKenzie
One problem we've reported to IBM as a spec violation
is the fact that the servlet container parses comments
within the param-value tag in the web.xml file.  You'll
see all sorts of exceptions at:

 !-- 
 For IBM WebSphere:
com.ibm.servlet.classloader.Handler 

  -- 

as the container starts trying to load a class called
For, IBM, WebSphere etc.  If you get rid of the
comments, that problem goes away, but you still don't
get your cocoon to work.

Again, if anyone has any ideas or any success getting
Cocoon 2 to run on WebSphere 5, please throw in your
two cents worth.

Right now I'm going to try Jeff Turner's work around.  

Thanks!

-Cameron McKenzie

-Cameron





On Wed, 22 Jan 2003, Gernot Koller wrote:

 
 Hi!
 
 I posted about similar problems yesterday:
 a
href=http://mail.cameronmckenzie.com/jump/http://marc.theaimsgroup.com/?l=xml-cocoon-devm=104316925213149w=2;http://marc.theaimsgroup.com/?l=xml-cocoon-devm=104316925213149w=2/a
 still looking for a workaround :-(
 
 Gernot
 
 
 22-Jan-03 01:35:07, Cameron McKenzie
 [EMAIL PROTECTED] wrote:
 
 I'm trying to sell my coworkers on cocoon and
 WebSphere, but when I install it on websphere 5, both
 the WSAD and the server, I get a continual redirect
at
 the welcome page, and nothing works.  
 
 However, the same war works fine on Tomcat and
 WebSphere 4.  Any ideas?  I can't convince my friends
 to use Cocoon if I can't get it to work!
 
 -Cameron Mckenzie
 

-
 Please check that your question  has not already been
 answered in the
 FAQ before posting.
 a
href=http://mail.cameronmckenzie.com/jump/http://xml.apache.org/cocoon/faq/index.htmlhttp://xml.apache.org/cocoon/faq/index.html/a;
 
 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.
 a
href=http://mail.cameronmckenzie.com/jump/http://xml.apache.org/cocoon/faq/index.htmlhttp://xml.apache.org/cocoon/faq/index.html/a;
 
 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/faq/index.html

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




Re: WebSphere 5 and Cocoon - new user ?solved?

2003-01-22 Thread Cameron McKenzie
I just wanted to say that I got Cocoon to run in
WebSphere 5.  However, it was not the cocoon.war file
from the download, but instead Chello.  For some
reason, after setting up a chello web app, everything
worked fine.  The only major difference I could see
between the two implementations was the fact that
chello puts the cocoon.xconf file in the root of the
web app, whereas cocoon.war puts it in the WEB-INF
directory.

Well, I'm off to write some xsp's!!!

-Cameron McKenzie
Perficient Education



On Tue, 21 Jan 2003, Cameron McKenzie wrote:

 
 I'm trying to sell my coworkers on cocoon and
 WebSphere, but when I install it on websphere 5, both
 the WSAD and the server, I get a continual redirect at
 the welcome page, and nothing works.  
 
 However, the same war works fine on Tomcat and
 WebSphere 4.  Any ideas?  I can't convince my friends
 to use Cocoon if I can't get it to work!
 
 -Cameron Mckenzie
 

-
 Please check that your question  has not already been
 answered in the
 FAQ before posting.
 a
href=http://mail.cameronmckenzie.com/jump/http://xml.apache.org/cocoon/faq/index.htmlhttp://xml.apache.org/cocoon/faq/index.html/a;
 
 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/faq/index.html

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




Re: WebSphere 5 and Cocoon - working w chello/cocoon 2.03

2003-01-22 Thread Cameron McKenzie
The Chello I downloaded came with cocoon2.0rc2.jar
file.  I'm using 2.03 in development, so I simply
replaced the old one with the newer one, and there
haven't been any problems.

-Cameron




On Wed, 22 Jan 2003, Gernot Koller wrote:

 
 What version of cocoon is this then ? 
 When I last tried out chello it seemed pretty out of
 date...
 
 22-Jan-03 18:12:34, Cameron McKenzie
 [EMAIL PROTECTED] wrote:
 
 I just wanted to say that I got Cocoon to run in
 WebSphere 5.  However, it was not the cocoon.war file
 from the download, but instead Chello.  For some
 reason, after setting up a chello web app, everything
 worked fine.  The only major difference I could see
 between the two implementations was the fact that
 chello puts the cocoon.xconf file in the root of the
 web app, whereas cocoon.war puts it in the WEB-INF
 directory.
 
 Well, I'm off to write some xsp's!!!
 
 -Cameron McKenzie
 Perficient Education
 
 
 
 On Tue, 21 Jan 2003, Cameron McKenzie wrote:
 
  
  I'm trying to sell my coworkers on cocoon and
  WebSphere, but when I install it on websphere 5,
both
  the WSAD and the server, I get a continual redirect
 at
  the welcome page, and nothing works.  
  
  However, the same war works fine on Tomcat and
  WebSphere 4.  Any ideas?  I can't convince my
friends
  to use Cocoon if I can't get it to work!
  
  -Cameron Mckenzie
  
 

-
  Please check that your question  has not already
been
  answered in the
  FAQ before posting.
  a
 href=a
href=http://mail.cameronmckenzie.com/jump/http://xml.apache.org/cocoon/faq/index.htmlhttp://mail.cameronmckenzie.com/jump/http://xml.apache.org/cocoon/faq/index.html/a;
 a
href=http://mail.cameronmckenzie.com/jump/http://xml.apache.org/cocoon/faq/index.html/ahttp://xml.apache.org/cocoon/faq/index.html/a/a;;
  
  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.
 a
href=http://mail.cameronmckenzie.com/jump/http://xml.apache.org/cocoon/faq/index.htmlhttp://xml.apache.org/cocoon/faq/index.html/a;
 
 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.
 a
href=http://mail.cameronmckenzie.com/jump/http://xml.apache.org/cocoon/faq/index.htmlhttp://xml.apache.org/cocoon/faq/index.html/a;
 
 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/faq/index.html

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




WebSphere 5 and Cocoon - new user

2003-01-21 Thread Cameron McKenzie
I'm trying to sell my coworkers on cocoon and
WebSphere, but when I install it on websphere 5, both
the WSAD and the server, I get a continual redirect at
the welcome page, and nothing works.  

However, the same war works fine on Tomcat and
WebSphere 4.  Any ideas?  I can't convince my friends
to use Cocoon if I can't get it to work!

-Cameron Mckenzie

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

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