JAVAC leaking memory

2002-10-18 Thread Jhair Tocancipa Triana
Hi, On the release notes of Tomcat v.4.1.2 the following is stated: ,[ http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/RELEASE-NOTES ] | | JAVAC leaking memory: | | | The Java compiler leaks memory each time a class is

Re: Loading a dll at startup...

2002-10-15 Thread Jhair Tocancipa Triana
Hi, Hi, I use Tomcat 4.1.12, JDK 1.3.1, Windows NT4 SP6. My webapp uses a Windows custom dll which is called by a java class (native method). It worked with Tomcat 4.0.5 with modification of setclasspath.bat to include this dll in Tomcat's classpath and path,

Re: Performance of Web Application

2002-09-10 Thread Jhair Tocancipa Triana
- Can anybody explain me yahoo web application in and out, like, - database design, database server details, servlet engine, - server details, the amount of data it handles. How it manages - the requests and serves the requests so fast. Clustering? In the case of google,

Re: Tomcat Installation on linux

2002-08-26 Thread Jhair Tocancipa Triana
- == khozaima shakir [EMAIL PROTECTED] writes: - Should a startup window open? It didn't open. No, if you are running tomcat from a shell. Or did you run it from a Windows emulator? - When I try to shutdown the tomcat, it gives segmentation fault. How do you shutdown the tomcat?

Re: Can someone explain catalina.home catalina.base?

2002-08-21 Thread Jhair Tocancipa Triana
== Michael [EMAIL PROTECTED] writes: I've searched everywhere and can only find conflicting information about these properties. Could you be more specific? Basically I want to deploy my webapp without modifying ANY files under the CATALINE_HOME directory

Re: RE : Can someone explain catalina.home catalina.base?

2002-08-21 Thread Jhair Tocancipa Triana
- Server.xml contains: - Context reloadable=true debug=10 - docBase=c:\idtect\projects\oemserver\web path=/oemserver / - I then go to DOS and type: - C:\%CATALINA_HOME%\bin\startup Using CATALINA_BASE: - c:\idtect\projects\oemserver\conf\tomcat Using

Re: Segmentation Error SIGSEGV 11 * Segmentation Violation

2002-08-20 Thread Jhair Tocancipa Triana
HI, I am using Red Hat 7.2, Tomcat 3.2.3, MySQL and JDK 1.2.2. I am getting the error: Segmentation Error SIGSEGV 11 * Segmentation Violation Can u pls provide some solution for this? No, please take a few minutes to formulate your problem more precisely. --

Re: Specifying location of tomcat-users.xml

2002-08-20 Thread Jhair Tocancipa Triana
== Michael [EMAIL PROTECTED] writes: I'm running tomcat from within IDEA, and I'm using the -config command line parameter to tell tomcat where my server.xml file is located (in my project directory). But tomcat is looking for tomcat-users.xml in the CATALINA_HOME

JNI and Tomcat Classloaders

2002-07-12 Thread Jhair Tocancipa Triana
Hi, I do have the following problem. Suppose the following class: class Bridge{ /* ... */ static{ System.loadLibrary( jni_tester ); } /* ... */ } It is possible to create/destroy instances of Bridge inside Tomcat in such a way that the shared library jni_tester is loaded