RE: Re: Getting Jetspeed started on Windows

2005-03-13 Thread cknell
Thanks, Ray, but I do have the HSQLDB server 1.7.1  running, and that is the 
message I'm getting. I suspect there may be a configuration, driver, or 
classpath issue, but I can't identify what's wrong.

As for the readme document on the downloads page, I can't find anything with 
that name. I do find a page at 
http://portals.apache.org/jetspeed-2/getting-started.html; that purports to 
help a user get going, but it is chock-full of unstated assumptions and 
consequently very confusing. If the readme document you refer to is somewhere 
else, I will be grateful if you can pin down exactly where it can be found.
-- 
Charles Knell
[EMAIL PROTECTED] - email



-Original Message-
From: Ray Clark [EMAIL PROTECTED]
Sent: Sat, 12 Mar 2005 19:05:20 -0800 (PST)
To:   Jetspeed Users List jetspeed-user@jakarta.apache.org
Subject:  Re: Getting Jetspeed started on Windows

I got the same error.  It sounds like you didn't start
the database.  Shutdown Tomcat, go to the
jetspeed-database directory and double click on
start-database.  Then start Tomcat.  I believe that
your URL will bring up Jetspeed then.

Ray

--- [EMAIL PROTECTED] wrote:
 I went to another machine with Tomcat 5.5.7
 installed.
 
 I unzipped the binary Windows distribution
 (jetspeed-2.0-M1.zip) into my Tomcat directory.
 I started Tomcat.
 I pointed a browser to http://localhost:8080.
 Tomcat is working.
 I pointed the browser to
 http://localhost:8080/jetspeed.
 
 I get this output to the browser, can anyone tell me
 what's wrong? Thanks.

===  type Exception report
 
 message 
 
 description The server encountered an internal error
 () that prevented it from fulfilling this request.
 
 exception 
 
 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:691)
 

org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658)
 

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:1106)
 

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(Unknown
 Source)
 

sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
 Source)
   java.lang.reflect.Method.invoke(Unknown Source)
 

org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
 

org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409

===  
 
 
 -- 
 Charles Knell
 [EMAIL PROTECTED] - email
 

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



__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

-
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: Re: Re: Getting Jetspeed started on Windows

2005-03-13 Thread cknell
Jetspeed 2.0 M1 is the binary I downloaded. I got the readme you point to last 
week and followed the instructions to the letter on two different windows PC's 
(Win2K and XP) and the result the exception page on both of them, part of which 
I reproduced below.
-- 
Charles Knell
[EMAIL PROTECTED] - email



-Original Message-
From: Hema Menon [EMAIL PROTECTED]
Sent: Sun, 13 Mar 2005 08:42:50 -0600
To:   Jetspeed Users List jetspeed-user@jakarta.apache.org
Subject:  Re: Re: Getting Jetspeed started on Windows

The Apache Portals community is pleased to announce the release of
  Jetspeed 2.0 M1.
 
  This is our first milestone release and brings Jetspeed closer to a
Here's part of David's original mail on release of Jetspeed M1. Check
out the link to README.txt.


  You can download Jetspeed 2.0 M1 from:
 
  http://www.apache.org/dist/portals/jetspeed-2/
 
  Release notes and installation instructions are at:
 
  http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt
 
  The Jetspeed Project Wiki and Home pages can be found here:
 
  http://wiki.apache.org/portals/Jetspeed2
 
  http://portals.apache.org/jetspeed-2/


