Re: JNI with Servlets

2003-07-07 Thread Sergio Juan
Hi. Have you linked the library (the best place to do it is at the init(), as you can only link it once)? The code is something like this public void init () { try { //System.loadLibrary(myLib.so); -- If you include it in LD_LIBRARY_PATH

http connection to an https port?

2003-07-04 Thread Sergio Juan
Hi. My webapp may be configured by the user to have its port set either as HTTP or HTTPS. The trouble is that a user who is not aware of how it is set tries to contact the HTTPS port with an HTTP connection, in his/her browser he/she can only see a little garbage. There is any way to configure

Re: Forking high loaded servlet

2003-07-04 Thread Sergio Juan
- Original Message - From: Diego Castillo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 3:05 PM Subject: Forking high loaded servlet Hi all, I have a servlet that receives a heavy load. I would like to process multiple requests in parallel in order to increase

Problem with SecurityManager and jmx

2003-06-06 Thread Sergio Juan
Hi. I'm currently working in a complex web application. In a stage of development, we wanted to control access to files from the users, and we got all the logic in a SecurityManager of its own. As we were not very familiar with all the capacities of the Security Manager, we chose for the

Re: Problem with SecurityManager and jmx

2003-06-06 Thread Sergio Juan
I'll check it... We configure our tomcats automatically for each developer using some templates, and I didn't think there would be many configuration issues in changing from 4.1.12 to 4.1.24 so I didn't change it. Thanks. - Original Message - From: Jacob Kjome [EMAIL PROTECTED] To: