Re: [beginner question] reloading classes

2003-02-12 Thread Bert Catsburg
Hm, I do not understand why I should restart Tomcat. The manager webapp should do the trick according to the documentation. Why does this not work, or does it? http://localhost:8080/manager/reload?path=/PAQ I hope to hear from somebody since I have this same solution. Thanks, Bert Catsburg

RE: [beginner question] reloading classes

2003-02-12 Thread Nandish A
add Context path=/apps docBase=apps debug=0 reloadable=true crossContext=true in you server.xml file -Original Message- From: Bert Catsburg [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 9:00 PM To: Tomcat Users List Subject:Re: [beginner question] reloading

RE: [beginner question] reloading classes

2003-01-21 Thread Jeremy Nix
If you're stopping and starting tomcat and seeing that the change has not been picked up, then you're experiencing a classloader issue where that class is being picked up in a higher classloader before your version of that class is. For instance:

Re: [beginner question] reloading classes

2003-01-21 Thread Erik Price
Is it possible that you need to re-compile the JSP file itself? I don't know the mechanics of JSPs, but I know that whenever I include one JSP into another at compile time, if I change the included JSP, then I need to make sure that the including JSP is recompiled too. Otherwise the

RE: [beginner question] reloading classes

2003-01-21 Thread Denise Mangano
Message- From: Jeremy Nix [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 12:53 PM To: Tomcat Users List Subject: RE: [beginner question] reloading classes If you're stopping and starting tomcat and seeing that the change has not been picked up, then you're experiencing

RE: [beginner question] reloading classes

2003-01-21 Thread Tolles, James
We use the little manager servlet/application. As I recall there is a pretty good HowTo on it for Tomcat 4. -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 11:12 AM To: 'Tomcat Users List' Subject: RE: [beginner question] reloading

RE: [beginner question] reloading classes

2003-01-21 Thread Denise Mangano
Users List' Subject: RE: [beginner question] reloading classes We use the little manager servlet/application. As I recall there is a pretty good HowTo on it for Tomcat 4. -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 11:12 AM To: 'Tomcat

RE: [beginner question] reloading classes

2003-01-21 Thread Tolles, James
' Subject: RE: [beginner question] reloading classes Sorry, posted spur of the moment before I even checked the docs... I will do my homework :-P Thanks!! Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Tolles, James [mailto:[EMAIL PROTECTED]] Sent

RE: [beginner question] reloading classes

2003-01-21 Thread Richie Chauhan
touch the jsp file where the bean is being loaded. touch and recompile the bean restart tomcat try and pull up jsp page now That should work - it takes a while to get used to that. Richie -Original Message- From: Jacques Capesius [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21,

RE: Beginner question

2001-04-02 Thread Trakhtenberg, Victor
The JAVA_HOME should be : /usr/java/jdk1.3 -Original Message- From: Joey A. Gartin [SMTP:[EMAIL PROTECTED]] Sent: 02 2001 17:59 To: [EMAIL PROTECTED] Subject: Beginner question Hi, I just installed Tomcat, and set the TOMCAT_HOME and JAVA_HOME environment variables

RE: Beginner question

2001-04-02 Thread Joey A. Gartin
Thank you!

Re: Beginner question - revised

2001-04-01 Thread Mr.Y.SHIVAKANT
-Original Message- From: Gabe Mahoney [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 02, 2001 2:49 AM Subject: Beginner question - revised Hey all, I sent a mail earlier about having trouble with configuring tomcat to handle extension types other than