Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-26 Thread Rainer Frey
On 25.07.2011, at 22:40, A Df wrote: Dear All: I have read numerous posts and documentation and now I really need help. I am using the following: Product Version: NetBeans IDE 7.0 (Build 20110408) I performed the steps below as follows: I have added the MySQL Connector/J

Chuck

2011-07-26 Thread Gregor Schneider
I'm really sorry to post birthday-congrats into this list, however: One of the dinosaurs and most helpful souls of this list is enjoying his birthday today, if I'm not mistaken. Therefore, Chuck, all the best and have a great day! Besides, thanks again for all the help you've provided to this

RE: Class loading order

2011-07-26 Thread Anne, Radhakrishna (NSN - IN/Bangalore)
Hello, I would like to changes the default order look up for class loading, as I understood from the doc, the order of look up is 1) WEB-INF/classes 2) WEB_INF/lib. Now I wanted to change this order and have my own order look up as shown below i.e. 1) /opt/shared/classes 2)

Re: Class loading order

2011-07-26 Thread Pid
On 26/07/2011 09:38, Anne, Radhakrishna (NSN - IN/Bangalore) wrote: Hello, I would like to changes the default order look up for class loading, as I understood from the doc, the order of look up is 1)WEB-INF/classes 2)WEB_INF/lib. Now I wanted to change this order and have my

RE: Class loading order

2011-07-26 Thread Anne, Radhakrishna (NSN - IN/Bangalore)
Hello, My web applications is designed to plug-in 3 rd party modules. 3rd party jars and my jars would placed under WEB-INF/libs. In case of bugs, the third party developer may provide hot fixes , which would be placed under WEB-INF/classes usually. I do not want to place their hot fixes under

Re: Upgrading from Tomcat 7.0.8 to 7.0.10 and higher causes Old Generation memory problems

2011-07-26 Thread Ian Marsh
Unfortunately the conf changes to fork the compilation of JSPs and the increased 'modificationTestInterval' value made no real improvement so I am continuing to work towards replacing the language text request scope variables with property files references. However, if this is a problem, this has

Re: Upgrading from Tomcat 7.0.8 to 7.0.10 and higher causes Old Generation memory problems

2011-07-26 Thread Mark Thomas
On 26/07/2011 10:43, Ian Marsh wrote: Unfortunately the conf changes to fork the compilation of JSPs and the increased 'modificationTestInterval' value made no real improvement so I am continuing to work towards replacing the language text request scope variables with property files

Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-26 Thread A Df
Hi Rainer: I had already added the JDBC driver to my Netbeans project class path and that worked for awhile then stopped. The previous problem is that it works occasionally then stopped. Now it works and inserts one row then stops even if restart Tomcat. I will have to do some reading on

High availability of tomcat 6

2011-07-26 Thread Sri Lalitha
Hi I am using Tomcat 6. I would like to know if instances of tomcat servers be made highly available?

Re: High availability of tomcat 6

2011-07-26 Thread Pid
On 26/07/2011 11:08, Sri Lalitha wrote: Hi I am using Tomcat 6. I would like to know if instances of tomcat servers be made highly available? Yes. p - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-26 Thread Rainer Frey
Please stop top posting. On 26.07.2011, at 12:02, A Df wrote: On 25.07.2011, at 22:40, A Df wrote: Dear All: I have read numerous posts and documentation and now I really need help. I am using the following: Product Version: NetBeans IDE 7.0 (Build 20110408) I performed the

Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Volker
Hello, my current system configuration is like following: - FreeBSD 8.2 - apache-2.2.17_2 - mod_jk-ap2-1.2.31_1 Apache2 JK - tomcat 4.1.36_2 - diablo-jdk1.6.0 In order to provide a http tunneling for a chat server I have been using*tomcat 3.3*, FreeBSD 5.4, Apache 1.3, mod_jk (ajp12

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread David kerber
On 7/26/2011 10:29 AM, Volker wrote: Hello, my current system configuration is like following: - FreeBSD 8.2 - apache-2.2.17_2 - mod_jk-ap2-1.2.31_1 Apache2 JK - tomcat 4.1.36_2 - diablo-jdk1.6.0 Since you have to upgrade any way, why not upgrade to a current version of TC, such as 6.0.x,

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Volker
I forget to mention that in httpd.conf the connectors are integrated like following: virtualhost domain.com test.domain.com JkMount /servlet jsp-hostname JkMount /servlet/* jsp-hostname /virtualhost Best regards Volker Am 26.07.2011 16:29, schrieb Volker: Hello, my current system

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Volker
Am 26.07.2011 16:43, schrieb David kerber: On 7/26/2011 10:29 AM, Volker wrote: Hello, my current system configuration is like following: - FreeBSD 8.2 - apache-2.2.17_2 - mod_jk-ap2-1.2.31_1 Apache2 JK - tomcat 4.1.36_2 - diablo-jdk1.6.0 Since you have to upgrade any way, why not upgrade

there is mistake in the LocalString file

2011-07-26 Thread 力澜 谷
hi all: my configure: tomcat 7.0.12/19 windows xp sp3 in the file org/apache/catalina/connectorLocalStrings.properties line 5455 coyoteRequest.getInputStream.ise=getReader() has already been called for this request coyoteRequest.getReader.ise=getInputStream() has already been called for this

Unable to generate pw hash on cmd line since 7.0.16

2011-07-26 Thread M. Jeremy Carter
Since upgrading to Tomcat 7.0.16, the command line noted at http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html hasn't worked for me.  I've been unable to find any answers from google, other than some references that seem to say I'm missing tomcat-util.jar on my classpath (which I'm not). 

Re: Unable to generate pw hash on cmd line since 7.0.16

2011-07-26 Thread M. Jeremy Carter
Found a java guy here locally that helped me with this.  It looks like HexUtils was moved to tomcat-coyote.jar.  Added that to my classpath and it works now.  The url I mentioned below should probably be updated though.

Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/13/2011 6:53 PM, eurotrans-Verlag wrote: Thanks. In the meantime, I also came to that conclusion and replaced all instances of ImageIO.write(img, PNG, response.getOutputStream()) in my servlets/webapps with something like

Re: AJP-APR failures on Tomcat 7.0.16 with ISAPI Redirector 1.2.32

2011-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 7/14/2011 8:41 AM, eurotrans-Verlag wrote: An alternative that I could imagine, would be to create a class (that has a boolean flag) which extends OutputStream, and decorates another OutputStream that is given to the class in the

Re: Unable to generate pw hash on cmd line since 7.0.16

2011-07-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeremy, On 7/26/2011 12:09 PM, M. Jeremy Carter wrote: Found a java guy here locally that helped me with this. It looks like HexUtils was moved to tomcat-coyote.jar. Added that to my classpath and it works now. The url I mentioned below

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Felix Schumacher
Hi Volker, Am Dienstag, den 26.07.2011, 16:29 +0200 schrieb Volker: Hello, my current system configuration is like following: - FreeBSD 8.2 - apache-2.2.17_2 - mod_jk-ap2-1.2.31_1 Apache2 JK - tomcat 4.1.36_2 As you said elsewhere in this thread, that you are willing to upgrade to a

Re: Tomcat 6 not working with JDBC driver for MySQL

2011-07-26 Thread Mark Eggers
- Original Message - From: Rainer Frey rainer.f...@inxmail.de To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Tuesday, July 26, 2011 5:01 AM Subject: Re: Tomcat 6 not working with JDBC driver for MySQL Please stop top posting. On 26.07.2011, at 12:02, A Df wrote: On

Re: Unable to generate pw hash on cmd line since 7.0.16

2011-07-26 Thread Ognjen Blagojevic
Hi Jeremy, On 26.7.2011 17:37, M. Jeremy Carter wrote: Since upgrading to Tomcat 7.0.16, the command line noted at http://tomcat.apache.org/tomcat-7.0-doc/realm-howto.html hasn't worked for me. I've been unable to find any answers from google, other than some references that seem to say I'm

Re: Unable to generate pw hash on cmd line since 7.0.16

2011-07-26 Thread Ognjen Blagojevic
On 27.7.2011 0:11, Ognjen Blagojevic wrote: Add tomcat-coyote.jar to your classpath, and you should be fine. Ops... Didn't notice you already solved it. Thunderbird broke it into separate threads. -Ognjen - To unsubscribe,

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Volker
Hallo Felix, thanks for your hints, I will check them out today. Believe it or not: Obviously the configuration for tomcat 4.1 I posted here is running correctly. But I did not notice it - and this will be the problem for all my chat site visitors that need http tunneling - because it takes

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Konstantin Kolinko
2011/7/26 Volker tom...@webchannel.de: - tomcat 4.1.36_2 One reason to abandon 4.1 is that there are known security issues that has been fixed in 5.5 and later but have never been evaluated against 4.1 Best regards, Konstantin Kolinko

Fw: Issue with accepting IP address connections

2011-07-26 Thread Steve Allan
Hello, I have set up Tomcat 6.0 on a Windows 2007 server. IIS was (and still is) installed. I have changed the port to 8081 for testing and can see the Tomcat start page at localhost:8081. However, I now need to set up the IP address for the server which I thought was done through the Connector

RE: Issue with accepting IP address connections

2011-07-26 Thread Caldarale, Charles R
From: Steve Allan [mailto:s_alla...@yahoo.com] Subject: Fw: Issue with accepting IP address connections However, I now need to set up the IP address for the server Why do you think you need to do that? By default, Tomcat will listen on all IP addresses configured for the OS, so all you

RE: Class loading order

2011-07-26 Thread Anne, Radhakrishna (NSN - IN/Bangalore)
Hello, Can I use virtualWebAppLoader class to meet my requirements..? Regards Krishna -Original Message- From: Anne, Radhakrishna (NSN - IN/Bangalore) Sent: Tuesday, July 26, 2011 2:24 PM To: Tomcat Users List Subject: RE: Class loading order Hello, My web applications is designed