Re: Tomcat 6.0 CLASSPATH query

2012-12-07 Thread vicky007aggarwal
Application is deployed under tomcat webapps directory . It tries to refer to application specific properties file from tomcat classpath, for that we copied it under tomcat bin directory. My query is that does this is the right way to add properties file to tomcat classpath? Thanks for ur hel

RE: Word.Applicaiton acvivex components & tomcat & Windows 7

2012-12-07 Thread Jan Kostelansky
Thank you André, here are details for your questions - when you have this problem, is Tomcat running as a Windows Service ? Yes it is running as service. I tried to run under local system account, and my account, which can open MS WORD, behavior is the same - where is the document that you are tr

Re: Word.Applicaiton acvivex components & tomcat & Windows 7

2012-12-07 Thread André Warnier
Jan Kostelansky wrote: Hi, I am experiencing problems running vb script under tomcat. More information. The script Creates instance of Word.Applicaiton ActiveX component Opens document Prints to dedicated printer I created simple java program which Creates new process E

Word.Applicaiton acvivex components & tomcat & Windows 7

2012-12-07 Thread Jan Kostelansky
Hi, I am experiencing problems running vb script under tomcat. More information. The script Creates instance of Word.Applicaiton ActiveX component Opens document Prints to dedicated printer I created simple java program which Creates new process Executes vb script I create

Re: I can only access Tomcat 7 when running via console (startup.bat)

2012-12-07 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 1:55 PM, André Warnier wrote: I am relatively familiar with tomcat under Windows, and if your explanations of what works and what doesn't above are exact, then I don't know either. One possibility:

Re: I can only access Tomcat 7 when running via console (startup.bat)

2012-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 1:55 PM, André Warnier wrote: > I am relatively familiar with tomcat under Windows, and if your > explanations of what works and what doesn't above are exact, then > I don't know either. One possibility: during the installation,

Re: Tomcat 6.0 CLASSPATH query

2012-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 12/7/12 11:48 AM, vicky wrote: > I have a requirement in which i need to add couple of properties > files to tomcat CLASSPATH as these are needed for my application > deployed in Tomcat 6.0. > > One strange thing is that, i need to add

Re: I can only access Tomcat 7 when running via console (startup.bat)

2012-12-07 Thread André Warnier
Yuri E wrote: 2012/12/6 Daniel Mikusa : On Dec 6, 2012, at 11:19 AM, Yuri E wrote: so I decided to install Tomcat through the .exe installer. First, I stopped Tomcat by closing the console window opened in the startup, and then I installed Tomcat as service using the .exe. I restarted the co

Re: Tomcat 6.0 CLASSPATH query

2012-12-07 Thread Konstantin Kolinko
2012/12/7 vicky : > Hi Guys, > > I have a requirement in which i need to add couple of properties files to > tomcat CLASSPATH as these are needed for my application deployed in Tomcat > 6.0. > > One strange thing is that, i need to add the all my properties files to > "/bin" directory else these

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 4:16 AM, André Warnier wrote: Williams, Nick wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, December 06, 2012 5:08 PM To: Tomcat User

Re: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arun, On 12/7/12 11:34 AM, Arunkumar Janarthanan wrote: > Thanks for the response Gentlemen, I am not really particular about > the AJP for secure communication as long as I can use https that > should work for me, the reason for specific secure com

Re: AW: Tomcat 7: JSP unloading - NullPointerException

2012-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Laszlo, On 12/7/12 10:58 AM, Keszthelyi Laszlo wrote: > It looks like the exception appears only when "maxLoadedJsps" and " > jspIdleTimeout" are set to a value >0 in tomcat/conf/web.xml and > ".tag" files are used with jsp- scriptlets. Thanks for

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 4:16 AM, André Warnier wrote: > Williams, Nick wrote: >>> -Original Message- From: Christopher Schultz >>> [mailto:ch...@christopherschultz.net] Sent: Thursday, December >>> 06, 2012 5:08 PM To: Tomcat Users List Subject: R

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/7/12 3:51 AM, André Warnier wrote: > You are going to force me to disclose the details, and thus maybe > lose my patenting opportunity, but oh well. I am not thinking of a > regular ping which would run independently. What I am thinking

