Re: Cannot build mod_jk.1.2.32

2011-08-25 Thread Casper Wandahl Schmidt
Den 25-08-2011 17:46, Christopher Schultz skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Casper, On 8/25/2011 5:18 AM, Casper Wandahl Schmidt wrote: So I downloaded the mod_jk.1.2.32-src the other day because I couldn't get a binary for linux (ubuntu 8.04 to be exact). As you've found

manager / deploy context file

2011-08-25 Thread Johannes Ernst
I'd like to do this in Tomcat 6: curl http://localhost:8080/manager/deploy?config=file:/tmp/mycontext.xml --basic -u user:pass It complains: FAIL - Invalid context path null was specified This works: curl http://localhost:8080/manager/deploy?config=file:/tmp/mycontext.x

Re: Conditional Branch from Servlet to URL - Continued

2011-08-25 Thread Donald Jolley
Chris et al, thanks ever so much for all the great help. I finally got things working. This has been quite an educational experience for me. I am appending to this message my complete *WORKING* servlet. Having gotten this far, my next question is this: Is there any way that I can get this to w

Re: SSL issue

2011-08-25 Thread Savitha Akella
here is the connector configuration: Regards, Savitha On Thu, Aug 25, 2011 at 11:46 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Savitha, > > On 8/25/2011 12:53 PM, Savitha Akella wrote: > > We have given the "trustStoreP

Re: Error starting Tomcat

2011-08-25 Thread Pratibha S
Hi Konstantin Kolinko, thank you for the reply. Did you mean tomcat/webapps/examples/WEB-INF/lib? There is no servlet-api.jar there. Please correct me if I got it wrong. Regards, Pratibha On Thu, Aug 25, 2011 at 6:38 PM, Konstantin Kolinko wrote: > 2011/8/26 Pratibha S : > > Hi, > > > > I'm a

Re: Error starting Tomcat

2011-08-25 Thread Konstantin Kolinko
2011/8/26 Pratibha S : > Hi, > > I'm a newbie. I'm unable to start Tomcat from Eclipse Indigo and getting the > error below. I checked forums and found that I need to remove servlet.api > from CLASSPATH. I removed the entry in the "Libraries" and also tried > removing the file from tomcat/lib. Now,

Error starting Tomcat

2011-08-25 Thread Pratibha S
Hi, I'm a newbie. I'm unable to start Tomcat from Eclipse Indigo and getting the error below. I checked forums and found that I need to remove servlet.api from CLASSPATH. I removed the entry in the "Libraries" and also tried removing the file from tomcat/lib. Now, Eclipse is not recognizing "javax

Re: TC on Windows Server Core

2011-08-25 Thread André Warnier
Stefan Mayr wrote: Am 24.08.2011 23:01, schrieb André Warnier: David kerber wrote: Will TC run on a Windows Server Core installation? For those of you not familiar with that term, it's a windows server installation with no GUI, and minimal other pieces. The idea is a reduced disk, memory and cp

RE: TC on Windows Server Core

2011-08-25 Thread Jeffrey Janner
> -Original Message- > From: Stefan Mayr [mailto:ste...@mayr-stefan.de] > Sent: Thursday, August 25, 2011 3:55 PM > To: users@tomcat.apache.org > Subject: Re: TC on Windows Server Core > > Am 24.08.2011 23:01, schrieb André Warnier: > > David kerber wrote: > >> Will TC run on a Windows Ser

Re: TC on Windows Server Core

2011-08-25 Thread Stefan Mayr
Am 25.08.2011 22:55, schrieb Stefan Mayr: ... Back to your question. I recommend to read http://blogs.technet.com/b/jorke/archive/2008/09/17/cat-power-tomcat-on-server-2008-core-with-iis7.aspx . It is a bit dated but lists an ugly pitfall: MSVCR71.dll is required but not included. (don't know if

Re: TC on Windows Server Core

2011-08-25 Thread Stefan Mayr
Am 24.08.2011 23:01, schrieb André Warnier: David kerber wrote: Will TC run on a Windows Server Core installation? For those of you not familiar with that term, it's a windows server installation with no GUI, and minimal other pieces. The idea is a reduced disk, memory and cpu footprint (rather

Re: SSL issue

2011-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Savitha, On 8/25/2011 12:53 PM, Savitha Akella wrote: > We have given the "trustStorePass" value to point to a keystore > which has only the certificate for our web services. Do you mean "truststoreFile"? > Of course the clientAuth parameter is set

Re: Tomcat Manager Application

2011-08-25 Thread Martin Dubuc
Thanks Christopher. The web.xml file was not present in the manager/WEB-INF directory. This is why I couldn't get the manager app to work. Martin On Thu, Aug 25, 2011 at 11:48 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mar

RE: jvmRoute generation

2011-08-25 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, August 25, 2011 10:29 AM > To: Tomcat Users List > Subject: Re: jvmRoute generation > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jeffrey, > > On 8/25/2011 10:05 AM, Jeffrey

SSL issue

2011-08-25 Thread Savitha Akella
Hi, We have enabled SSL for the web services hosted on Tomcat. As part of the configuration changes we have modified the server.xml to make changes to the "connector" element. We have given the "trustStorePass" value to point to a keystore which has only the certificate for our web services. Ofcou

