Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-04-21 Thread Mark Thomas
On 21/04/2015 05:59, Thusitha Thilina Dayaratne wrote: Hi, Try addURL(). Sorry for the inconvenience. As I understand addURL() method is defined in WebAppClassLoaderBase. So should I obtain the WebAppClassLoaderBase using getClassLoader() method and use reflections to call the addURL()

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-04-21 Thread Thusitha Thilina Dayaratne
Hi, On 21/04/2015 05:59, Thusitha Thilina Dayaratne wrote: Hi, Try addURL(). Sorry for the inconvenience. As I understand addURL() method is defined in WebAppClassLoaderBase. So should I obtain the WebAppClassLoaderBase using getClassLoader() method and use reflections to call the

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-04-20 Thread Thusitha Thilina Dayaratne
: [Tomcat8] What happened to WebappLoader.addRepository()? Hey tomcat users, The javadoc for WebappLoader still tells me to use addRepository(), but that method no longer exists. My team has implemented an extension of WebappLoader that looked like this: http://cp.mcafee.com/d

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-04-07 Thread Thusitha Thilina Dayaratne
- From: Pilkington, Simon [mailto:simo...@amazon.com] Sent: Tuesday, March 17, 2015 12:45 PM To: users@tomcat.apache.org Subject: [Tomcat8] What happened to WebappLoader.addRepository()? Hey tomcat users, The javadoc for WebappLoader still tells me to use addRepository

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-04-07 Thread Mark Thomas
/Thusitha On Wed, Mar 18, 2015 at 12:25 AM, Mark Thomas ma...@apache.org wrote: On 17/03/2015 18:30, Ed Rouse wrote: -Original Message- From: Pilkington, Simon [mailto:simo...@amazon.com] Sent: Tuesday, March 17, 2015 12:45 PM To: users@tomcat.apache.org Subject: [Tomcat8] What

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-04-07 Thread Thusitha Thilina Dayaratne
...@amazon.com] Sent: Tuesday, March 17, 2015 12:45 PM To: users@tomcat.apache.org Subject: [Tomcat8] What happened to WebappLoader.addRepository()? Hey tomcat users, The javadoc for WebappLoader still tells me to use addRepository(), but that method no longer exists. My team has

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-04-07 Thread Mark Thomas
] Sent: Tuesday, March 17, 2015 12:45 PM To: users@tomcat.apache.org Subject: [Tomcat8] What happened to WebappLoader.addRepository()? Hey tomcat users, The javadoc for WebappLoader still tells me to use addRepository(), but that method no longer exists. My team has implemented an extension

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-04-07 Thread Thusitha Thilina Dayaratne
wrote: -Original Message- From: Pilkington, Simon [mailto:simo...@amazon.com] Sent: Tuesday, March 17, 2015 12:45 PM To: users@tomcat.apache.org Subject: [Tomcat8] What happened to WebappLoader.addRepository()? Hey tomcat users, The javadoc for WebappLoader still tells me to use

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-03-17 Thread Mark Thomas
On 17/03/2015 18:30, Ed Rouse wrote: -Original Message- From: Pilkington, Simon [mailto:simo...@amazon.com] Sent: Tuesday, March 17, 2015 12:45 PM To: users@tomcat.apache.org Subject: [Tomcat8] What happened to WebappLoader.addRepository()? Hey tomcat users, The javadoc

RE: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-03-17 Thread Ed Rouse
-Original Message- From: Pilkington, Simon [mailto:simo...@amazon.com] Sent: Tuesday, March 17, 2015 12:45 PM To: users@tomcat.apache.org Subject: [Tomcat8] What happened to WebappLoader.addRepository()? Hey tomcat users, The javadoc for WebappLoader still tells me to use

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-03-17 Thread Mark Thomas
On 17/03/2015 16:45, Pilkington, Simon wrote: Hey tomcat users, The javadoc for WebappLoader still tells me to use addRepository(), but that method no longer exists. My team has implemented an extension of WebappLoader that looked like this: snip/

Re: [Tomcat8] What happened to WebappLoader.addRepository()?

2015-03-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Simon, On 3/17/15 12:45 PM, Pilkington, Simon wrote: The javadoc for WebappLoader still tells me to use addRepository(), but that method no longer exists. My team has implemented an extension of WebappLoader that looked like this:

[Tomcat8] What happened to WebappLoader.addRepository()?

2015-03-17 Thread Pilkington, Simon
Hey tomcat users, The javadoc for WebappLoader still tells me to use addRepository(), but that method no longer exists. My team has implemented an extension of WebappLoader that looked like this: https://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/loader/WebappLoader.html