Re: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread Arunkumar Janarthanan
Thanks for the response Gentlemen, I am not really particular about the AJP for secure communication as long as I can use https that should work for me, the reason for specific secure communication between Apache and Tomcat is the PCI compliance enforcing us not to have any other protocol other tha

Re: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread André Warnier
Vladimir, on this list, the rule is to not "top post". Post your answer below the original message, or below the question to which it refers. This way, one can follow the conversation logically. - Original Message - From: Arunkumar Janarthanan To: Tomcat Users List Cc: Sent: Frida

RE: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread Martin Gainty
did you setJKLogLevel debug in httpd.conf? http://tomcat.apache.org/connectors-doc/webserver_howto/apache.html install the debug version of redirector (instead of release) quiesce TCbounce Apachereboot TC Martin __ Verzicht und Vertraulichkeitanmerku

AW: Tomcat 7: JSP unloading - NullPointerException

2012-12-07 Thread Keszthelyi Laszlo
It looks like the exception appears only when "maxLoadedJsps" and " jspIdleTimeout" are set to a value >0 in tomcat/conf/web.xml and ".tag" files are used with jsp- scriptlets. Web.xml changes: maxLoadedJsps 1000 jspIdleTimeout

Re: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread Vladimir Girnet
Here is my working configuration - httpd proxy (also on RHEL 5) --   SSLProxyEngine On       BalancerMember https://10.10.10.11:8443      BalancerMember https://10.10.10.12:8443      # Pass requests to balancer   ProxyPass / balancer://tomcat_cluster/   ProxyPassReverse / ba

Re: Increase load and decrease performance while replace DBCP to Tomcat jdbc-pool

2012-12-07 Thread Daniel Mikusa
On Dec 7, 2012, at 6:49 AM, Tomasz Nowodziński wrote: > Hi all, > > We are using Tomcat 7.0.25 on CentOS 5.5 64b. You should probably try upgrading to the latest version and retest. There have been quite a few bug fixes since 7.0.25. See the following link and search for "jdbc-pool". http

AW: Tomcat 7: JSP unloading - NullPointerException

2012-12-07 Thread Keszthelyi Laszlo
Thank you for your fast reply, i will try to reproduce the problem with the example tag-files. Otherwise i will prepare a small web app to reproduce the bug and post it. Best regards, Laszlo -Ursprüngliche Nachricht- Von: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Gesendet: Fre

Re: Tomcat 7: JSP unloading - NullPointerException

2012-12-07 Thread Konstantin Kolinko
2012/12/7 Keszthelyi Laszlo : > > since Tomcat 7.0.30 (currently using version 7.0.33) I'm faced with the > following NullPointerException: > > Dec 7, 2012 2:10:28 PM > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor > processChildren > SEVERE: Exception invoking periodic operat

Tomcat 7: JSP unloading - NullPointerException

2012-12-07 Thread Keszthelyi Laszlo
Hi, since Tomcat 7.0.30 (currently using version 7.0.33) I'm faced with the following NullPointerException: Dec 7, 2012 2:10:28 PM org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor processChildren SEVERE: Exception invoking periodic operation: java.lang.NullPointerException

Increase load and decrease performance while replace DBCP to Tomcat jdbc-pool

2012-12-07 Thread Tomasz Nowodziński
Hi all, We are using Tomcat 7.0.25 on CentOS 5.5 64b. After problems with connection leak and deadlocks in DBCP we made a decision to replace it with Tomcat JDBC-pool. Of course migration was really simple. But after deploy it on a production environment I noticed, that load on a server wit

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread André Warnier
Williams, Nick wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, December 06, 2012 5:08 PM To: Tomcat Users List Subject: Re: Is it possible to expire jvmRoute cookie 2. How one additional user can be a problem in such a system? If

Re: Is it possible to expire jvmRoute cookie

2012-12-07 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 12/6/12 2:40 PM, André Warnier wrote: Christopher Schultz wrote: Yes, but session cookies typically have an expiration of "-1" which means "when the browser exits". Never exiting the browser has predicable co