Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Christian Andersson
Peter Crowther skrev: From: Edi [mailto:[EMAIL PROTECTED] consider, i had 4 java application running in one tomcat, if one application crashes, all the other 3 application gets crashes. right? Correct. But it's not always that simple :-). It's your choice how you want to split up your

Re: is it possible more than 1 tomcat in single system?

2008-07-31 Thread Christian Andersson
need to install one more JDK1.5 (each tomcat needs, separate jdk1.5 or not ?) Please advise Peter Crowther wrote: From: Christian Andersson [mailto:[EMAIL PROTECTED] Peter Crowther skrev: If you are not careful when tuning the system, you might find that one application in one

Re: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
it is stored in utf-8 in ldap.. and since now all our system is configured for utf-8 it is strange that this 1 part (the jndirealm) looks like it is using iso-8859-1 .-( Antonio Petrelli skrev: 2008/2/20, Christian Andersson [EMAIL PROTECTED]: all our html pages uses the utf-8 encoding, using

Re: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
time have similar problems ... Andris Eiduks On Fri, Feb 29, 2008 at 9:53 AM, Antonio Petrelli [EMAIL PROTECTED] wrote: 2008/2/20, Christian Andersson [EMAIL PROTECTED]: all our html pages uses the utf-8 encoding, using slapcat and looking at the content the data inside openldap seems

Re: tomcat ldap authentication problem

2008-02-28 Thread Christian Andersson
anyone ? Christian Andersson skrev: Hi, we have setup Tomcat (6.0.10) to authenticate using form authentication against openldap (2.3.27) with the jndirealm and everything works alright except one little bit of a problem. if the user name has national characters in it (åæø for norwegian

tomcat ldap authentication problem

2008-02-20 Thread Christian Andersson
uses UTF-8 as encoding (including the login page) can anyone give me a hint on where to look next, I've searched for an answer using google and in the mailinglist but either I'm nort searching for the right thing, or I just cannot find it.. /Christian Andersson

problem with https and apache+httpd+tomcat

2007-09-18 Thread Christian Andersson
with this? -- Christian Andersson - [EMAIL PROTECTED] Configuration and Collaboration for OpenOffice.org Open Framework Systems AS http://www.ofs.no - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: problem with https and apache+httpd+tomcat [SOLVED]

2007-09-18 Thread Christian Andersson
. Regards, Rainer Christian Andersson wrote: Hi there I have a problem with tomcat, but first version information for some of the applications used. Apache/2.2.3 (Mandriva Linux/PREFORK-1.1.20060mlcs4) Apache Tomcat/6.0.13 java version 1.6.0_01 Java(TM) SE Runtime Environment (build 1.6.0_01-b06

webapp getting encryption information

2007-09-03 Thread Christian Andersson
(for example you need RSA with 256bit key to access some parts but other parts you only need 3DES), so the the less secure connection, the less information/options will be provided. -- Christian Andersson - [EMAIL PROTECTED] Configuration and Collaboration for OpenOffice.org Open Framework Systems AS http

problem setting up tomcat 5.5 as deamon with jsvc

2007-03-06 Thread Christian Andersson
in the firewall and starting up tomcat manually as user apache since I don't want to run tomcat as root. -- Christian Andersson - [EMAIL PROTECTED] Configuration and Collaboration for OpenOffice.org Open Framework Systems AS http://www.ofs.no

Re: help getting jsvc up and running on sles9 on ibm pseries (power5)

2006-06-15 Thread Christian Andersson
anyone? Christian Andersson wrote: Hi there, I have a small problem that I'. hoping that you can help me solve. I want to be able to run tomcat on a server that we have available at a hosting firm. I can get tomcat up and running on it witohut problem, as long as I don't try to use jsvc

help getting jsvc up and running on sles9 on ibm pseries (power5)

2006-06-13 Thread Christian Andersson
to get it working, but sofar I have been unable to do so. /Christian Andersson - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Catalina.out gets to big- Server crashes

2006-02-03 Thread Christian Andersson
is.. now the question I have is now, how can I here setup jsvc so that it uses logrotation, I've searched the net 8google, commons daemon) but not been able to get a satisfying answer, but perheps the commons-daemon folk in their mailing list knows more and I have to ask there... /Christian

Re: Identifying a page with no extension to be a JSP

2006-02-01 Thread Christian Andersson
, but I suppose it will work for other parts also.. /Christian Andersson Martin Dubuc wrote: I have a page that has some JSP directives in it and I would like my Web server to process it as such, but the filename for this page is fixed and does not contain an extension