Re: SSL problem in Tomcat

2006-05-24 Thread Jfk
I know its going to sound silly... but then, i found out the problem. its the -storepass & -keypass. they have to be the same. i thought they are for different purpose... anyway, issue closed. -- View this message in context: http://www.nabble.com/SSL+problem+in+Tomcat-t1601673.html#a4554704 Se

Re: Tomcat Memory Leak

2006-05-24 Thread Bill Barker
If you are using the AJP/1.3 Connector, then 5.0.19 has a very very very very well known memory leak. You need to set request.registerRequests="false" in this case. Either that, or upgrade :). "Petkov, Rossen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, I am having

Re: Tomcat Memory Leak

2006-05-24 Thread Sameer Acharya
Did you try explicitly setting all those Hashmaps/Hashtables references to null. Since you already mentioned that your are taking care of all your Resultsets etc that doesent sound like an issue. I tried a small jsp example where I created a hashtable but never explicitly dereference it and the f

Re: spanish special chars are garbaged

2006-05-24 Thread LessZoa
Try using the HTML code for your characters. here is a nice little source I found: http://www.tedmontgomery.com/tutorial/HTMLchrc.html -- View this message in context: http://www.nabble.com/spanish+special+chars+are+garbaged-t1679234.html#a4553788 Sent from the Tomcat - User forum at Nabble.com.

spanish special chars are garbaged

2006-05-24 Thread Prafulla Nawale
In my web application, I include one jsp in the other. The jsp that i include contains some special spanish characters. So when the final contents are displayed the special characters are garbaged like á becomes ?. So can any one help me in this.

Re: Tomcat Memory Leak

2006-05-24 Thread Wade Chandler
--- "Petkov, Rossen" <[EMAIL PROTECTED]> wrote: > Hello, > I am having a problem with Tomcat 5.0.19 on > windows with JDK > 1.4.2_03.The memory that java.exe is using keeps > growing till the point > that tomcat > Runs out of memory. > Using a profiler, doesn't seem to help me much. > I ca

Istalling Bugzilla on Tomcat

2006-05-24 Thread Lessie Zoa Mitch
Greetings everyone.   I am relatively new and loving Java—Tomcat—Linux—all of it! But being new, well… please bear with me if I ramble…   Situation:   Due to the nature of our ecommerce software, we do not run Apache.   I have only found one other post here regarding a Bugzilla o

Re: SSL problem in Tomcat

2006-05-24 Thread Jfk
Hi Gavin, I encountered the same problem as you. But i am unable to resolve it like you do. the following is my config. --Server.xml --Server.xml I have the following files in

users@tomcat.apache.org

2006-05-24 Thread vrinda ullas
-- Forwarded message -- From: vrinda ullas <[EMAIL PROTECTED]> Date: Thu, 25 May 2006 08:52:58 +0530 Subject: commapi using TOMCAT To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] I want to communicate with a microcontroller connected to the serial port of my computer.

mod_jk error

2006-05-24 Thread Raman, Jay
Environment: Apache 2.0.54 running on Solaris modJK 1.2.14 running on Solaris Tomcat 5.0.28 running on RedHat Linux AS 3 Workers.properties file: worker.list=router worker.router.host=lxdnp636.acme.com worker.router.port=8009 worker.router.type=ajp13 worker.router.lbfactor=1 worker.r

Re: Does connectionTimeout > 0 cause failed requests with mod_jk?

2006-05-24 Thread Bill Barker
Yes, it does cause the error in the logs, for the simple reason that Tomcat closed it's side of the Socket once the connectionTimeout was reached. This causes mod_jk to error when it tries to reuse the half-closed socket. Normally, the error is harmless, since mod_jk just reopens a new Socket

Re: Source for Tomcat 5.5.15

2006-05-24 Thread Mark Thomas
Jon Wingfield wrote: > At a guess: > http://svn.apache.org/repos/asf/tomcat/build/tags/tc5.5.x/TOMCAT_5_5_15/ Almost, but you also need: http://svn.apache.org/repos/asf/tomcat/connectors/tags/tc5.5.x/TOMCAT_5_5_15/ http://svn.apache.org/repos/asf/tomcat/container/tags/tc5.5.x/TOMCAT_5_5_15/ http:/

Re: Log4j logging !!!

2006-05-24 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