On Sun, 13 Mar 2005 08:17:42 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 Thanks, Ray, but I do have the HSQLDB server 1.7.1  running, and that is the 
 message I'm getting. I suspect there may be a configuration, driver, or 
 classpath issue, but I can't identify what's wrong.
 
 As for the readme document on the downloads page, I can't find anything 
 with that name. I do find a page at 
 http://portals.apache.org/jetspeed-2/getting-started.html; that purports to 
 help a user get going, but it is chock-full of unstated assumptions and 
 consequently very confusing. If the readme document you refer to is somewhere 
 else, I will be grateful if you can pin down exactly where it can be found.
 --
 Charles Knell
 [EMAIL PROTECTED] - email
 
 -Original Message-
 From: Ray Clark [EMAIL PROTECTED]
 Sent: Sat, 12 Mar 2005 19:05:20 -0800 (PST)
 To:   Jetspeed Users List jetspeed-user@jakarta.apache.org
 Subject:  Re: Getting Jetspeed started on Windows
 
 I got the same error.  It sounds like you didn't start
 the database.  Shutdown Tomcat, go to the
 jetspeed-database directory and double click on
 start-database.  Then start Tomcat.  I believe that
 your URL will bring up Jetspeed then.
 
 Ray
 
 --- [EMAIL PROTECTED] wrote:
  I went to another machine with Tomcat 5.5.7
  installed.
 
  I unzipped the binary Windows distribution
  (jetspeed-2.0-M1.zip) into my Tomcat directory.
  I started Tomcat.
  I pointed a browser to http://localhost:8080.
  Tomcat is working.
  I pointed the browser to
  http://localhost:8080/jetspeed.
 
  I get this output to the browser, can anyone tell me
  what's wrong? Thanks.
 
 ===  type Exception 
 report
 
  message
 
  description The server encountered an internal error
  () that prevented it from fulfilling this request.
 
  exception
 
  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:691)
 
 
 org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658)
 
 
 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:1106)
 
 
 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(Unknown
 

RE: RE: Re: Re: Getting Jetspeed started on Windows

2005-03-13 Thread cknell
Thanks anyway Ray. I'm glad you took the trouble to reply.
-- 
Charles Knell
[EMAIL PROTECTED] - email



-Original Message-
From: Ray Clark [EMAIL PROTECTED]
Sent: Sun, 13 Mar 2005 09:14:58 -0800 (PST)
To:   Jetspeed Users List jetspeed-user@jakarta.apache.org
Subject:  RE: Re: Re: Getting Jetspeed started on Windows

I'm sorry I couldn't help you.  I the same thing that
you did and it worked for me.  I have no experience
with Jetspeed other than installing it and bringing it
up a couple of times to look at it.  Your problem
seemed like the same thing that I had, but it doesn't
seem to have the same resolution.  So I don't know
what to tell you.

Sorry, :(
Ray

--- [EMAIL PROTECTED] wrote:

 Jetspeed 2.0 M1 is the binary I downloaded. I got
 the readme you point to last week and followed the
 instructions to the letter on two different windows
 PC's (Win2K and XP) and the result the exception
 page on both of them, part of which I reproduced
 below.
 -- 
 Charles Knell
 [EMAIL PROTECTED] - email
 
 
 
 -Original Message-
 From: Hema Menon [EMAIL PROTECTED]
 Sent: Sun, 13 Mar 2005 08:42:50 -0600
 To:   Jetspeed Users List
 jetspeed-user@jakarta.apache.org
 Subject:  Re: Re: Getting Jetspeed started on
 Windows
 
 The Apache Portals community is pleased to announce
 the release of
   Jetspeed 2.0 M1.
  
   This is our first milestone release and brings
 Jetspeed closer to a
 Here's part of David's original mail on release of
 Jetspeed M1. Check
 out the link to README.txt.
 
 
   You can download Jetspeed 2.0 M1 from:
  
   http://www.apache.org/dist/portals/jetspeed-2/
  
   Release notes and installation instructions are
 at:
  
  

http://www.apache.org/dist/portals/jetspeed-2/JETSPEED-2.0-M1-README.txt
  
   The Jetspeed Project Wiki and Home pages can be
 found here:
  
   http://wiki.apache.org/portals/Jetspeed2
  
   http://portals.apache.org/jetspeed-2/
 
 
 On Sun, 13 Mar 2005 08:17:42 -0500,
 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  Thanks, Ray, but I do have the HSQLDB server 1.7.1
  running, and that is the message I'm getting. I
 suspect there may be a configuration, driver, or
 classpath issue, but I can't identify what's wrong.
  
  As for the readme document on the downloads
 page, I can't find anything with that name. I do
 find a page at

http://portals.apache.org/jetspeed-2/getting-started.html;
 that purports to help a user get going, but it is
 chock-full of unstated assumptions and consequently
 very confusing. If the readme document you refer to
 is somewhere else, I will be grateful if you can pin
 down exactly where it can be found.
  --
  Charles Knell
  [EMAIL PROTECTED] - email
  
  -Original Message-
  From: Ray Clark [EMAIL PROTECTED]
  Sent: Sat, 12 Mar 2005 19:05:20 -0800 (PST)
  To:   Jetspeed Users List
 jetspeed-user@jakarta.apache.org
  Subject:  Re: Getting Jetspeed started on Windows
  
  I got the same error.  It sounds like you didn't
 start
  the database.  Shutdown Tomcat, go to the
  jetspeed-database directory and double click on
  start-database.  Then start Tomcat.  I believe
 that
  your URL will bring up Jetspeed then.
  
  Ray
  
  --- [EMAIL PROTECTED] wrote:
   I went to another machine with Tomcat 5.5.7
   installed.
  
   I unzipped the binary Windows distribution
   (jetspeed-2.0-M1.zip) into my Tomcat directory.
   I started Tomcat.
   I pointed a browser to http://localhost:8080.
   Tomcat is working.
   I pointed the browser to
   http://localhost:8080/jetspeed.
  
   I get this output to the browser, can anyone
 tell me
   what's wrong? Thanks.
  
 

==   type Exception report
  
   message
  
   description The server encountered an internal
 error
   () that prevented it from fulfilling this
 request.
  
   exception
  
   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:691)
  
  
 

org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658)
  
  
 

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
  
   

