Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-09-01 Thread bhooshanpandit
Then it's most likely an issue with harmony JRE (I think it doesn't provide an SSLContext implementation that you are looking for i.e. SSL). Have you tried Sun JRE?? -Original Message- From: Suresh Kumar J [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Mon, 1

Re: How to make to Apache-Tomcat 6.0.13 to support all of SSLv2/SSLv3 and TLS protocols

2008-09-01 Thread Suresh Kumar J
no, I wanted to use an opensource JRE in this case. The issue I was trying to put forward is that Tomcat 6.0.13 errors out with the following error when the FireFox3.0.1 browser tries to send a 'SSLv2 Record Layer - Client Hello' message. -- Aug

Re: Tomcat connector receives 404, IIS logs 200

2008-09-01 Thread bhooshanpandit
Are you sure you don't have something like this in your Tomcat's web.xml: error-page error-code404/error-code location/Failure.jsp/location /error-page What response do you get in browser when you try to access a resource that does not exist on TC, after by-passing IIS i.e.

EJB with Tomcat 6.0.16

2008-09-01 Thread Gaurav Pruthi
Dear Friends, Is it possible to integrate EJB with tomcat v6 and higher? If yes then kindly provide the How-To link. I googled but didn't find anything information which is worthy. Thanks, Gaurav Pruthi

Re: EJB with Tomcat 6.0.16

2008-09-01 Thread András Csányi
2008/9/1 Gaurav Pruthi [EMAIL PROTECTED]: Dear Friends, Is it possible to integrate EJB with tomcat v6 and higher? If yes then kindly provide the How-To link. I googled but didn't find anything information which is worthy. Hi! A few week ago I read a hungarian java list, and there was a guy

Re: EJB with Tomcat 6.0.16

2008-09-01 Thread Stas Ostapenko
Hi ! Take a look here http://docs.jboss.org/ejb3/embedded/embedded.html On Mon, Sep 1, 2008 at 10:48 AM, Gaurav Pruthi [EMAIL PROTECTED] wrote: Dear Friends, Is it possible to integrate EJB with tomcat v6 and higher? If yes then kindly provide the How-To link. I googled but didn't find

RE: Default application or HTML redirect

2008-09-01 Thread Mostafa Mossaad
Hello Konstantin 1- Yes, my host is accessible by its IP address, when I enter the IP, without the /MyAPp extension, it loads the web page I want normally, not the Apache default page 2- I always delete temp files and clear my cookies whenever I'm trying 3- After uninstalling Tomcat, I deleted

Re: Tomcat connector receives 404, IIS logs 200

2008-09-01 Thread Rainer Jung
[EMAIL PROTECTED] wrote: Are you sure you don't have something like this in your Tomcat's web.xml: error-page error-code404/error-code location/Failure.jsp/location /error-page What response do you get in browser when you try to access a resource that does not exist on TC, after by-passing

Re: APR SSL not working

2008-09-01 Thread Gregor Schneider
Hi Markus, On Fri, Aug 29, 2008 at 5:52 PM, Markus Schönhaber [EMAIL PROTECTED] wrote: Gregor Schneider schrieb: Search the list archives. There has more than once been discussion about this topic. For example http://marc.info/?l=tomcat-userm=118190563608389w=2 Maybe this helps. actually

Re: APR SSL not working

2008-09-01 Thread Markus Schönhaber
Gregor Schneider wrote: The solution was: - create an .rnd-file within the user-space: openssl rand -out $HOME/.rnd 2048 - compile the APR with /dev/urandom: ./configure --with-apr=/usr/bin/apr-1-config \\ --with-devrandom=/dev/urandom \\

IIS connector issue?

2008-09-01 Thread Jamie Robert Thompson
Hi, I'm currently stuck at the last hurdle of a task which involves integrating JavaHelp into an ASP.net application. I know little about Java, even less about JSP, but my boss likes server-side JavaHelp *sigh*. I chose Tomcat 6.0.18 and the connector (1.2.26) as my path to integrating it with our

Ignorance about some things.

2008-09-01 Thread Manuel Trujillo
Hi! Excuse me if this question is not correct for this list (also about my bad english...). I have two machines with tomcat 5.5. One is an Opensuse 10.3 32 bits, the other is the same *but* in 64 bits. Same hardware, same config, same... all. In the 32 bits machine we haven't any error about

Re: Ignorance about some things.

2008-09-01 Thread Gregor Schneider
On Mon, Sep 1, 2008 at 1:41 PM, Manuel Trujillo [EMAIL PROTECTED] wrote: Is the java 64 bits more memory-eat than 32 bits? No, in fact the 64-bit-jvm is able to adress (thus use) more memory than on 32-bit-jvm. just make sure that a 64-bit-jvm (java-virtual-machine) is installed. Gregor --

Re: War re-deployment

2008-09-01 Thread emerson cargnin
Hi Johnny But the way every one understands is... drop the war into webapps... thats it. Its smart... if the war has changed TC will fix things... If you drop a war into a dead tomact and then start it... its still smart ;) Regarding the above, from what I experienced and from what I read