Re: Tomcat 4.1.30 - Languages of messages are mixed up

2006-05-24 Thread Mark Thomas
Fleissner Helmut wrote: > Are there some ideas how to fix tis problem? This looks like a struts usage/configuration question. Try the struts users list. Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe

Re: Tomcat Memory Leak

2006-05-24 Thread David Kerber
I had a leak of that kind when I wasn't closing inputstream and outputstream objects. It's one thing to check anyway. Petkov, Rossen wrote: ... Using a profiler, doesn't seem to help me much. I can see the memory being used by certain classes go up (mainly char[] and byte[] and some tomc

Tomcat Memory Leak

2006-05-24 Thread Petkov, Rossen
Hello, I am having a problem with Tomcat 5.0.19 on windows with JDK 1.4.2_03.The memory that java.exe is using keeps growing till the point that tomcat Runs out of memory. Using a profiler, doesn't seem to help me much. I can see the memory being used by certain classes go up (mainly char[]

Re: Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Calvin Deiterich
Edgar, Thanks, guess when I searched I didn't use the right words. I must have looked at 20 google pages and never came across this one. I am using FOP to create the pdf from oracle and will have to see if I can make this work. Again, Thanks Calvin >>> [EMAIL PROTECTED] 5/24/2006 1:59:50 PM >>> T

Re: Disable KeepAlive on AJP connector?

2006-05-24 Thread Ian Hunter
On Tue, May 23, 2006 23:04, Bill Barker wrote: > The traditional way to handle this is to set connectionTimeout="30" > (the > actual value will vary depending on your system :). This will recycle the > thread if no Apache child talks to it for 5min. > That got me closer. Now I don't see any

FW: modJK errors

2006-05-24 Thread Raman, Jay
I have the following environment Solaris servers running Apache web server modJK 1.2.x Intel servers running RedHat Linux AS 3 update 5 Load test directly on Tomcat has not produced any issues. However with modJK we see the site humming along fine even under load and sometimes when

FW: modJK with and without load balancer

2006-05-24 Thread Raman, Jay
Is there a difference between the following 2 configurations of workers.properties? In the first case it is a load balanced configuration with only one worker The second case is not a load balanced configuration. When there is only one worker does modJK treat it as if it is the secon

Re: Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Edgar Meij
This is (exactly) what you need: http://itextdocs.lowagie.com/tutorial/general/webapp/#timeout Googling might help sometimes :) Edgar On 5/24/06, Calvin Deiterich <[EMAIL PROTECTED]> wrote: In my ongoing project to create a PDF phone list I know find it necessary to create a "busy" page whi

Re: Running Tomcat with different JDKs under SuSE-SE-9.0

2006-05-24 Thread Hassan Schroeder
On 5/24/06, Markus Ludwig Grandpre <[EMAIL PROTECTED]> wrote: I'd like to run jakarta-tomcat-5.0.19 with two different JDKs: on a SuSE-SE-9.0 system. I'd be glad to receive any help from you. And the problem is? -- Hassan Schroeder [EMAIL PROTECTED] -

exception: cannot find bean in any scope

2006-05-24 Thread Julio Cesar Flores
Good Afternoon, I'm working an application under struts with jsp pages, under oc4j server and i need to load the application on a tomcat server 4.1.31. i have an jsp who should get the value of three request variables and put in the jps with html:optionsCollection. i'm execute the query to popula

Re: Source for Tomcat 5.5.15

2006-05-24 Thread Jon Wingfield
At a guess: http://svn.apache.org/repos/asf/tomcat/build/tags/tc5.5.x/TOMCAT_5_5_15/ Joe Bohn wrote: Mark, Thanks for the clarification. One more question. Is there a branch or tag in SVN for 5.5.15? I can get the source for 5.5 but I don't know how to get the source for a dot release.

Running Tomcat with different JDKs under SuSE-SE-9.0

2006-05-24 Thread Markus Ludwig Grandpre
Hi all, I'd like to run jakarta-tomcat-5.0.19 with two different JDKs: - SunJava2-1.4.2 and - jdk1.5.0_06 on a SuSE-SE-9.0 system. I'd be glad to receive any help from you. Thanks in advance, Markus - To start a new top

Tomcat 5.5.17 request timeout

2006-05-24 Thread Levesque, Clifford
Hi - I have recently upgraded from 5.0.28 to 5.5.17 and have noticed that occasionally a form submittal request goes unanswered by Tomcat. My servlet has not changed and I had not observed this behavior in 5.0.28. I am running Tomcat as web server with no front end and with default connecto

Re: Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Edoardo Causarano
Very strangely, applying maxKeepAliveRequests="1" will cause an apparently unrelated exception: Tomcat will complain it cant find the Oracle jdbc drivers nowhere in the library path. I don't understand this... e Alle 14:45, mercoledì 24 maggio 2006, Dirk Moolman ha scritto: > I don't know whi

RE: I'm a newbie

2006-05-24 Thread carrie . latimer
Where would this file be located? I copied the one from the folder struts-blank. It's the only place I have one except through source code provided from another project using NetBeans. Carrie Latimer Florida's Turnpike Enterprise Tolls Data Center Main 561.488.5361 SC 247.5361 Fax 561.470.6615

RE: Best practices : browser checks by tomcat container

2006-05-24 Thread Tim Lucia
Can you not simply get the user agent header in tomcat? Why bother with browser match rules in Apache at all? Tim -Original Message- From: Rajeev Jha [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 6:53 AM To: users@tomcat.apache.org Subject: Best practices : browser checks by t

RE: I'm a newbie

2006-05-24 Thread Ayusman dikshit
Change the DTD to point to a dtd file on your machine hard disk. Hope tha will solve the problem. Regards Ayusman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 6:12 PM To: users@tomcat.apache.org Subject: I'm a newbie I created a dynam

Does connectionTimeout > 0 cause failed requests with mod_jk?

2006-05-24 Thread henk.fictorie
Hi, We are experimenting with the connectTimeout setting on the tomcat side in server.xml. We used to have this set to 0 (inifinite), but we were seeing lot of unused threads and connections on the tomcat side. Thus we set the connectionTimeout to 20 (200 sec.). After enabling this I observ

Re: Permission denied (O/T)

2006-05-24 Thread Martin Gainty
Good Morning Tabu- If you have enabled rewriteEngine 'on' for the virtualHost then my understanding is that you would need to specify 'RewriteRules' for the rewriteEngine to process As this is 'Pure Apache' and not at all related to Tomcat this could be considered 'O/T' for this list Suggestions

Re: Source for Tomcat 5.5.15

2006-05-24 Thread Joe Bohn
Mark, Thanks for the clarification. One more question. Is there a branch or tag in SVN for 5.5.15? I can get the source for 5.5 but I don't know how to get the source for a dot release. Thanks, Joe Mark Thomas wrote: Joe Bohn wrote: Is there another way to get the source for Tomcat 5

RE: Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Asensio, Rodrigo
Should be very simple Old way.. Page1 = who do the main request ---> Page2 just with the loading message Page2 will have in the body onload a function who do the request to generate the pdf "New" way Before call the pdf generation, show a loading message with dhtml, after that, call the pdf "N

Re: I'm a newbie

2006-05-24 Thread Jerome Jar
I think eclipse was just unable to validate that xml file, it's likely the DTD file cannot be fetched by eclipse for some reason, e.g., network problems, DNS resolving failed. It's not a tomcat related issue. 2006/5/24, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: I created a dynamic web project in Ec

RE: very strange. SOLVED

2006-05-24 Thread Asensio, Rodrigo
Hi all, FYI, There was a callback function that was trying to execute after the window was closed. For that reason, the screen stays blank. Regards. Rodrigo Asensio -Original Message- From: Asensio, Rodrigo [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 12:04 PM To: Tomcat Users

RE: Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Dirk Moolman
I don't know which parameter it is, but how about increasing the kernel parameter that handles open files ?Unless your application just keeps growing in terms of open files, and you need to start killing off processes like you mentioned with the http keepalives. -Original Message- Fro

I'm a newbie

2006-05-24 Thread carrie . latimer
I created a dynamic web project in Eclipse. I created a file and named it struts-config.xml and copy the contents from struts-blank WEB-INF/struts-config.xml and did a cut and paste into my project. The error message I receive is "the file cannot be validated because there was a communication pro

Re: Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Marc Farrow
this question would get a much better response by asking in a JSP/Java forum/list. On 5/24/06, Calvin Deiterich <[EMAIL PROTECTED]> wrote: In my ongoing project to create a PDF phone list I know find it necessary to create a "busy" page while tomcat is processing the data. I am using servlets a

Re: Log4j logging !!!

2006-05-24 Thread Alexander E Genaud
WARN: ambiguous subject line TODO: make meaningful subject LOG: That should help get the answers you are looking for -- Alex -- - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: ewbie to Tomcat

2006-05-24 Thread David Delbecq
[EMAIL PROTECTED] wrote: Where can I go and look for a solution to this problem. Struts mailing list can be a good start :) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Creating "Busy Page" while Tomcat is processing

2006-05-24 Thread Calvin Deiterich
In my ongoing project to create a PDF phone list I know find it necessary to create a "busy" page while tomcat is processing the data. I am using servlets and java code to do all the work. Any ideas on if or how I should proceed. Thanks Calvin

ewbie to Tomcat

2006-05-24 Thread carrie . latimer
I have a dynamic web project in Eclipse that is giving me a error "The file is never validated because there is a connection problem" for struts-config.xml and for tiles-def.xml. I cut and pasted those files from a struts-blank that I downloaded. What's wrong? It's not the network because my ema

Re: Paul Grimwood/GNS is out of the office.

2006-05-24 Thread David Delbecq
This one is timestamped from 13:33 my time. This is perfect :D. I think i will add a special bell on this subject. 4 more and it will be the end of work day bell :D Paul Grimwood wrote: I will be out of the office starting 24/05/2006 and will not return until 29/05/2006. I will respond to you

Paul Grimwood/GNS is out of the office.

2006-05-24 Thread Paul Grimwood
I will be out of the office starting 24/05/2006 and will not return until 29/05/2006. I will respond to your message when I return. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECT

Tomcat 5.0.28 reaches OS open files limit

2006-05-24 Thread Edoardo Causarano
Hello list, I have a problem with some tomcat servers that regularly start thowing exceptions about too many open files (the stacktrace is in a network socket aperture). One solution is increasing the ulimit but would disabling http keepalives reduce the open file count? tnx, e --

Re: Paul Grimwood/GNS is out of the office.

2006-05-24 Thread Rajeev N. Jha
True, but for the moment just put a filter :o) Antonio Petrelli wrote: Paul Grimwood ha scritto: I will be out of the office starting 24/05/2006 and will not return until 29/05/2006. I will respond to your message when I return. Surely we will respond to this message with insults :-P Ob

