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

2008-07-31 Thread Christian Andersson
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 Tomcat/JVM run

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: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
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,

Re: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
after 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 insi

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) or

tomcat ldap authentication problem

2008-02-20 Thread Christian Andersson
s I said ALL pages in the system 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 cann

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

2007-09-18 Thread Christian Andersson
led version and is able to showyou the raw response - check whether the requests was really handled by Tomcat, e.e. by adding an access log to Tomcat and checking if the request gets logged there - check, whether the http to https redirect works for a simple hello world webapp. HTH. R

problem with https and apache+httpd+tomcat

2007-09-18 Thread Christian Andersson
ead of "no port" if I remove the :80 in the url I get the real page, and I am logged in.. so somewhere (I think it is tomcat) the browser is told to go to port 80 can anyone help me with this? -- Christian Andersson - [EMAIL PROTECTED] Configuration and Collaboration for OpenOffic

webapp getting encryption information

2007-09-03 Thread Christian Andersson
e type of connection (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

problem setting up tomcat 5.5 as deamon with jsvc

2007-03-06 Thread Christian Andersson
ment I have redirected the port 80 to 8080 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 OpenOffi

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 l

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

2006-06-13 Thread Christian Andersson
s beeing compiled as a 32bit executable but java is a 64bit executable.. I've tried reading/changing more stuff to get it working, but sofar I have been unable to do so. /Christian Andersson - To start a new topic, e-mail:

Re: How to install web application only on one port (both 8080 and 8443 ports opened)

2006-02-07 Thread Christian Andersson
I had this problem also and if you need to seperate the 2 webapplications on different ports you need to define 2 services in server.xml, like this. ... ... /Christian Andersson Anna Krajewska wrote: Hi I wonder is it possible with

Re: Catalina.out gets to big-> Server crashes

2006-02-03 Thread Christian Andersson
where the catalina.out file 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

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

2006-02-01 Thread Christian Andersson
if you just want to do it for this file, just add the filename instead of the *, for example jsp /path/file in your web.xml this has worked for me, when I've done it for files in the main path anyway, but I suppose it will work for other parts also.. /Christian Ande