Re: Apache Tomcat unable to send the request. tomcat throwing 502 Gate Way error

2011-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rakesh, On 8/16/2011 3:08 AM, rakesh k wrote: > protocol="HTTP/1.1" connectionTimeout="2" redirectPort="8443" > /> Still not an AJP connector. Something tells me that your configuration is completely insane. - -chris -BEGIN PGP SIGNATURE--

Re: Tomcat Manager Application

2011-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, On 8/25/2011 11:44 AM, Martin Dubuc wrote: > I am trying to run the Tomcat Manager application in Tomcat 7 > (7.0.18). I can't get this to work. If I go to /manager/index.jsp > on my web server, the web server redirects me to /manager/html T

Re: Cannot build mod_jk.1.2.32

2011-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Casper, On 8/25/2011 5:18 AM, Casper Wandahl Schmidt wrote: > So I downloaded the mod_jk.1.2.32-src the other day because I > couldn't get a binary for linux (ubuntu 8.04 to be exact). As you've found, you need apache2-threaded-dev package. I'm surp

Tomcat Manager Application

2011-08-25 Thread Martin Dubuc
I am trying to run the Tomcat Manager application in Tomcat 7 (7.0.18). I can't get this to work. If I go to /manager/index.jsp on my web server, the web server redirects me to /manager/html and returns a 404 error. Looking inside the manager directory under webapps, there is no html directory. Is

Re: Apache Tomcat unable to send the request. tomcat throwing 502 Gate Way error

2011-08-25 Thread Konstantin Kolinko
2011/8/12 rakesh k : > I am using Apache tomcat 6.0.18 version Can you upgrade? There is 3 years worth of fixes between 6.0.18 and 6.0.33. What version of Apache HTTPD is in front of Tomcat? How it is configured? Do you use mod_jk? What version? Best regards, Konstantin Kolinko

Re: jvmRoute generation

2011-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jeffrey, On 8/25/2011 10:05 AM, Jeffrey Janner wrote: > Say, anybody know a good reference book/website on Tomcat > clustering and/or load-balancing that goes into all these possible > permutations Mark is talking about? > > I always thought a really

Re: Tomcat on Ubuntu

2011-08-25 Thread János Löbb
Peter, Thanks a lot. János On Aug 25, 2011, at 3:56 AM, Peter Miklosko wrote: >> From Ubuntu 10.04 documentation on Tomcat 6 it doesn't look like default > location https://help.ubuntu.com/10.04/serverguide/C/tomcat.html > > On 24 August 2011 21:18, Christopher Schultz > wrote: > >> -BEGIN

RE: jvmRoute generation

2011-08-25 Thread Jeffrey Janner
Say, anybody know a good reference book/website on Tomcat clustering and/or load-balancing that goes into all these possible permutations Mark is talking about? I always thought a really good tutorial would be helpful on this top. Alas, I haven't played with it enough yet to write one. > -

RE: TC on Windows Server Core

2011-08-25 Thread Jeffrey Janner
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Wednesday, August 24, 2011 4:02 PM > To: Tomcat Users List > Subject: Re: TC on Windows Server Core > > David kerber wrote: > > Will TC run on a Windows Server Core installation? For those of you > not > > familia

Re: Ajp13Processor threads are not getting closed.

2011-08-25 Thread André Warnier
To the original poster Jagadish Raj : Maybe let's restart from the beginning. First, re-read this page of the online documentation for the mod_jk connector : http://tomcat.apache.org/connectors-doc/reference/workers.html Particularly, next to the connection_pool* parameters, the items in red. C

RE: Ajp13Processor threads are not getting closed.

2011-08-25 Thread Edward Quick
mod_jk is not Tomcat so I'm not sure you need to worry about running an older version of tomcat as long as it's listening on the AJP connector. -Original Message- From: Jagadish Raj R [mailto:jagadish_ra...@symantec.com] Sent: 25 August 2011 10:08 To: Tomcat Users List Subject: RE: Ajp1

Cannot build mod_jk.1.2.32

2011-08-25 Thread Casper Wandahl Schmidt
Hi there So I downloaded the mod_jk.1.2.32-src the other day because I couldn't get a binary for linux (ubuntu 8.04 to be exact). First I couldn't use the ./configure because it said no apxs given so I searched google and found out I needed apache2-threaded-dev - downloaded it and used --with

RE: Ajp13Processor threads are not getting closed.

2011-08-25 Thread Jagadish Raj R
Hi, Apache not accepting JkWatchDogInterval parameter (think it's version problem). How is this problem fixed in higher Tomcat versions. Can I do the same in lower version of Tomcat. (As of now, I don't have a choice of upgrading Tomcat as this requires upgrade of TIBCO Administrator which is

Re: Tomcat on Ubuntu

2011-08-25 Thread Peter Miklosko
>From Ubuntu 10.04 documentation on Tomcat 6 it doesn't look like default location https://help.ubuntu.com/10.04/serverguide/C/tomcat.html On 24 August 2011 21:18, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > János, > > On 8/24/2011 4:02 PM, János Löbb wrote: >