RE: Docbase inside the host appBasehas been specified, and will be ignored

2010-07-01 Thread Ockleford Paul (NHS Connecting for Health)
Message- From: Pid [mailto:p...@pidster.com] Sent: 01 July 2010 09:21 To: Tomcat Users List Subject: Re: Docbase inside the host appBasehas been specified, and will be ignored On 01/07/2010 09:06, Ockleford Paul (NHS Connecting for Health) wrote: > Hi, > > I am using tomcat 5.5 a

Docbase inside the host appBasehas been specified, and will be ignored

2010-07-01 Thread Ockleford Paul (NHS Connecting for Health)
Hi, I am using tomcat 5.5 and I have deployed a web application that is working fine, but on tomcat start up I have noticed this message. I have googled around but it seems most people see this message and their web app doesn't work, mine does however work fine. Does anybody know why I am seei

RE: Hello and Tomcat issues with sticky sessions

2010-06-30 Thread Ockleford Paul (NHS Connecting for Health)
Yes sorry! Slow morning here today.. :) From: M.H.G. Emmerig [mailto:m.h.g.emme...@dnb.nl] Sent: 30 June 2010 11:33 To: Tomcat Users List Subject: RE: Hello and Tomcat issues with sticky sessions you beat me to it I think regards Milko Emmerig "Ockleford Paul (NHS Connecting for H

RE: Hello and Tomcat issues with sticky sessions

2010-06-30 Thread Ockleford Paul (NHS Connecting for Health)
I'm not sure if this is what you are looking for but I just checked how our stuff is set up here and wondered if you have the jvm route mapped in the server xml for the tomcat instances you want loadbalanced? Paul -Original Message- From: Gabriel Tabares [mailto:gabriel.taba...@robo

RE: Classloading

2010-06-28 Thread Ockleford Paul (NHS Connecting for Health)
ther way around. For further reading: http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html, and see also Java classloaders and chaining in general. Shay On Mon, Jun 28, 2010 at 8:48 AM, Ockleford Paul (NHS Connecting for Health) wrote: > Hi, > > Thanks very much for confirming t

RE: Classloading

2010-06-28 Thread Ockleford Paul (NHS Connecting for Health)
nconfirmed though. Paul -Original Message- From: Pid [mailto:p...@pidster.com] Sent: 28 June 2010 14:02 To: Tomcat Users List Subject: Re: Classloading On 28/06/2010 13:48, Ockleford Paul (NHS Connecting for Health) wrote: > Hi, > > Thanks very much for confirming that and for pro

RE: Classloading

2010-06-28 Thread Ockleford Paul (NHS Connecting for Health)
to make sure that if you put a dependency in Tomcat's common directory, all of the dependency's dependencies must also be there. Shay On Mon, Jun 28, 2010 at 8:22 AM, Ockleford Paul (NHS Connecting for Health) wrote: > Hi, > > I had a problem this morning that took me a while to sort

Classloading

2010-06-28 Thread Ockleford Paul (NHS Connecting for Health)
Hi, I had a problem this morning that took me a while to sort out, and now I know what the issue is I was hoping somebody could explain why the problem was happening. I assume it is because one class had been loaded by a different classloader, and so wasn't available to the second class. I hav

RE: URL: /manager/html

2009-03-25 Thread Ockleford Paul (NHS Connecting for Health)
Hey thanks again! All of our tomcat servers run on a private network for the health service so nothing hits the internet ever so I guess we would never make it onto their stats anyway. The only reason I would like to hide it is paranoia really, as we have the pen test they will undoubtedly rep

RE: URL: /manager/html

2009-03-25 Thread Ockleford Paul (NHS Connecting for Health)
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 25 March 2009 13:38 To: Tomcat Users List Subject: Re: URL: /manager/html -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 3/25/2009 9:24 AM, Ockleford Paul (NHS Connecting for Health) wrote: >

RE: URL: /manager/html

2009-03-25 Thread Ockleford Paul (NHS Connecting for Health)
Paul (NHS Connecting for Health) wrote: > Thanks again, we don't want to use it at all Then undeploy it: 1. Stop Tomcat 2. Remove the file $CATALINA_HOME/conf/[enginename]/[hostname]/manager.xml (I would recommend moving it somewhere, in case you want to bring it back at some point). Y

RE: URL: /manager/html

2009-03-25 Thread Ockleford Paul (NHS Connecting for Health)
hristopher Schultz [mailto:ch...@christopherschultz.net] Sent: 25 March 2009 13:18 To: Tomcat Users List Subject: Re: URL: /manager/html -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 3/25/2009 9:01 AM, Ockleford Paul (NHS Connecting for Health) wrote: > When I say forward on any re

RE: URL: /manager/html

2009-03-25 Thread Ockleford Paul (NHS Connecting for Health)
: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: 25 March 2009 12:39 To: Tomcat Users List Subject: Re: URL: /manager/html -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 3/25/2009 8:35 AM, Ockleford Paul (NHS Connecting for Health) wrote: > Yes the forward for / is to our web app

RE: URL: /manager/html

2009-03-25 Thread Ockleford Paul (NHS Connecting for Health)
- Hash: SHA1 Paul, On 3/25/2009 8:35 AM, Ockleford Paul (NHS Connecting for Health) wrote: > Yes the forward for / is to our web app, I edited the file > /tomcat/conf/Catalina/localhost/manger.xml to forward on any request > to our admin login page. Exactly how did you do that? - -chris -

RE: URL: /manager/html

2009-03-25 Thread Ockleford Paul (NHS Connecting for Health)
Schultz [mailto:ch...@christopherschultz.net] Sent: 25 March 2009 12:06 To: Tomcat Users List Subject: Re: URL: /manager/html -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 3/25/2009 4:34 AM, Ockleford Paul (NHS Connecting for Health) wrote: > We have tomcat 5.5.17 installed, and

URL: /manager/html

2009-03-25 Thread Ockleford Paul (NHS Connecting for Health)
Hi, We have tomcat 5.5.17 installed, and all requests for "/" are forwarded to a login page that we maintain, so it was assumed that the manager application was not accessible, however if I put https://webapp:8443/manager/html a login prompt pops up. I dont see any mapping for this url in our