Forum OpenACS Q&A: Response to webmail troubles

Collapse
Posted by loris bason on
Dan,
thank you for your prompt replay. The dot on the new line works.
regardind the second question....
I did it!
I have installed the java library libnsjava.so
and added to the configuration file the following lines:

ns_section "ns/server/${servername}/module/nsjava"

      ns_param  EnableJava      "on"  ;# Set to on to enable nsjava.

      ns_param  VerboseJvm    "off"  ;# Same as command line -debug.

      ns_param  LogLevel            "Notice"

      ns_param  DestroyJvm      "off"  ;# Destroy jvm on shutdown.

      ns_param  DisableJITCompiler  "off"

      ns_param ClassPath "/usr/local/jdk1.2.2/lib/classes.zip:/home/oacs/www/webmail/java:/home/aolserver/bin/nsjava.jar"

ns_section "ns/server/${servername}/modules"

        ns_param  nsjava=  "libnsjava.so"

but something is probably wrong because in the server.log:

Notice: modload: loading '/home/aolserver/bin/libnsjava.so'
Notice: ModuleInit: Java Module NOT enabled