RE: Embedded tomcat

2007-02-14 Thread asaf.lahav
The problem is that I cannot guarantee that web applications running under the embedded tomcat won't hold any duplicate jars. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 14, 2007 3:58 PM To: Tomcat Users List Subject: Re: Embedded tomc

Embedded tomcat

2007-02-14 Thread asaf.lahav
Hi all, I need your suggestion about working with embedded tomcat. On a test I'm performing, I am running the embedded tomcat and installed one webapp on it. I need to share objects between the webapp running on the embedded tomcat and the host VM via a set of classes which are defined bot

RE: find where webapp installed via java code

2007-01-25 Thread asaf.lahav
d at next deployement. En l'instant précis du 01/25/07 14:11, asaf.lahav s'exprimait en ces termes: > Hi all, > > I have a servlet in which I need to find the file system path in which the > executing webapp is running. > > 10x, > > Asaf > > >

find where webapp installed via java code

2007-01-25 Thread asaf.lahav
Hi all, I have a servlet in which I need to find the file system path in which the executing webapp is running. 10x, Asaf

RE: Refreshing tomcat webapp class loader

2006-11-26 Thread asaf.lahav
own, its pretty simple, and do whatever you want. in your context.xml regards Leon On 11/24/06, asaf.lahav <[EMAIL PROTECTED]> wrote: > Isn't it possible to simply make the class loader reload all the jars in its > classpath? > > It is possible to replace the main

RE: Refreshing tomcat webapp class loader

2006-11-23 Thread asaf.lahav
nager. vasilis asaf.lahav wrote: > Is it possible to refresh a webapp class loader? > > I have a process in which jars may be replaced or added to a webapp class > path. > > How can I cause the tomcat to be aware of those changes? >

RE: stopping a tomcat web application

2006-09-11 Thread asaf.lahav
ender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "asaf.lahav" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Saturday, September 09, 2006 12:41 AM Subject: RE: stopping

RE: stopping a tomcat web application

2006-09-08 Thread asaf.lahav
: stopping a tomcat web application Look at http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html and use JMX. Regards Peter Am 04.09.2006 um 11:50 schrieb asaf.lahav: > Isn't there a way to stop a tomcat web application using code? > Tomcat provides an administration interface wh

RE: stopping a tomcat web application

2006-09-05 Thread asaf.lahav
I did... It doesn't answer my question... -Original Message- From: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 1:33 PM To: Tomcat Users List Subject: Re: stopping a tomcat web application asaf.lahav wrote: > Wouldn't it be possible to u

RE: stopping a tomcat web application

2006-09-05 Thread asaf.lahav
Wouldn't it be possible to use JMX in the servletContextListener? Is there any alternative? -Original Message- From: Mikolaj Rydzewski [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 10:13 AM To: Tomcat Users List Subject: Re: stopping a tomcat web application asaf.

RE: stopping a tomcat web application

2006-09-05 Thread asaf.lahav
ntain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Me

RE: stopping a tomcat web application

2006-09-04 Thread asaf.lahav
ailto:[EMAIL PROTECTED] Sent: Sunday, September 03, 2006 11:04 PM To: Tomcat Users List Subject: Re: stopping a tomcat web application asaf.lahav wrote: > I would like to know whether and how it's possible to stop the web > application from continuing the start sequence in case something goe

stopping a tomcat web application

2006-09-03 Thread asaf.lahav
Hi all, I wrote a ServletContextListener implementation in which I initialize some static classes and objects. I would like to know whether and how it's possible to stop the web application from continuing the start sequence in case something goes wrong in the initialize sequence? I would

RE: Restart web app

2006-07-24 Thread asaf.lahav
I apologize, I had no idea this is the effect. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 12:55 PM To: Tomcat Users List Subject: Re: Restart web app When starting a new thread (ie sending a message to the list about a new topic) please do

Restart web app

2006-07-24 Thread asaf.lahav
Where can I find code to perform a restart (or stop and then start) of a web application? Thank in advance, Asaf - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

test

2006-07-23 Thread asaf.lahav

RE: web app application name

2006-07-05 Thread asaf.lahav
display name may be changed and not reflect the actual web application name. -Original Message- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 2:19 PM To: Tomcat Users List Subject: Re: web app application name asaf.lahav wrote: > > > How can

web app application name

2006-07-05 Thread asaf.lahav
How can I obtain the name of the web application name my listener servlet is running under in Java?

web application name

2006-07-05 Thread asaf.lahav
How can I obtain the name of the web application name my listener servlet is running under in Java?