Re: Tomcat Not Releasing URL Connection

2008-12-31 Thread Rainer Jung
On 31.12.2008 02:44, Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Tomcat Not Releasing URL Connection The IBM JVM 1.5 and Tomcat 5.0.x are all that is available on the (official) Suse SLES 10 CD/DVD. I'm not suggesting that the OP replace the IBM JRE as

Re: [us...@httpd] Problem with mod_headers ?

2008-12-31 Thread Rainer Jung
On 31.12.2008 10:08, André Warnier wrote: Juha Laiho wrote: [...] Thanks, Juha. That helps me think in another direction. Maybe indeed in this case the mod_headers module does not get a chance to modify the response headers, because it is added before the mod_jk module, and mod_jk overrides it. I

Re: Isolating slow and fast connections using apache/modjk

2008-12-31 Thread Rainer Jung
Hi Gerhardus, On 30.12.2008 17:53, gerhardus.geldenh...@gta-travel.com wrote: Hi We have an apache server that load balances two types of applications across different stacks of tomcats. We have a tomcat stack for requests that processes very quickly, lets call this stack A and a tomcat stack f

RE: Tomcat 4.1 - SSL and Certificates

2008-12-31 Thread Rick Cone,Secure Payment Systems
Martin, I fixed the problem with: keystoreType="PKCS12" Thanks, Rick -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, December 30, 2008 7:49 PM To: Tomcat Users List Subject: RE: Tomcat 4.1 - SSL and Certificates Hi Rick- any reason why your clien

Re: Help With Deployment

2008-12-31 Thread Frank Castellucci
That did the trick, thanks On Tue, Dec 30, 2008 at 8:10 PM, Ken Bowen wrote: > The "Tomcat Manager user-id" might not be the one that owns the > folders/files in question. > Check the ownership of the files/folders and check whether the startup > script you are using > for tomcat changes to

Re: Sudden and unexpected exception at Tomcat startup

2008-12-31 Thread Rainer Jung
On 28.12.2008 14:01, André Warnier wrote: Hi. Does someone have an idea of what is going as per the logfile catalina.out below ? What is this IOException all about ? This is a Tomcat 5.0.x under Suse Enterprise Linux 10.1, which had been working fine until now and suddenly logs this at startup.

RE: Tomcat 4.1 - SSL and Certificates

2008-12-31 Thread Rick Cone,Secure Payment Systems
Martin, That is the version that is installed as MP on the system I'm on. Any thoughts on my problem? Thanks, Rick -Original Message- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Tuesday, December 30, 2008 7:49 PM To: Tomcat Users List Subject: RE: Tomcat 4.1 - SSL and Certi

HELP NEEDED: Https, Tomcat, Apache - Total Noob to all this

2008-12-31 Thread scurenton
First off, I am sure this is probably posted somewhere but not sure what to search on. I am new to the Tomcat world so bare with me. I have a reverse proxy setup in our DMZ running Tomcat 5 and Apache 2 and an Application internal that is running on Tomcat 5. I have a SSL cert from Go Daddy for

Re: How can the login page see parameters in the original request?

2008-12-31 Thread Konstantin Kolinko
2008/12/30 : > To hide the existence of the page from robots. > > --- On Tue, 12/30/08, Pid wrote: > >> From: Pid >> Subject: Re: How can the login page see parameters in the original request? >> To: "Tomcat Users List" >> Date: Tuesday, December 30, 2008, 6:26 AM >> removeps-gro...@yahoo.com w

Re: “java.lang.NullPointerException” with JDBC connection from InitialContext

2008-12-31 Thread Konstantin Kolinko
2008/12/31 Robert Blackburn : > (..) > > Any help or suggestions would be appreciated > Just some suggestions that come to mind: Have you considered googling for "StringUtils indexOfIgnoreCaseRespectQuotes"? E.g. it may be Connector/J bug #25047 fixed in v. 5.0.5 Check, what version of MySQL Conn

Re: How to increase the tomcat heap memory

2008-12-31 Thread Mark Thomas
ext-narsi.re...@nokia.com wrote: > HI Mark Thomas > >> Are you running Tomcat as a service? > > Intially I tried without service , that time I tried the below one > >>> --> Apache Tomcat 6.0 --> Configure Tomcat also here I tried in java >>> options and min and max pool also > > Now im runn

RE: ssl - JioEndpoint, JSSESocketFactory & Truststore

2008-12-31 Thread Michael Rooz
I ned a way of refreshing the Tomcat trust store without restarting Tomcat. I've tried another approach: JioEndpoint initializes its ServerSocket from the JSSESocketFactory created at startup. From this point onwards the JSSESocketFactory (containining the trust store) is never re-initialized.

Re: java.lang.ClassNotFoundException with small jsp file

2008-12-31 Thread Konstantin Kolinko
2008/12/31 John Byrne : > All, > > Thank you for your previous suggestions. I have stopped the server running > in Eclipse and started it from the services window (under control > panel/Administration). Now it works fine. So, the problem was with Eclipse > and Eclipse not being able to find wher

Re: [us...@httpd] Problem with mod_headers ?

2008-12-31 Thread André Warnier
Juha Laiho wrote: [...] Thanks, Juha. That helps me think in another direction. Maybe indeed in this case the mod_headers module does not get a chance to modify the response headers, because it is added before the mod_jk module, and mod_jk overrides it. It is worth investigating anyway, since t

Re: [us...@httpd] Problem with mod_headers ?

2008-12-31 Thread Juha Laiho
André Warnier wrote: > As a separate question : how does Apache (or mod_jk) exactly arrange to > do that (not allow mod_headers to change the response headers set by > Tomcat) ? > The answer may help me decide whether I can/want to try writing my own > mod_perl response header modification handler