Re: JetSpeed

2000-11-17 Thread Christian Sell

 The error is as stated "could not find package in import:
 org.apache.cocoon.*, org.w3c.dom.*, etc...).
 I tried putting all jars in /orion/lib, web-app/WEB-INF/lib and even
 putting them all in both locations.
 It happens when accessing XSP only (as far as I can tell), the frontpage
 displays correctly for example.

the above problem arises when the java compiler is called on a XSP-generated
source file (XSP is Cocoons equivalent to JSP, and Jetspeed uses Cocoon).
This is done by forking a new process which does not inherit the (implicit)
classpath of your web app. You will have to put all the jars required for
the compile somewhere in the global classpath

HTH





RE: JetSpeed

2000-11-17 Thread J.T. Wenting

thanks. I'll give that a try. It's probably the reason why it does work with
Tomcat, as Tomcat uses the global classpath...

Jeroen T. Wenting
[EMAIL PROTECTED]

Murphy was wrong, things that can't go wrong will anyway

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell
 Sent: Friday, November 17, 2000 10:20
 To: Orion-Interest
 Subject: Re: JetSpeed


  The error is as stated "could not find package in import:
  org.apache.cocoon.*, org.w3c.dom.*, etc...).
  I tried putting all jars in /orion/lib, web-app/WEB-INF/lib and even
  putting them all in both locations.
  It happens when accessing XSP only (as far as I can tell), the frontpage
  displays correctly for example.

 the above problem arises when the java compiler is called on a
 XSP-generated
 source file (XSP is Cocoons equivalent to JSP, and Jetspeed uses Cocoon).
 This is done by forking a new process which does not inherit the
 (implicit)
 classpath of your web app. You will have to put all the jars required for
 the compile somewhere in the global classpath

 HTH







Re: JetSpeed

2000-11-17 Thread Sven van 't Veer



"J.T. Wenting" wrote:
 
 using Js 1.2b1, which works fine on Tomcat 3.1 (at least it does not throw
 any errors, the generated HTML is not always as it should be and there seems
 to be a gaping memory leak).
 The error is as stated "could not find package in import:
 org.apache.cocoon.*, org.w3c.dom.*, etc...).
 I tried putting all jars in /orion/lib, web-app/WEB-INF/lib and even
 putting them all in both locations.
 It happens when accessing XSP only (as far as I can tell), the frontpage
 displays correctly for example.

For me, putting the Jetspeed jars in /orion/lib gives me the following
error when calling
http://hostname/servlet/jetspeed

