- From: Jos De_Roo <jos.deroo@agfa.com>
- Date: Sat, 31 May 2003 12:34:01 +0200
- To: "Jos De_Roo" <jos.deroo@agfa.com>
- Cc: "Dan Connolly" <connolly@w3.org>, jjc@hplb.hpl.hp.com, www-webont-wg@w3.org, www-webont-wg-request@w3.org
forgot to say that instead of the recursive copy of
WWW/2002/03owlt/editors-draft/*
you could say in jakarta-tomcat-4.0.6-LE-jdk14\conf\server.xml
<!-- Tomcat Root Context -->
<!--
<Context path="" docBase="ROOT" debug="0"/>
-->
<!-- Tomcat Examples Context -->
<Context path="/wowg" docBase
="../../w3ccvs/WWW/2002/03owlt/editors-draft" debug="0"
reloadable="true" crossContext="true">
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="localhost_examples_log." suffix=".txt"
timestamp="true"/>
</Context>
and in jakarta-tomcat-4.0.6-LE-jdk14\bin\setclasspath.bat
set JAVA_ENDORSED_DIRS=%BASEDIR%\bin;
\w3ccvs\WWW\2002\03owlt\editors-draft\WEB-INF\lib;
\w3ccvs\WWW\2002\03owlt\editors-draft\WEB-INF\classes
and start the whole thing with
set CATALINA_HOME=\jakarta-tomcat-4.0.6-LE-jdk14
set JAVA_HOME=\j2sdk1.4.1_01
set JAVA_OPTS=-Duser.home=\w3ccvs
\jakarta-tomcat-4.0.6-LE-jdk14\bin\catalina.bat run
--
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/
Jos
De_Roo/AMDUS/MOR/Agfa-NV/BE/ To: jjc@hplb.hpl.hp.com
BAYER@AGFA cc: "Dan Connolly" <connolly@w3.org>, "Jeremy Carroll"
Sent by: <jjc@hplb.hpl.hp.com>, www-webont-wg@w3.org,
www-webont-wg-request@w3.org www-webont-wg-request@w3.org
Subject: RE: making imports tests
2003-05-31 12:08 PM
[...]
> To install and run the editor read
>
> http://www.w3.org/2002/03owlt/editors-draft/INSTALL
> http://www.w3.org/2002/03owlt/editors-draft/README
>
> for details (also INSTALL).
Jeremy, it also works with jakarta-tomcat-4.0.6-LE-jdk14
but only while connected to the web; otherwise we get
an exception in 2002/03owlt/editors-draft/jsp/tests4.jsp
line
currentSubIndex.add(anch);
(I guess currentSubIndex doesn't get initialized then).
You now have shown that
"The bane of our existence is doing things that
we know the computer could do for us"
dixit DanC
--
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/
Received on Saturday, 31 May 2003 06:34:13 UTC