Request for help in getting Jetspeed-2 running on Windows:Part 1

2005-03-11 Thread cknell
I have installed Ant 1.6.2. The ANT_HOME environment variable is set. I can run 
Ant from any directory on the computer.

I have installed Maven. The MAVEN_HOME environment variable is set. I can run 
Maven. When I enter maven -v on the command-line, it tells me that I am 
running version 1.02.

I have installed and can run Tomcat 5.5.

I have downloaded and installed Jetspeed-2 using the Windows installation 
package.

I am attempting to modify the build.properties file as described at 
http://portals.apache.org/jetspeed-2/getting-started.html;. This document in 
Linux-oriented and requires some translation to figure out how it applies to 
Windows. 

I have created a build.properties file in my Windows user directory. I'm having 
trouble with the first entry where I'm directed to point 
org.apache.jetspeed.project.home to The root of your Jetspeed-2 source 
installation (see example on left). So far as I can tell, I have no Jetspeed-2 
source installation. I say this because nowhere on my system is a directory 
called jakarta-jetspeed-2.

If any list-reader has ever sucessfully installed Jetspeed-2 on a Windows 
system, would you be kind enough to clarify this point? Thanks.
-- 
Charles Knell
[EMAIL PROTECTED] - email

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



Request for help in getting Jetspeed-2 running on Windows:Part 2

2005-03-11 Thread cknell
Thanks. I've modified my build.properties according to your suggestion.

I'm now at Step 5 on 
http://portals.apache.org/jetspeed-2/getting-started.html;.

The instructions are:

* 1. If you are using the Hypersonic SQL database, make sure you have 
terminated the test HSQLserver. Then in the same terminal, start the production 
Hypersonic database by typing

  maven start.production.server

* 2. (in seperate window/terminal session)

  cd ${jetspeed-2-home}

* 3. maven quickStart

  This will recreate the DB to deploy into. WARNING This will drop all the 
tables and data in the production database.

* 4. Start up Tomcat. With a browser, go to:

  http://localhost:8080/jetspeed


Bullet 1 is apparently instructing me to run a script called 
start.production.server with Maven. I've searched and cannot find a file by 
that name. I have started the HSQL database using the batch file in the 
%TOMCAT_HOME%/jetspeed-database directory.

