Need information

2018-07-23 Thread Francesco Viscomi
hi all In catalina.properties i find : common.loaders serverr.loaders shared.loaders And i wasn t able to find out the meaning of that variables, some one can tell to me and if possibile also a link to the documentation in wich these variable are treated Thanks

Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread Laurie Miller-Cook
Hi there, I have an issue where we have multiple virtual hosts in separate base directory's on a single Tomcat installation. If I need to change something within server.xml I need to restart Tomcat which means I need to do this within an outage window as it affects all of the Websites, is

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread Dave Fisher
Hi - This is the way that Tomcat is. You should think about your configuration. In these days of cheap VMs why are you overloading so many web apps onto a single server? Are you able to create a farm of servers? In other words have two or more? If so then you have a frontend load balancer of

Re: Need information

2018-07-23 Thread M. Manna
You should never modify them, unless you know precisely what you're doing it, and why. What ia your reason to modify them? What would you like to do? On Mon, 23 Jul 2018, 20:30 Francesco Viscomi, wrote: > Sir Manna you're right, but at the moment I cannot go through debug; > So if there is an

Re: Need information

2018-07-23 Thread Francesco Viscomi
Because I need to add a folder (properties) under the tomcat installation in order to read the properties in a file with the following annotation (using spring) @PropertySource("classpath:properties/application.properties"); 2018-07-23 22:21 GMT+02:00 M. Manna : > You should never modify

Re: Need information

2018-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Francesco, On 7/23/18 4:58 PM, Francesco Viscomi wrote: > Because I need to add a folder (properties) under the tomcat > installation in order to read the properties in a file with the > following annotation (using spring) >

Re: Need information

2018-07-23 Thread Francesco Viscomi
Hi Christopher, indeed i need to have that file externaly from the war; I will not forget to modify catalina.properties, because this operation will be done only one time. So i need to adding tha resource in the classpath of tomcat. 2018-07-23 23:33 GMT+02:00 Christopher Schultz : > -BEGIN

Re: Need information

2018-07-23 Thread Francesco Viscomi
Sir Manna you're right, but at the moment I cannot go through debug; So if there is an explanation and why i should modify them, it will be very important to me. thanks 2018-07-23 18:06 GMT+02:00 M. Manna : > http://tomcat.apache.org/tomcat-8.5-doc/class-loader- >

Re: Need information

2018-07-23 Thread M. Manna
This is not relevant to tomcat. you have to read how to configure spring application environment variables and classpath. Below are some examples, which you can read and configure yourself. https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html

Re: Tomcat 5.5.17 migration to 6.0.53

2018-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 7/23/18 12:51 PM, David Babooram wrote: > Hello > > I have begun a migration from 5.5 to 6. Yes I know 6 is EOL but > the migration from 5.5 to 6 has some more documentation compared to > 5.5 to the latest version. > > I followed the

Tomcat 5.5.17 migration to 6.0.53

2018-07-23 Thread David Babooram
Hello I have begun a migration from 5.5 to 6. Yes I know 6 is EOL but the migration from 5.5 to 6 has some more documentation compared to 5.5 to the latest version. I followed the standard migration of libs and classes from /common /shared etc to the new /lin directory for 6.. The server

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread M. Manna
I am not sure if it's possible, and probably for a valid reasons. Server.xml is the mother of server container config and messing things up there means your servlet context/listeners etc. may need to be reconfigured. Without a heavily customised/rewritten version of tomcat config change listener,

Re: Need information

2018-07-23 Thread M. Manna
http://tomcat.apache.org/tomcat-8.5-doc/class-loader-howto.html#Class_Loader_Definitions Also, you should try and pay attention to Bootstrap.java file and debug through the execution to understand how it's working. On 23 July 2018 at 17:03, Francesco Viscomi wrote: > hi all > In

Re: [mod_jk] No data for "LE" (last error timestamp) column in lb status

2018-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 7/23/18 6:01 AM, Rainer Jung wrote: > Hi Chris, > > Am 20.07.2018 um 16:29 schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> All, >> >> I've got a lb worker with two balanced nodes. One of the nodes

Re: Changing Sever.xml without restarting Tomcat 8.5

2018-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Laurie, On 7/23/18 12:25 PM, Laurie Miller-Cook wrote: > Hi there, > > I have an issue where we have multiple virtual hosts in separate > base directory's on a single Tomcat installation. If I need to > change something within server.xml I need

Re: [mod_jk] No data for "LE" (last error timestamp) column in lb status

2018-07-23 Thread Rainer Jung
Hi Chris, Am 20.07.2018 um 16:29 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I've got a lb worker with two balanced nodes. One of the nodes has a non-zero value for the "Err" (errors) field, but there is a blank entry for the "LE" (last error timestamp)