Re: Paul Grimwood/GNS is out of the office.

2006-05-24 Thread Antonio Petrelli
Paul Grimwood ha scritto: I will be out of the office starting 24/05/2006 and will not return until 29/05/2006. I will respond to your message when I return. Surely we will respond to this message with insults :-P Obviously joking, but this hourly message is starting to be annoying. -

Paul Grimwood/GNS is out of the office.

2006-05-24 Thread Paul Grimwood
I will be out of the office starting 24/05/2006 and will not return until 29/05/2006. I will respond to your message when I return. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECT

Paul Grimwood/GNS is out of the office.

2006-05-24 Thread Paul Grimwood
I will be out of the office starting 24/05/2006 and will not return until 29/05/2006. I will respond to your message when I return. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECT

Paul Grimwood/GNS is out of the office.

2006-05-24 Thread Paul Grimwood
I will be out of the office starting 24/05/2006 and will not return until 29/05/2006. I will respond to your message when I return. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECT

RE: Deploying under 1 specific name doesn't work

2006-05-24 Thread Dirk Moolman
If I deploy the war-file under a new name, a directory /tomcat/apache-tomcat-5.5.17/work/Catalina/localhost//org /apache/jsp/jsp gets created. If I do this under the old appname, the ./org/apache/jsp/jsp directory does not get created (even if I physically remove all the directories under t

RE: Deploying under 1 specific name doesn't work

2006-05-24 Thread Dirk Moolman
No problem:-) -Original Message- > The information on this e-mail including any attachments relates to the official business of DigiCare (Pty) Ltd. The information is confidential and legally privileged and is intended solely for the addressee. Access to this e-mail by anyone else

Paul Grimwood/GNS is out of the office.

2006-05-24 Thread Paul Grimwood
I will be out of the office starting 24/05/2006 and will not return until 29/05/2006. I will respond to your message when I return. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECT