RE: Enabling servlet reloading?

2004-11-23 Thread Shapira, Yoav
, 2004 1:35 PM To: Tomcat Users List Subject: Enabling servlet reloading? Hi, What is entry (in server.xml) to allow for auto reloading of servlets in Tomcat 5? Or can you set this in web.xml on a per application basis? Stefan - Original Message - From: Stefan [EMAIL PROTECTED

Enabling servlet reloading?

2004-11-22 Thread Stefan
Hi, What is entry (in server.xml) to allow for auto reloading of servlets in Tomcat 5? Or can you set this in web.xml on a per application basis? Stefan - Original Message - From: Stefan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, November 22, 2004 1:20

Re: Enabling servlet reloading?

2004-11-22 Thread Ben Souther
reloadable=true http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html On Mon, 2004-11-22 at 13:34, Stefan wrote: Hi, What is entry (in server.xml) to allow for auto reloading of servlets in Tomcat 5? Or can you set this in web.xml on a per application basis? Stefan

servlet reloading question

2003-06-13 Thread Bill T
Hi all! I'm hoping someone can give me a high level view of what is going on here. I'm using version 4.18, and I though I was having problems reloading servlets. server.xml has my app configured as reloadable, but no matter what I do with my class files -- touch them, rebuild them, REMOVE

RE: servlet reloading question

2003-06-13 Thread Shapira, Yoav
: Friday, June 13, 2003 11:39 AM To: '[EMAIL PROTECTED]' Subject: servlet reloading question Hi all! I'm hoping someone can give me a high level view of what is going on here. I'm using version 4.18, and I though I was having problems reloading servlets. server.xml has my app configured

RE: Configuration Queston - Tomcat Server- Servlet Reloading

2003-02-07 Thread Nicole Hibbard
Hello: I am also a newbie, but I will give it a shot. Try turning on servlet reloading which checks the modification date of the class files and reloads ones that have changed. This degrade performance in deployment, but is very useful in developement. If you fail to do it on your development

Servlet reloading not working.

2002-06-22 Thread john-paul delaney
Hello List... Running tomcat 4.01 and apache 1.3.24 (with mod_webapp and virtual hosts) , when modifying and recompiling any servlet, I need to restart the tomcat for my changes to take effect. A simpler tomcat test install on xp reloads the changes as advertised. I've tried to add a

Tomcat 4.0.X servlet reloading on Linux

2002-03-27 Thread faivre
Hello, Has anyone had success with servlet reloading with Tomcat 4.0.x on Linux. I've read the docs and tried several server.xml files with no luch. I've even read that it doesn't work! So, if anyone has successfully gotten it to work could you please post or email me your entire server.xml

Re: Fwd: problem with servlet reloading

2001-11-26 Thread Harry Hinch
I've figured this out. if you get rid of the default virtual host in server.xml then the context does not load twice At 06:04 PM 11/21/2001, you wrote: Harry Hinch wrote: I am running Tomcat 4 Apache 1.3.20 and Redhat linux 7.1 I am having a problem with servlets reloading when ever I

Fwd: problem with servlet reloading

2001-11-21 Thread Harry Hinch
I am running Tomcat 4 Apache 1.3.20 and Redhat linux 7.1 I am having a problem with servlets reloading when ever I start Apache. I have 2 servlets that I have automatically load when tomcat starts by specifying load-on-startup1/load-on-startup within the servlet /servlet pair in my

Re: Fwd: problem with servlet reloading

2001-11-21 Thread Gerard van Enk
Harry Hinch wrote: I am running Tomcat 4 Apache 1.3.20 and Redhat linux 7.1 I am having a problem with servlets reloading when ever I start Apache. I have 2 servlets that I have automatically load when tomcat starts by specifying load-on-startup1/load-on-startup within the servlet

tomcat acts strange (servlet reloading)

2001-10-26 Thread Dario Novakovic
i have very weird problem with tomcat 3.2.3. for example i have html page which calls servlet. everything is fine when i start tomcat. now when i recompile servlet and try to call it again, this is what i get: Internal Servlet Error:java.lang.IllegalStateException: Can't happen -classname is

Re: TOMCAT RC1 SERVLET RELOADING NOT WORKING ON AIX

2001-09-17 Thread Pier Fumagalli
deployed by Tomcat from Server.XML)... Can you send me your httpd.conf and Apache/Catalina log files? Thanks :) Pier paul [EMAIL PROTECTED] wrote: I am still unable to make servlet reloading work on AIX4.3 with tomcat 4 and apache 1.3.19 I have included some of my webapps directory

TOMCAT RC1 SERVLET RELOADING NOT WORKING ON AIX

2001-09-14 Thread paul
I am still unable to make servlet reloading work on AIX4.3 with tomcat 4 and apache 1.3.19 I have included some of my webapps directory structure and my server.xml which is the install version with my editing at the bottom The context is ct and the service is tomcat-apache

RE: TOMCAT RC1 SERVLET RELOADING NOT WORKING ON AIX

2001-09-14 Thread De Ridder, Bavo
Could you shout a little harder next time ... -Original Message- From: paul [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 12:26 PM To: [EMAIL PROTECTED] Subject: TOMCAT RC1 SERVLET RELOADING NOT WORKING ON AIX I am still unable to make servlet reloading work on AIX4.3

Re: TOMCAT RC1 SERVLET RELOADING NOT WORKING ON AIX

2001-09-14 Thread Jonathan Eric Miller
Yeah, next time make the entire message in caps. ;-) Jon - Original Message - From: De Ridder, Bavo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 14, 2001 6:15 AM Subject: RE: TOMCAT RC1 SERVLET RELOADING NOT WORKING ON AIX Could you shout a little harder next time

Servlet Reloading

2001-06-20 Thread Fred Ingham
To all, Under Tomcat 3.2.2 are there any 'standard' circumstances that a servlet will NOT be reloaded once it has been re-compiled? We already have added the following to our server.xml file: Context path=/foo docBase=webapps/foo reloadable=true /Context But, every time we

Servlet reloading in TC4.0b3

2001-04-30 Thread Jones, Kevin
I must be doing something stupid - I'm sure servlet reloading was working, not I can't get it going - I have a context defined like this Context path=/AddressBook docBase=AddressBook debug=9 reloadable=true Loader checkInterval=3 classname=org.apache.catalina.loader.StandardLoader/ /Context

Servlet reloading problems

2001-04-17 Thread Steve Brainard
I've read all the archives and still cannot get my servlet to reload. I am running TOMCAT Version 3.2.1 on Windows 2000. Does anyone have a formula to get this to work? My servlet is in WEB-INF/classes, and I do not have WEB-INF in my classpath, and I have tried setting reloadable to both

Re: Servlet reloading problems

2001-04-17 Thread H.F.N. den Boer
following config I use; Win2K server, build 5.00.2195IIS 5.0, configured with ISAPI filterJDK1.3.1betaTomcat 3.2.1 running as NT service Nico - Original Message - From: Steve Brainard To: '[EMAIL PROTECTED]' Sent: Tuesday, April 17, 2001 8:06 PM Subject: Servlet reloading

RE: Servlet reloading problems

2001-04-17 Thread Steve Brainard
ECTED]]Sent: Tuesday, April 17, 2001 11:44 AMTo: [EMAIL PROTECTED]Subject: Re: Servlet reloading problems In server.xml set reloadable to true. I use the context mapping; Context path="/xx" docBase="xx" crossContext="true" de

Re: Servlet reloading problems

2001-04-17 Thread situbu42
as far as i know, when you recompile a class, you need to restart tomcat. there is nothing that you can do about it and there are no plans to change that. (i got that tidbit from an online discussion group from a sun employee.) sorry :( At 11:06 04/17/2001 -0700, you wrote: I've read all

RE: Servlet reloading problems

2001-04-17 Thread CPC Livelink Admin
ue" /Context -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 3:08 PM To: [EMAIL PROTECTED] Subject: Re: Servlet reloading problems as far as i know, when you recompile a class, you need to restart tomcat. there is nothing that yo

Re: Servlet reloading problems

2001-04-17 Thread Milt Epstein
On Tue, 17 Apr 2001 [EMAIL PROTECTED] wrote: as far as i know, when you recompile a class, you need to restart tomcat. there is nothing that you can do about it and there are no plans to change that. (i got that tidbit from an online discussion group from a sun employee.) sorry :( Funny,

Re: Servlet reloading problems

2001-04-17 Thread Jason_Henriksen
Servlet reloading works fine under Tomcat, however I've been bitten where the servlet re-loaded OK, but a class my servlet depends on changed but was not reloaded. For example, if ServletA uses StaticServiceB. I can reload ServletA all day long, but changes to StaticServiceB wont be picked up

RE: Servlet reloading problems

2001-04-17 Thread Steve Brainard
EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 12:15 PM To: [EMAIL PROTECTED] Subject: RE: Servlet reloading problems Actually, it does work - you have to set the reload attribute to true in the server.xml - my entry looks like this : Context path="/tracking" docBase="d:

RE: Servlet reloading problems

2001-04-17 Thread CPC Livelink Admin
I have never heard/seen of the TomcatConf.xml file, so you are one up on me there. -Original Message- From: Steve Brainard [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 4:26 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlet reloading problems Thanks for the reply

servlet reloading issue with native library

2001-03-05 Thread Milt Epstein
When tomcat tries to reload my servlet, I get the following error message: java.lang.UnsatisfiedLinkError: Native Library ... already loaded in another classloader (This is for a native library that I have and am explicitly loading in my code.) Is there any way around this? Thanks. Milt

Re: servlet reloading issue with native library

2001-03-05 Thread Milt Epstein
On Mon, 5 Mar 2001, Milt Epstein wrote: When tomcat tries to reload my servlet, I get the following error message: java.lang.UnsatisfiedLinkError: Native Library ... already loaded in another classloader (This is for a native library that I have and am explicitly loading in my code.)

Servlet reloading

2001-01-15 Thread Shahed Ali
Hi, When tomcat reloads a servlet, does it call its init method ? Thanks Shahed - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: Servlet reloading

2001-01-15 Thread Matthias Brantner
-BEGIN PGP SIGNED MESSAGE- Hi, When tomcat reloads a servlet, does it call its init method ? everytime a servlet initializes the Servlet the init-Method is called. You can read more about initialization and destroy in the Servlet API Spezification. Their the lifecycle of servlet is

Servlet Reloading Problems

2000-12-04 Thread Kevin Delaney
Hi All.. Can anybody tell me why it takes my installation of Tomcat anything up to 10 minutes to reload servlets?? The servlets load fine when you restart Apache. OS - Sun Microsystems Inc. SunOS 5.7 Tomcat - 3.2 Any help would be great and really appreciated!!! Thanks Jenova