There is no batch file for stopping the database and the contents of the batch 
file to start it gives no clue as to how it is accomplished gracefully. If 
someone knows how and will tell me, I promise to scour the HSQL site at 
SourceForge.net later. Scout's honor.

O.K., the database is now started.

Bullet 2 instructs me to change to a directory via a variable I don't have and 
whose value is a mystery as well.

Bullet 3 give me a hint on Bullet 2. If I find a directory with a script called 
quickStart I may just be in the right place. Alas, there is no quickStart 
anywhere on my disk for Maven to run.

Bullet 4 has me start Tomcat and navigate to a URL. When I do this I get what 
is for me, an undecipherable stack trace. Tomcat is working, by the way, so the 
problem must be further up.

Has anyone got some help for me? Thanks

-- 
Charles Knell
[EMAIL PROTECTED] - email



-Original Message-
From: Scott T Weaver [EMAIL PROTECTED]
Sent: Fri, 11 Mar 2005 10:29:07 -0500
To:   'Jetspeed Users List' jetspeed-user@jakarta.apache.org
Subject:  RE: Request for help in getting Jetspeed-2 running on Windows:Part 1


I think you might be able to ignore this property entry as it is only used
when building from source, and not even be used there anymore.


I build and deploy on Linux, Windows and Solaris on a daily basis.  I will
post my windows build.properties.  It may help point you in the right
direction.




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



RE: RE: Request for help in getting Jetspeed-2 running on Windows:Part 2

2005-03-11 Thread cknell
-Original Message-
From: Scott T Weaver [EMAIL PROTECTED]
Subject:  RE: Request for help in getting Jetspeed-2 running on Windows:Part 2

I noticed you talk about an installation package in your previous emails.
Are you building from source or from the binary distribution?

If you are using the bin dist, then you do not have to follow the
getting-started page.

Regards,
Scott


I downloaded jetspeed-2.0-M1.zip and extracted the files to the Tomcat 
directory. The directories this created appear to have complied code (the files 
extensions are .class, not .java).

As a sanity check I have also downloaded (but not expanded) 
jetspeed-2.0-M1-src.zip and examined it. I can see .class files and 
multiple maven.xml files in the archive, and there are no maven.xml files 
in my file system.

When you say the source directory for jetspeed, usually jakarta-jetspeed-2, 
are you saying that if I expanded the source files to my file system and placed 
them in a directory called jakarta-jetspeed-2 then that would be what the 
instructions mean when they say ${jetspeed-2-home}?

All right. I've downloaded and deployed the Jetspeed-2 binaries (I'm pretty 
sure), started Tomcat, and I've navigated to http://localhost:8080/jetspeed;. 

What I get is a stack trace. The exception part of the page is below. I don't 
know how to interpret it beyond the fact that jetspeed didn't start. Can anyone 
point me in the right direction?

Thanks again.

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)







-- 
Charles Knell
[EMAIL PROTECTED] - email






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



Getting Jetspeed started on Windows

2005-03-11 Thread cknell
I went to another machine with Tomcat 5.5.7 installed.

I unzipped the binary Windows distribution (jetspeed-2.0-M1.zip) into my Tomcat 
directory.
I started Tomcat.
I pointed a browser to http://localhost:8080.
Tomcat is working.
I pointed the browser to http://localhost:8080/jetspeed.

I get this output to the browser, can anyone tell me what's wrong? Thanks.

type Exception report

message 

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception 

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:691)

org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:658)
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:1106)

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(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:271)
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:409




-- 
Charles Knell
[EMAIL PROTECTED] - email

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



Document for installing on Windows?

2005-03-10 Thread cknell
I have been picking over the various pages on the Apache web site for 
installing Jetspeed-2 and its associated programs, but I have been unable to 
piece it all together. Does anyone know of a Windows-oriented installation 
guide?

-- 
Charles Knell
[EMAIL PROTECTED] - email

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