Hi, I am trying to follow the instructions at http://docs.openlinksw.com/virtuoso/rthjsp.html
NB: I am using the Bootstrap class rather than BootstapService class though... C:\apps\virtuoso\var\lib\virtuoso\demo>isql 11112 dba dba Connected to OpenLink Virtuoso Driver: 05.00.3018 OpenLink Virtuoso ODBC Driver OpenLink Interactive SQL (Virtuoso), version 0.9849b. Type HELP; for help and EXIT; to exit. SQL> java_call_method('org.apache.catalina.startup.Bootstrap',null,'main','V',vector('[Ljava/lang/String;',vector('start '))); *** Error 42000: [OpenLink][Virtuoso ODBC Driver][Virtuoso Server]JV001: Java exception occurred : java.lang.NoClassDefF oundError : org/apache/catalina/startup/Bootstrap at line 1 of Top-Level: java_call_method('org.apache.catalina.startup.Bootstrap',null,'main','V',vector('[Ljava/lang/String;',vector('start'))) SQL> I believe my problem is possibly in my demo.ini file which contains (under the [Parameters] section) Specifically the JavaClasspath parameter... JavaClasspath = ..\..\..\..\..\apache-tomcat-5.5.17\bin\bootstrap.jar:..\..\..\..\..\jdk1.5.0_03\lib\tools.jar JavaVMOption1 = -Djava.endorsed.dirs=..\..\..\..\..\apache-tomcat-5.5.17\bin:..\..\..\..\..\apache-tomcat-5.5.17\common\endorsed JavaVMOption2 = -Dcatalina.base=..\..\..\..\..\apps\apache-tomcat-5.5.17 JavaVMOption3 = -Dcatalina.home=..\..\..\..\..\apps\apache-tomcat-5.5.17 JavaVMOption4 = -Djava.io.tmpdir=..\..\..\..\..\apps\apache-tomcat-5.5.17\temp Q: Is the use of a colon as the separator correct? Q: Can I use c:\ or %JAVA_HOME% in demo.ini? Q: Is there a way of checking Thanks for any help, Rob. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com