java.io.FileNotFoundException: /tmp/turbine.log (O sistema não pode
localizar o caminho especificado)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.init(FileOutputStream.java:100)
at java.io.FileWriter.init(FileWriter.java:39)
at org.apache.turbine.util.Log.init(Log.java:112)
at org.apache.turbine.util.Log.clinit(Log.java:102)
at
org.apache.turbine.services.TurbineServices.getService(TurbineServices.java:115)
at
org.apache.turbine.services.resources.TurbineResourceService.setPropertiesFileName(TurbineResourceService.java:107)
at Turbine.init(Turbine.java:120)
at com.evermind.server.http.HttpApplication.wo(JAX)
at com.evermind.server.http.HttpApplication.v6(JAX)
at com.evermind.server.http.HttpApplication.uh(JAX, Compiled Code)
at com.evermind.server.http.ed.sp(JAX, Compiled Code)
at com.evermind.server.http.ed.so(JAX, Compiled Code)
at com.evermind.util.f.run(JAX, Compiled Code)
DbBrokerImpl: Is now turned on.
java.lang.ExceptionInInitializerError: java.lang.NullPointerException
at
org.apache.jetspeed.turbine.navigations.JetspeedTopNavigation.clinit(JetspeedTopNavigation.java)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java, Compiled Code)
at
org.apache.turbine.modules.NavigationLoader.getInstance(NavigationLoader.java,
Compiled Code)
at
org.apache.turbine.modules.NavigationLoader.eval(NavigationLoader.java:118)
at
org.apache.jetspeed.turbine.layouts.JetspeedLayout.build(JetspeedLayout.java:86)
at org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:111)
at
org.apache.turbine.modules.pages.DefaultPage.build(DefaultPage.java:88)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
at Turbine.doGet(Turbine.java, Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at javax.servlet.http.HttpServlet.service(HttpServlet.java)
at com.evermind.server.http.d1.si(JAX, Compiled Code)
at com.evermind.server.http.d1.forward(JAX)

-- 
==
Sven E. van 't Veer  
http://www.cachoeiro.net
Java Developer  [EMAIL PROTECTED]
==




RE: JetSpeed

2000-11-17 Thread J.T. Wenting

the directory where the logfile should go must exist. You should create the
directory or change the turbine configuration in the jetspeed config files
to point to an existing directory (the same goes for cache directories,
etc).

Jeroen T. Wenting
[EMAIL PROTECTED]

Murphy was wrong, things that can't go wrong will anyway

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Sven van 't
 Veer
 Sent: Friday, November 17, 2000 12:58
 To: Orion-Interest
 Subject: Re: JetSpeed




 "J.T. Wenting" wrote:
 
  using Js 1.2b1, which works fine on Tomcat 3.1 (at least it
 does not throw
  any errors, the generated HTML is not always as it should be
 and there seems
  to be a gaping memory leak).
  The error is as stated "could not find package in import:
  org.apache.cocoon.*, org.w3c.dom.*, etc...).
  I tried putting all jars in /orion/lib, web-app/WEB-INF/lib and even
  putting them all in both locations.
  It happens when accessing XSP only (as far as I can tell), the frontpage
  displays correctly for example.

 For me, putting the Jetspeed jars in /orion/lib gives me the following
 error when calling
 http://hostname/servlet/jetspeed

 java.io.FileNotFoundException: /tmp/turbine.log (O sistema não pode
 localizar o caminho especificado)
   at java.io.FileOutputStream.openAppend(Native Method)
   at java.io.FileOutputStream.init(FileOutputStream.java:100)
   at java.io.FileWriter.init(FileWriter.java:39)
   at org.apache.turbine.util.Log.init(Log.java:112)
   at org.apache.turbine.util.Log.clinit(Log.java:102)
   at
 org.apache.turbine.services.TurbineServices.getService(TurbineServ
 ices.java:115)
   at
 org.apache.turbine.services.resources.TurbineResourceService.setPr
 opertiesFileName(TurbineResourceService.java:107)
   at Turbine.init(Turbine.java:120)
   at com.evermind.server.http.HttpApplication.wo(JAX)
   at com.evermind.server.http.HttpApplication.v6(JAX)
   at com.evermind.server.http.HttpApplication.uh(JAX, Compiled Code)
   at com.evermind.server.http.ed.sp(JAX, Compiled Code)
   at com.evermind.server.http.ed.so(JAX, Compiled Code)
   at com.evermind.util.f.run(JAX, Compiled Code)
 DbBrokerImpl: Is now turned on.
 java.lang.ExceptionInInitializerError: java.lang.NullPointerException
   at
 org.apache.jetspeed.turbine.navigations.JetspeedTopNavigation.cli
 nit(JetspeedTopNavigation.java)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java, Compiled Code)
   at
 org.apache.turbine.modules.NavigationLoader.getInstance(Navigation
 Loader.java,
 Compiled Code)
   at
 org.apache.turbine.modules.NavigationLoader.eval(NavigationLoader.
 java:118)
   at
 org.apache.jetspeed.turbine.layouts.JetspeedLayout.build(JetspeedL
 ayout.java:86)
   at
 org.apache.turbine.modules.LayoutLoader.exec(LayoutLoader.java:111)
   at
 org.apache.turbine.modules.pages.DefaultPage.build(DefaultPage.java:88)
   at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:111)
   at Turbine.doGet(Turbine.java, Compiled Code)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java)
   at com.evermind.server.http.d1.si(JAX, Compiled Code)
   at com.evermind.server.http.d1.forward(JAX)

 --
 ==
 
 Sven E. van 't Veer
 http://www.cachoeiro.net
 Java Developer
 [EMAIL PROTECTED]
 ==
 






