Re: Servlet reload problem

2003-10-27 Thread Neil Zanella

Interesting. I am having either the same problem or in any case a very 
similar one. I used to use Tomcat 1.4.24 with the autoreload feature
that everyone likes to use so much, because it's just so convenient
when you're developing web applications not to have to restart the
web server every time you make a little change and want to see the
results once again.

Anyhow, when I upgraded to Tomcat 1.4.27 the autoreload feature was
not working even though I made the exact same change to the 
conf/server.xml file, namely, just after the following
comment, insert the following DefaultContext tag:

!-- Define properties for each web application. This only needed
if you want to set non-default properties, or have web application
document roots in places other than the virtual host's appBase
directory. --
   
  
DefaultContext reloadable=true/

I wonder why there is not even a comment in conf/server.xml with these
lines commented out for easy uncommenting. There should be!

Anyhow, it doesn't seem to work with Tomcat 4.1.27. On the other hand you,
mention a patch, but when I go to the download section from the web site
http://jakarta.apache.org/tomcat/ I get to a page:

http://jakarta.apache.org/site/sourceindex.cgi

where the only download option I get is the following:

http://apache.mirrored.ca/jakarta/tomcat-4/source/jakarta-tomcat-4.1.27-src.tar.gz

... so I had to guess the path:

http://apache.mirrored.ca/jakarta/tomcat-4/binaries/

to the hotfix. Why isn't there simply a link to:

http://apache.mirrored.ca/jakarta/tomcat-4/ or equivalent on these pages?

Regards,

Neil

On Thu, 23 Oct 2003, Lawence wrote:

 Dear all,
  
 I am using Tomcat 1.4.27 and each time after I made some modification to my servlet, 
 tomcat didn't reload the updated one. By the way I already installed the hot patch 
 that is said to solve the reloading problem. Any ideas?
  
 Thanks in advance.
 
 
 -
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product search


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Servlet reload problem

2003-10-27 Thread Shapira, Yoav

Howdy,
Those links are present: you can click on Tomcat 4.1.27 in the main
download page and you get to
http://apache.oregonstate.edu/jakarta/tomcat-4/ or more generally
http://[mirror-site]/jakarta/tomcat-4.  Clicking on binaries in that
page takes you to a page that has both the binaries and the hotfix, e.g
http://apache.oregonstate.edu/jakarta/tomcat-4/binaries/

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Neil Zanella [mailto:[EMAIL PROTECTED]
Sent: Monday, October 27, 2003 5:12 AM
To: Tomcat Users List
Subject: Re: Servlet reload problem


Interesting. I am having either the same problem or in any case a very
similar one. I used to use Tomcat 1.4.24 with the autoreload feature
that everyone likes to use so much, because it's just so convenient
when you're developing web applications not to have to restart the
web server every time you make a little change and want to see the
results once again.

Anyhow, when I upgraded to Tomcat 1.4.27 the autoreload feature was
not working even though I made the exact same change to the
conf/server.xml file, namely, just after the following
comment, insert the following DefaultContext tag:

!-- Define properties for each web application. This only needed
if you want to set non-default properties, or have web application
document roots in places other than the virtual host's appBase
directory. --

DefaultContext reloadable=true/

I wonder why there is not even a comment in conf/server.xml with these
lines commented out for easy uncommenting. There should be!

Anyhow, it doesn't seem to work with Tomcat 4.1.27. On the other hand
you,
mention a patch, but when I go to the download section from the web
site
http://jakarta.apache.org/tomcat/ I get to a page:

http://jakarta.apache.org/site/sourceindex.cgi

where the only download option I get is the following:

http://apache.mirrored.ca/jakarta/tomcat-4/source/jakarta-tomcat-4.1.27
-
src.tar.gz

... so I had to guess the path:

http://apache.mirrored.ca/jakarta/tomcat-4/binaries/

to the hotfix. Why isn't there simply a link to:

http://apache.mirrored.ca/jakarta/tomcat-4/ or equivalent on these
pages?

Regards,

Neil

On Thu, 23 Oct 2003, Lawence wrote:

 Dear all,

 I am using Tomcat 1.4.27 and each time after I made some modification
to
my servlet, tomcat didn't reload the updated one. By the way I already
installed the hot patch that is said to solve the reloading problem.
Any
ideas?

 Thanks in advance.


 -
 Do you Yahoo!?
 The New Yahoo! Shopping - with improved product search


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Servlet reload problem

2003-10-23 Thread Lawence
Dear all,
 
I am using Tomcat 1.4.27 and each time after I made some modification to my servlet, 
tomcat didn't reload the updated one. By the way I already installed the hot patch 
that is said to solve the reloading problem. Any ideas?
 
Thanks in advance.


-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

servlet reload problem

2001-03-08 Thread Dmitry Macsema

I've been using Tomcat 3.1 for some time, and suddenly it stopped
reloading my servlets :( All I can think as a reason is that I've
installed and started using WebMacro.

-- 
Best regards,
 Dmitry  mailto:[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: servlet reload problem

2001-03-08 Thread Dmitry Macsema

Hello Dmitry,

Thursday, March 08, 2001, 7:58:19 PM, you wrote:

DM I've been using Tomcat 3.1 for some time, and suddenly it stopped
DM reloading my servlets :( All I can think as a reason is that I've
DM installed and started using WebMacro.

An addition to what I've said: I've just installed Resin and servlet
reload doesn't work there too!

-- 
Best regards,
 Dmitrymailto:[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re[2]: servlet reload problem

2001-03-08 Thread Andrey Myatlyuk

Hello Dmitry,

Thursday, March 08, 2001, 7:27:41 AM, you wrote:

DM Hello Dmitry,

DM Thursday, March 08, 2001, 7:58:19 PM, you wrote:

DM I've been using Tomcat 3.1 for some time, and suddenly it stopped
DM reloading my servlets :( All I can think as a reason is that I've
DM installed and started using WebMacro.

DM An addition to what I've said: I've just installed Resin and servlet
DM reload doesn't work there too!

I see. But my point is:

In "examples" context servlets are reloaded fine,
But in my context the don't reload at all.

I'm going to investigate differences between these two contexts soon.

I installed Tomcat as out-of-process servlet engine with IIS 4.0 using
how-to documentation.

-- 
Best regards,
 Andreymailto:[EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]