On Sunday, July 8, 2001, at 03:22 PM, Chip Morris wrote:
> Trying to bring up Cocoon 2.0beta1 on Mac OS X under Tomcat 3.2.2. The
> Tomcat is working OK. Cocoon builds OK.
> But accessing the URL "http://localhost:8080/cocoon/" barfs (see log
> file excerpt, below).
When building Cocoon, I noticed the following:
prepare-webapp-libs:
Could not find file
/System/Library/Frameworks/JavaVM.framework/Versions/1.3/Home/lib/tools.jar
to copy.
I've set JAVA_HOME to
/System/Library/Frameworks/JavaVM.framework/Versions/1.3/Home
For some reason Apple didn't package tools.jar with the 1.3 SDK. A
search of my system does not reveal one. The next step is to see if
Apple moved tools.jar into classes.jar.
So I went into build.xml and changed the attribute for tools.jar to be
/System/Library/Frameworks/JavaVM.framework/Versions/1.3/Classes/classes.jar
explicitly and ran ant again.
This time it compiled without errors (however there were some
deprecation warnings.)
I still need to move things around in my tomcat directory to install and
start up Cocoon 2, but you might try that and see if it helps.
I'm more than a little miffed at Apple's choice to move stuff out of
where I expect it in a UN*X environment.
----
Bill Humphries <[EMAIL PROTECTED]>
http://www.whump.com/moreLikeThis/
---------------------------------------------------------------------
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]>