Re: APR SSL not working

2008-09-01 Thread Gregor Schneider
Hi Markus, seems I was a bit too optimistic... although I compiled APR with /dev/urandomPLUS creating $HOME/.rnd (changed 2048 to 4096 since this is the value specified in /proc/sys/kernal/poolsize), it's again taking ages to start up tomcat. Since this is a server-machine where I just can't

j_security_check get password on the request

2008-09-01 Thread lmk
hi all, Im using form based jaas authentication, I have to call a stored procedure with the user name and password to ininitialize some business objects! how can I get the password on the j_security_check request? can we use servlet filter to do this thanks! -- View this message in

RE: Default application or HTML redirect

2008-09-01 Thread Mostafa Mossaad
://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature database 3404 (20080901) __ The message was checked by ESET NOD32 Antivirus. Email message - is OK Email message - is OK http://www.eset.com

Re: Ignorance about some things.

2008-09-01 Thread Ronald Klop
My experience is also that java likes more memory on 64-bit systems. But I can't prove or explain it. Ronald. On Mon Sep 01 13:41:18 CEST 2008 Tomcat Users List users@tomcat.apache.org wrote: Subject: Ignorance about some things. Date: Mon Sep 01 13:41:18 CEST 2008 From: Manuel Trujillo

Re: Ignorance about some things.

2008-09-01 Thread Gregor Schneider
On Mon, Sep 1, 2008 at 3:57 PM, Ronald Klop [EMAIL PROTECTED] wrote: My experience is also that java likes more memory on 64-bit systems. But I can't prove or explain it. You can tell Java exactly how much memory to use: Have a look at the -Xms and -XMX-parameters for the JVM (java -X will

Re: Ignorance about some things.

2008-09-01 Thread Manuel Trujillo
On Mon, Sep 1, 2008 at 16:05, Gregor Schneider [EMAIL PROTECTED] wrote: On Mon, Sep 1, 2008 at 3:57 PM, Ronald Klop [EMAIL PROTECTED] wrote: My experience is also that java likes more memory on 64-bit systems. But I can't prove or explain it. You can tell Java exactly how much memory to use:

RE: Ignorance about some things.

