does anybody know if or how I can add additional libraries (.jar files) to the Nokia Activ Server, so I can use that functionality within my servlets? I already tried putting those .jar files into the same directory as the servlet, in the lib directory of the server - didn't work.
Thx,
Andreas.
RE: add libraries to Nokia Activ Server
2002-07-05, 08:35#2
Hi,
hope I understood the question correctly.
When you create servlet (NACS Manager->Server Cores->Servlets->Create)
you can see New Servlet dialog.
There is "Classpath" field, where you can type name your .jar with path to file
NACS Programmer's Guide could be helpful as well.
RE: add libraries to Nokia Activ Server
2002-07-08, 06:07#3
I wanted to use an xml parser, but didn't know where I had to put xerces.jar, so it would be found, when the servlet using the parser is executed by NAS. Finaly I figured out, it only had to be in the classpath and NAS must then be shut down and restarted!!