Re: JetSpeed

2000-11-17 Thread Laurent Cornelis


For me, putting the Jetspeed jars in /orion/lib gives me the following
error when calling
http://hostname/servlet/jetspeed

java.io.FileNotFoundException: /tmp/turbine.log (O sistema não
podelocalizar o caminho especificado)


It's normal, turbine.log MUST exists when you launch Jetspeed... Create an
empty text file called turbine.log





RE: JetSpeed

2000-11-16 Thread J.T. Wenting

I asked the same question last week and got no response. There seems to be a
versioning problem between Jetspeed and the Orion XML stuff.

Jeroen T. Wenting
[EMAIL PROTECTED]

Murphy was wrong, things that can't go wrong will anyway

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Sven van 't
 Veer
 Sent: Thursday, November 16, 2000 13:05
 To: Orion-Interest
 Subject: JetSpeed


 Is there anyone who has gotten Jetspeed to work under Orion ??

 sven
 --
 ==
 
 Sven E. van 't Veer
 http://www.cachoeiro.net
 Java Developer
 [EMAIL PROTECTED]
 ==
 






Re: JetSpeed

2000-11-16 Thread Sven van 't Veer



"J.T. Wenting" wrote:
 
 I asked the same question last week and got no response. There seems to be a
 versioning problem between Jetspeed and the Orion XML stuff.
 
My problem seems to be that it cannot find some of the Turbine stuff.
http://server/servlet/jetspeed produces a blank page. Have you got any
further ??

sven

-- 
==
Sven E. van 't Veer  
http://www.cachoeiro.net
Java Developer  [EMAIL PROTECTED]
==




RE: JetSpeed

2000-11-16 Thread Larry Velez
Title: RE: JetSpeed






Here is a link to turbine.


http://www.blue-pac.com/linuxturbine/


-Larry


-Original Message-
From: Sven van 't Veer [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 16, 2000 11:01 AM
To: Orion-Interest
Subject: Re: JetSpeed





J.T. Wenting wrote:
 
 I asked the same question last week and got no response. There seems to be a
 versioning problem between Jetspeed and the Orion XML stuff.
 
My problem seems to be that it cannot find some of the Turbine stuff.
http://server/servlet/jetspeed produces a blank page. Have you got any
further ??


sven


-- 
==
Sven E. van 't Veer 
http://www.cachoeiro.net
Java Developer   [EMAIL PROTECTED]
==





RE: JetSpeed

2000-11-16 Thread Neal Kaiser
Title: RE: JetSpeed



You 
want the apache turbine SDK. Goto http://java.apache.org and you'll see a 
download section for the Turbine SDK which contains all the jars for turbine, 
velocity, and more...



  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Larry 
  VelezSent: Thursday, November 16, 2000 1:24 PMTo: 
  Orion-InterestSubject: RE: JetSpeed
  Here is a link to turbine. 
  http://www.blue-pac.com/linuxturbine/ 
  
  -Larry 
  -Original Message- From: Sven 
  van 't Veer [mailto:[EMAIL PROTECTED]] 
  Sent: Thursday, November 16, 2000 11:01 AM To: Orion-Interest Subject: Re: JetSpeed 
  
  "J.T. Wenting" wrote:  
   I asked the same question last week and got no 
  response. There seems to be a  versioning problem 
  between Jetspeed and the Orion XML stuff.  
  My problem seems to be that it cannot find some of the 
  Turbine stuff. http://server/servlet/jetspeed 
  produces a blank page. Have you got any further 
  ?? 
  sven 
  -- == 
  Sven E. van 't 
  Veer 
  http://www.cachoeiro.net Java Developer  
   
   
   
   
   
  [EMAIL PROTECTED] == 
  


RE: JetSpeed

2000-11-16 Thread J.T. Wenting

I got as far as bringing up the mainpage (so
http://localhost/servlet/jetspeed). When trying anything XSP, I get a 500,
saying the XSP compiler cannot find a whole host of stuff, including Cocoon,
XML parsers, and Jetspeed...
The servlet must have found all that because it uses it all itself.

Jeroen T Wenting
[EMAIL PROTECTED]
ICQ UIN #9191966

It's the end of the world as we know it and I feel fine (Michael Stipe)

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Sven van 't
 Veer
 Sent: 16 November 2000 17:01
 To: Orion-Interest
 Subject: Re: JetSpeed




 "J.T. Wenting" wrote:
 
  I asked the same question last week and got no response.
 There seems to be a
  versioning problem between Jetspeed and the Orion XML stuff.
 
 My problem seems to be that it cannot find some of the Turbine stuff.
 http://server/servlet/jetspeed produces a blank page. Have you got any
 further ??

 sven

 --
 ==
 
 Sven E. van 't Veer
 http://www.cachoeiro.net
 Java Developer
 [EMAIL PROTECTED]
 ==
 






RE: JetSpeed

2000-11-16 Thread J.T. Wenting
Title: RE: JetSpeed



Turbine comes with Jetspeed. It is installed as part of the Jetspeed 
installation...


Jeroen T Wenting[EMAIL PROTECTED]ICQ UIN 
#9191966It's the end of the world as we know it and I feel fine (Michael 
Stipe) 

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Larry 
  VelezSent: 16 November 2000 19:24To: 
  Orion-InterestSubject: RE: JetSpeed
  Here is a link to turbine. 
  http://www.blue-pac.com/linuxturbine/ 
  
  -Larry 
  -Original Message- From: Sven 
  van 't Veer [mailto:[EMAIL PROTECTED]] 
  Sent: Thursday, November 16, 2000 11:01 AM To: Orion-Interest Subject: Re: JetSpeed 
  
  "J.T. Wenting" wrote:  
   I asked the same question last week and got no 
  response. There seems to be a  versioning problem 
  between Jetspeed and the Orion XML stuff.  
  My problem seems to be that it cannot find some of the 
  Turbine stuff. http://server/servlet/jetspeed 
  produces a blank page. Have you got any further 
  ?? 
  sven 
  -- == 
  Sven E. van 't 
  Veer 
  http://www.cachoeiro.net Java Developer  
   
   
   
   
   
  [EMAIL PROTECTED] == 
  


Re: JetSpeed

2000-11-16 Thread Christian Sell

You really should post the error messages/stacktraces (here or on the
Jetspeed list), so we can help you better. also, what version of JS are you
running. JS is not in a very stable state currently.

- Original Message -
From: "J.T. Wenting" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Thursday, November 16, 2000 9:12 PM
Subject: RE: JetSpeed


 I got as far as bringing up the mainpage (so
 http://localhost/servlet/jetspeed). When trying anything XSP, I get a 500,
 saying the XSP compiler cannot find a whole host of stuff, including
Cocoon,
 XML parsers, and Jetspeed...
 The servlet must have found all that because it uses it all itself.

 Jeroen T Wenting
 [EMAIL PROTECTED]
 ICQ UIN #9191966

 It's the end of the world as we know it and I feel fine (Michael Stipe)

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Sven van 't
  Veer
  Sent: 16 November 2000 17:01
  To: Orion-Interest
  Subject: Re: JetSpeed
 
 
 
 
  "J.T. Wenting" wrote:
  
   I asked the same question last week and got no response.
  There seems to be a
   versioning problem between Jetspeed and the Orion XML stuff.
  
  My problem seems to be that it cannot find some of the Turbine stuff.
  http://server/servlet/jetspeed produces a blank page. Have you got any
  further ??
 
  sven
 
  --
  ==
  
  Sven E. van 't Veer
  http://www.cachoeiro.net
  Java Developer
  [EMAIL PROTECTED]
  ==
  
 







RE: JetSpeed

2000-11-16 Thread J.T. Wenting

using Js 1.2b1, which works fine on Tomcat 3.1 (at least it does not throw
any errors, the generated HTML is not always as it should be and there seems
to be a gaping memory leak).
The error is as stated "could not find package in import:
org.apache.cocoon.*, org.w3c.dom.*, etc...).
I tried putting all jars in /orion/lib, web-app/WEB-INF/lib and even
putting them all in both locations.
It happens when accessing XSP only (as far as I can tell), the frontpage
displays correctly for example.