2008-09-01 Thread Peter Crowther
From: Ronald Klop [mailto:[EMAIL PROTECTED] My experience is also that java likes more memory on 64-bit systems. But I can't prove or explain it. I would expect 64-bit Java to use 64-bit object pointers, and 32-bit Java to use 32-bit object pointers. Given how often object pointers occur in

Re: APR SSL not working

2008-09-01 Thread Markus Schönhaber
Gregor Schneider wrote: seems I was a bit too optimistic... although I compiled APR with /dev/urandomPLUS creating $HOME/.rnd (changed 2048 to 4096 since this is the value specified in /proc/sys/kernal/poolsize), it's again taking ages to start up tomcat. AFAIK is /dev/urandom guaranteed not

JDBCRealm.getRoles causes NullPointerException

2008-09-01 Thread DIGLLOYD INC
I'm running Tomcat 6.0.16 with DIGEST auth using: MySQL 5.0.51b + mysql-connector-java-5.1.6-bin.jar Things work well until complete failure: every few days, all authentication begins to fail. When this happens, nothing appears in catalina.out to indicate a problem, and unless I restart

RE: ERROR Starting 2nd instance of Tomcat

2008-09-01 Thread Eduardo Ponce de Leon
David, I can´t start the newly stock tomcat version. When I try to start up tomcat by ./catalina.sh run I am getting an error which is pointing to the original tomcat version.. how can I avoid that and just start the instance Ive just installed? -Original Message- From: David Smith

Re: APR SSL not working

2008-09-01 Thread Gregor Schneider
Hi Marcus, On Mon, Sep 1, 2008 at 4:56 PM, Markus Schönhaber [EMAIL PROTECTED] wrote: Is the libtcnative your Tomcat uses really linked against your self-compiled version of APR (ldd to check)? looks as if you're becoming my personal hero... I just had the development-headers of the APR

Re: EJB with Tomcat 6.0.16

2008-09-01 Thread Johnny Kewl
- Original Message - From: Gaurav Pruthi [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, September 01, 2008 9:48 AM Subject: EJB with Tomcat 6.0.16 Dear Friends, Is it possible to integrate EJB with tomcat v6 and higher? If yes then kindly provide the How-To link. I

Re: EJB with Tomcat 6.0.16

2008-09-01 Thread Gregor Schneider
Tomcat is a webserver plus a servlet-container. To run EJBs, you need an application-server. Have a look at JBoss (www.jboss.org): It's an application-server incorporating Tomcat as a servlet-container / web-server. Gregor -- what's puzzlin' you, is the nature of my game gpgp-fp:

Re: Ignorance about some things.

2008-09-01 Thread Johnny Kewl
- Original Message - From: Manuel Trujillo [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, September 01, 2008 1:41 PM Subject: Ignorance about some things. Hi! Excuse me if this question is not correct for this list (also about my bad english...). I have two machines

Re: Ignorance about some things.

2008-09-01 Thread Gregor Schneider
On Mon, Sep 1, 2008 at 7:38 PM, Johnny Kewl [EMAIL PROTECTED] wrote: The guys tell me that the JRE did have a memory heap allocation bug... in pre JRE's 6... Its not tomcat apparently if you want to play with 64 bit... get the very latest JRE 6 from SUN direct. Have fun... And dont

Re: Ignorance about some things.

2008-09-01 Thread Johnny Kewl
- Original Message - From: Gregor Schneider [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Monday, September 01, 2008 9:04 PM Subject: Re: Ignorance about some things. On Mon, Sep 1, 2008 at 7:38 PM, Johnny Kewl [EMAIL PROTECTED] wrote: The guys tell me

Re: Ignorance about some things.

2008-09-01 Thread Leon Rosenberg
Hello Manuell, having OutOfMemoryError in your logs doesnt necessary mean that you are out of memory. OutOfMemory error can be caused by many things, for example the impossiblity to create a new thread. What's happening with your tomcat after 50 minutes, do you have any logs? Also, detailed info

Re: Ignorance about some things.

2008-09-01 Thread Gregor Schneider
Hi Johnny, On Mon, Sep 1, 2008 at 9:26 PM, Johnny Kewl [EMAIL PROTECTED] wrote: Linux admin guys just knocked off... I'll ask them to explain the details in the morning... They just said something about a major/minor heap allocation problem on earlier JREs You know these debian dudes...

Re: adding a virtual host with jmx

2008-09-01 Thread Olivier Vergès
hi, so i'm using tomcat 6.0.15. I'm trying now to add a josso valve: Valve className=org.josso.tc60.agent.SSOAgentValve debug=1/ always by jmx. I don't get your lines, in fact... Could you please help me a little more? O.V 2008/7/31 Bill Barker [EMAIL PROTECTED] It's a lot of lines

Tomcat 6 and images

2008-09-01 Thread Mathias P.W Nilsson
Hi! I'm using tomcat with wicket framework for my webapplication. My images, css, flashes resides outside the container and therefor I'm using a Servlet to serve the files. Is there any builtin function to get files outside the container? -- View this message in context:

Re: Tomcat 6 and images

2008-09-01 Thread Johnny Kewl
- Original Message - From: Mathias P.W Nilsson [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, September 01, 2008 10:26 PM Subject: Tomcat 6 and images Hi! I'm using tomcat with wicket framework for my webapplication. My images, css, flashes resides outside the

RE: Tomcat 6 and images

2008-09-01 Thread Martin Gainty
static images,css and flash are normally served by apache http://httpd.apache.org/could you explain specifically what you want to serve inside TC and why you prefer to serve static resources in a container vs Apache httpd webserver?Martin __

RE: adding a virtual host with jmx

2008-09-01 Thread Martin Gainty
did you follow bill's code sample ?...did you have different result?also please display the exact structure and calls you are making to instantiate your javax.management.MBeanServerand which class is executing the addChild javadocs located at

Re: Tomcat 6 and images

2008-09-01 Thread Johnny Kewl
Hi Martin, Listen just thought I tell you that your email (mailing list stuff) is coming out as one long line of unpunctuated text... on Outlook anyway. Its not easy to read it... --- HARBOR :

Re: Can't execute servlet project

2008-09-01 Thread sam wun
Hi, I have added testdb.jsp in the following path in Suse linux (the tomcat server): /tomcat/apache-tomcat-5.5.26/webapps/DBTest/ The content of the testdb.jsp code is: %@ taglib uri=http://java.sun.com/jsp/jstl/sql; prefix=sql % %@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c

Re: Re: Can't execute servlet project

2008-09-01 Thread sam wun
Hi there, I have followed the tutorial about how to setup db connection (with mysql). But still giving me the followoing errors: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception