RE: Re[2]: Tomcat and native libs.

2003-10-03 Thread Daniel Kowalik
Hi Anton, sorry i haven't replied earlier. The native code is ok. It works perfectly without Tomcat. It's related to reloading web application. I've actually worked it out. But by taking a bit differen way. Bests daniel -Original Message- From: Anton Tagunov [mailto:[EMAIL PROTECTED]

Tomcat and native libs.

2003-09-19 Thread Daniel Kowalik
Hi, i've got a simple application with a couple of servlets using one shared object. The problem is that this shared object uses native libs and there is no way to avoid it. And whenever servlet gets the instance of this shared object, Tomcat crashes and also crashes the whole JVM. When i use this

RE: Tomcat and native libs.

2003-09-19 Thread Daniel Kowalik
Hi, Have you tried synchronizing access to the native methods? Yes. Does Tomcat and the JVM crash when you only have one servlet using the native code? Yes, everything crashes when the first servlet gets the instance of shared object. Lets say the shared object is called Data. The servlet gets

Is this possible to use Tomcat realms if...

2003-08-04 Thread Daniel Kowalik
Hi, ...If tomcat is running behind apache httpd? I just want to get rid of .htaccess files. Bests daniel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]