Jeroen T. Wenting
[EMAIL PROTECTED]

Murphy was wrong, things that can't go wrong will anyway

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell
 Sent: Friday, November 17, 2000 00:19
 To: Orion-Interest
 Subject: Re: JetSpeed


 You really should post the error messages/stacktraces (here or on the
 Jetspeed list), so we can help you better. also, what version of
 JS are you
 running. JS is not in a very stable state currently.

 - Original Message -
 From: "J.T. Wenting" [EMAIL PROTECTED]
 To: "Orion-Interest" [EMAIL PROTECTED]
 Sent: Thursday, November 16, 2000 9:12 PM
 Subject: RE: JetSpeed


  I got as far as bringing up the mainpage (so
  http://localhost/servlet/jetspeed). When trying anything XSP, I
 get a 500,
  saying the XSP compiler cannot find a whole host of stuff, including
 Cocoon,
  XML parsers, and Jetspeed...
  The servlet must have found all that because it uses it all itself.
 
  Jeroen T Wenting
  [EMAIL PROTECTED]
  ICQ UIN #9191966
 
  It's the end of the world as we know it and I feel fine (Michael Stipe)
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]]On Behalf Of Sven van 't
   Veer
   Sent: 16 November 2000 17:01
   To: Orion-Interest
   Subject: Re: JetSpeed
  
  
  
  
   "J.T. Wenting" wrote:
   
I asked the same question last week and got no response.
   There seems to be a
versioning problem between Jetspeed and the Orion XML stuff.
   
   My problem seems to be that it cannot find some of the Turbine stuff.
   http://server/servlet/jetspeed produces a blank page. Have you got any
   further ??
  
   sven
  
   --
   ==
   
   Sven E. van 't Veer
   http://www.cachoeiro.net
   Java Developer
   [EMAIL PROTECTED]
   ==
   
  
 
 







RE: Jetspeed

2000-11-10 Thread J.T. Wenting



I now 
have the servlet running on Oracle, but I cannot use the XSP functions. When 
trying to compile XSP, cocoonPortlet hands out an error from the XSP compiler 
about not being able to find a bunch of packages:
org.apache.cocoon.parser
org.apache.cocoon.producer
org.apache.cocoon.framework
org.apache.cocoon.processor.xsp
org.apache.cocoon.processor.xsp.library
org.apache.turbine.util
org.apache.jetspeed.daemon
org.w3c.dom
org.xml.sax

etc...

Anyone 
know what to do to solve this?


  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of J.T. 
  WentingSent: Thursday, November 09, 2000 14:10To: 
  Orion-InterestSubject: RE: Jetspeed
  Thanks, I'd appreciate that. I haven't got that working correctly with 
  Orion either :)
  Jetspeed is Apache's personalization framework, I am getting "package 
  not found in import for SAX and DOM classes. xerces.jar and xalan.jar 
  (versions supplied with Jetspeed) are in /orion/lib, so should be picked up. 
  For some reason they are not, leading to errors compiling XSP apps. Jetspeed 
  (Turbine really, but that is what Jetspeed uses internally) sadly refuses to 
  work with Interbase. This is a problem not with Interbase byt with Turbine (it 
  refuses to even try to connect).
  
  
  Jeroen T. Wenting[EMAIL PROTECTED]Murphy 
  was wrong, things that can't go wrong will anyway 
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of wim 
veningaSent: Thursday, November 09, 2000 12:57To: 
Orion-InterestSubject: Re: JetspeedHi 
Jeroen, 
I have no problems using Interbase for both BMP and CMP. I can sent you 
the database-schema for interbase if you want. 
Greetings Wim Veninga [EMAIL PROTECTED] 
"J.T. Wenting" wrote: 
Has anyone got Jetspeed 1.2 to run on Orion? I 
  keep getting errors instantiating caches (or so it seems). Hints 
  appreciated. For the moment I am using Oracle 8i as a database (would 
  like to use Interbase, but that is not supported, getting errors if I 
  try). 
  Jeroen T. Wenting [EMAIL PROTECTED] 
  Murphy was wrong, things that can't go wrong will 
  anyway


Re: Jetspeed

2000-11-09 Thread wim veninga


Hi Jeroen,
I have no problems using Interbase for both BMP and CMP. I can sent
you
the database-schema for interbase if you want.
Greetings Wim Veninga
[EMAIL PROTECTED]
"J.T. Wenting" wrote:
Has anyone got Jetspeed 1.2 to run on Orion? I keep
getting errors
instantiating caches (or so it seems).
Hints appreciated. For the moment I am using Oracle 8i as a database
(would
like to use Interbase, but that is not supported, getting errors if
I try).
Jeroen T. Wenting
[EMAIL PROTECTED]
Murphy was wrong, things that can't go wrong will anyway



RE: Jetspeed

2000-11-09 Thread J.T. Wenting



Thanks, I'd appreciate that. I haven't got that working correctly with 
Orion either :)
Jetspeed is Apache's personalization framework, I am getting "package not 
found in import for SAX and DOM classes. xerces.jar and xalan.jar (versions 
supplied with Jetspeed) are in /orion/lib, so should be picked up. For some 
reason they are not, leading to errors compiling XSP apps. Jetspeed (Turbine 
really, but that is what Jetspeed uses internally) sadly refuses to work with 
Interbase. This is a problem not with Interbase byt with Turbine (it refuses to 
even try to connect).


Jeroen T. Wenting[EMAIL PROTECTED]Murphy was 
wrong, things that can't go wrong will anyway 

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of wim 
  veningaSent: Thursday, November 09, 2000 12:57To: 
  Orion-InterestSubject: Re: JetspeedHi Jeroen, 
  I have no problems using Interbase for both BMP and CMP. I can sent you 
  the database-schema for interbase if you want. 
  Greetings Wim Veninga [EMAIL PROTECTED] 
  "J.T. Wenting" wrote: 
  Has anyone got Jetspeed 1.2 to run on Orion? I keep 
getting errors instantiating caches (or so it seems). Hints 
appreciated. For the moment I am using Oracle 8i as a database (would 
like to use Interbase, but that is not supported, getting errors if I 
try). 
Jeroen T. Wenting [EMAIL PROTECTED] 
Murphy was wrong, things that can't go wrong will 
anyway


Re: jetspeed

2000-08-29 Thread Derek Akers

Hey arthur  How did you get it to work under Tomcat?  I had a world of
problems with it, and so moved to orion.  Listen, if you find the answer to
installation on Orion, or if you want to work together to try and get it
working, let me know.

Derek Akers
Eldan Software
Toronto, Ontario
www.eldan.com


- Original Message -
From: "Arthur Copeland (Saphari.com - www.saphari.com)" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Tuesday, August 29, 2000 3:14 AM
Subject: jetspeed


 has any one gotten JetSpeed "java.apache.org/jetspeed"
 to work correctly with orion server. using 1.2.4 under
 linux with jdk 1.3 from SUN.  the error i keep getting
 is:"java.lang.NoClassDefFoundError" this is happening
 for both 1.1 and 1.2b1 of Jetspeed.  i can get it to
 workunder Tomcat.  but i really like orionsetver better

 artie