apr_pool_get_parent

2006-04-12 Thread Klaus-F. Kaal
Hi, I am trying to use the TOMCAT module with the LAMP package. That worked fine on one Suse10.0 Linux machine. Installing the very same package on another machine, also with Suse10.0, it fails. When I try to install the TOMCAT-mod_jk package, I get (when starting Apache HTTP Server):

Re: apr_pool_get_parent

2006-04-12 Thread Rainer Jung
Not the solution, but two hints: - mod_jk2 is deprecated. Only mod_jk is being actively developped. You should switch from mod_jk2 to mod_jk. - The symbol that's reported is part of libapr which is needed for apache2. So I assume you are using Apache httpd 2 and you should check, where you

Tomcat and SSL

2006-04-12 Thread Klaus-F. Kaal
Hi, I am trying to convice TOMCAT to work on SSL. I use openSSL according to the descriptions on page:http://wiki.apache.org/tomcat/HowTo#head-dda58b28679259196562da84ad73d7b35b41c5c2 No, I have a cetificate and try to generate a keystore. My trouble: This steps asks for a password. All my

RE Tomcat and SSL

2006-04-12 Thread Denis . COCHET
maybe changeit ! Klaus-F. Kaal [EMAIL PROTECTED] ogic.com

RE RE Tomcat and SSL

2006-04-12 Thread Denis . COCHET
You should insert you certificate in the cacerts keystore of your jdk. Klaus-F. Kaal [EMAIL PROTECTED]

Re: RE Tomcat and SSL

2006-04-12 Thread Klaus-F. Kaal
Hi, I solved that problem. Now running in a new one: I have changed the file server.xml and set port 8080 to 80. I uncommented the SSL section and configured the port to 443. Now I expect Tomcat to run on port 80 (what is does), and that, when I call the same URL with https, that it calls

RE: Error processing TLD listeners

2006-04-12 Thread Farrow, Marc
Try removing the leading slash in your TLD path.. Change /WEB-INF/tlds/fmt.tld TO WEB-INF/tlds/fmt.tld Not sure if this will help, but worth a shot. -Original Message- From: A. Alonso Dominguez [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 4:19 AM To:

Re: RE Tomcat and SSL

2006-04-12 Thread Franck Borel
Hi, I solved that problem. Now running in a new one: I have changed the file server.xml and set port 8080 to 80. I uncommented the SSL section and configured the port to 443. Now I expect Tomcat to run on port 80 (what is does), and that, when I call the same URL with https, that it calls

Form Authentication against JNDI Datasource Realm

2006-04-12 Thread Brambilla Alessandro
Hello, I'm new to Tomcat and I need some help. I have to configure tomcat to authenticate users of a single web application against MySql Database tables of users and roles. Following Tomcat guide I made this steps: 1) Create users and roles table as described in tomcat guide and copping

Re: RE Tomcat and SSL

2006-04-12 Thread Klaus-F. Kaal
Hi Franck, thank you for your hint. But I am not sure, which parameter is which file. To make things clear, here my procedure: openssl req -x509 -newkey rsa:512 -keyout ./demoCA/private/cakey.pem -out

Re: Form Authentication against JNDI Datasource Realm

2006-04-12 Thread Franck Borel
Hi Allesandro, take the following example and a clean server.xml and a clean /opt/tomcat/webapps/WEB-INF/web.xml (I really don't what the author of your server.xml/web.xml is trying to do): Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=org.gjt.mm.mysql.Driver

Access Log Question

2006-04-12 Thread Scott Purcell
Hello, When configuring my Tomcat 5.5, I have added a context element to my server.xml for a certain site. Within that tag, I added logging for an access log. The access log rolls each day and shows the IP from user and the page, image, link he is accessing along with a http status code.

Re: RE Tomcat and SSL

2006-04-12 Thread Franck Borel
Hi Klaus, Hi Franck, thank you for your hint. But I am not sure, which parameter is which file. To make things clear, here my procedure: openssl req -x509 -newkey rsa:512 -keyout ./demoCA/private/cakey.pem -out

Re: RE Tomcat and SSL

2006-04-12 Thread Klaus-F. Kaal
Sorry to disturb you again, but all the entries in my server.xml do not seem to be the problem. *At present, TOMCAT states, that my .keystore was tampered or my password was incorrect.* But I did everything over and over again, and right! My trouble is that there are lots of descriptions of

R: Form Authentication against JNDI Datasource Realm

2006-04-12 Thread Brambilla Alessandro
Thank Franck but it seems it doesn't work anyway.. but I've found some other info.. The defaul server.xml bundled with tomcat installation (i'm Under Windows XP OS :-/) declare a standard in Memory realm based on file /conf/tomcat-users.xml in the Engine element and I can't delete it because

Re: RE Tomcat and SSL

2006-04-12 Thread Franck Borel
Sorry to disturb you again, but all the entries in my server.xml do not seem to be the problem. *At present, TOMCAT states, that my .keystore was tampered or my password was incorrect.* But I did everything over and over again, and right! My trouble is that there are lots of descriptions

Re: RE Tomcat and SSL

2006-04-12 Thread Klaus-F. Kaal
Hi Franck, still tomcat moans that the keystore was tampered or password was incorrect. I am not sure about the password. With all questions, I gave my own and allways the same. Was that correct? Klaus Franck Borel schrieb: Sorry to disturb you again, but all the entries in my

R: R: Form Authentication against JNDI Datasource Realm

2006-04-12 Thread Brambilla Alessandro
so now these are my config files: server.xml: ?xml version=1.0 encoding=UTF-8? !-- Example Server Configuration File -- !-- Note that component elements are nested corresponding to their parent-child relationships with each other -- !-- A Server is a singleton element that represents the

RE: R: Form Authentication against JNDI Datasource Realm

2006-04-12 Thread Allistair Crossley
I suspect from the error msg that your server.xml is non well-formed somewhere, has a syntax error or bad class name. Try checking through it, or comparing it to a fresh server.xml from a Tomcat distro. Frustrating, but that's all it will be I think. Not sure if the carriage return is allowed

Re: RE Tomcat and SSL

2006-04-12 Thread tschaeffer
Klaus-F. Kaal [EMAIL PROTECTED] wrote on 04/12/2006 11:11:16 AM: Hi Franck, still tomcat moans that the keystore was tampered or password was incorrect. I am not sure about the password. With all questions, I gave my own and allways the same. Was that correct? Klaus Franck

Build mod_jk from CVS

2006-04-12 Thread Webmaster
Hi, Can somebody point me out how to build mod_jk from the latest CVS tree ? I did really search on the site, but I couldn´t find. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: RE Tomcat and SSL

2006-04-12 Thread Klaus-F. Kaal
Hi, thank you very much for all your effords, but it still does'nt work. That is what I do: CREATE KEY: -- ../../java/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore

compression filter

2006-04-12 Thread Martin Gainty
Gentlemen Any clues where to acquire jar for compressionFilter ??? Thanks, Martin- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message

Re: compression filter

2006-04-12 Thread Hassan Schroeder
On 4/12/06, Martin Gainty [EMAIL PROTECTED] wrote: Any clues where to acquire jar for compressionFilter ??? source and compiled files are in the servlets-examples webapp... HTH! -- Hassan Schroeder [EMAIL PROTECTED]

Re: [OT] How to write/use Tomcat's war classloader

2006-04-12 Thread P Y
maybe you could give a bit more context to interpret very slow or quickly. like what version of tc and jvm are you using ... etc On 4/12/06, V D [EMAIL PROTECTED] wrote: Anyone have an idea about this? V D wrote: We have a sizable war file (|unpacked|) that needs to be run in certain

Re: RE Tomcat and SSL

2006-04-12 Thread Min Huang
Awesome. I had spent like 3 hours fiddling with Tomcat and SSL. I followed the directions at http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html, but it turns out if you include the className attribute, you'll get an InvocationTargetException and Tomcat will fail to start =( So make sure

Re: Build mod_jk from CVS

2006-04-12 Thread Rainer Jung
On a unix type platform: run buildconf.sh included in HEAD. It will produce configure. Then use configure and make as usual. buildconf.sh is a short shell script using autoconf/automake/... so you will need these tools installed. Webmaster wrote: Hi, Can somebody point me out how to build

Re: UserTransaction, JOTM and Tomcat 5.5.x

2006-04-12 Thread Derek Hulley
The java.lang.NoSuchMethodError goes away if you recompile the carol library using JDK 1.5. The JOTM uses the carol stubs, I presume. Anyway, I got the hint from this location: http://jira.ofbiz.org/browse/OFBIZ-737 I compiled JOTM for good measure as well. All seemed to work fine after

Re: compression filter

2006-04-12 Thread Martin Gainty
Thanks ! Martin * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error,

Special Character getting converted from ß to SS

2006-04-12 Thread birendar . waldiya
Hi All, I am facing a strange problem in my application , wherein I upload data either from xls file or text file , and that support ISO-8859-1 encoding everytime I upload a file with character ªºÀÁÁÂÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ ß all of my characters are uploaded properly except for the last

Re: Multi user setup in a non root environnement

2006-04-12 Thread François Conil
François Conil wrote: By trying things here and there, I found that actually, it launches a 404 error on /~user/ when using the www.site.com:8080 address. The www.site.com works just fine, being an apache frontend. Something must prevent it from correctly use the UserConfig directive, but