RE: [beginner question] reloading classes

2003-02-12 Thread Nandish A
add 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 classes Hm, I do not understand why I should restart Tomcat. The manager

Re: [beginner question] reloading classes

2003-02-12 Thread Bert Catsburg
: Tuesday, January 21, 2003 9:31 AM To: 'Tomcat' Subject: [beginner question] reloading classes Hi folks, I'm new to Tomcat, but not as new to J2EE. I have a jsp, and I made a change to a class that's being loaded into it as a bean, but I can't get the page to use the new

RE: [beginner question] reloading classes

2003-01-21 Thread Richie Chauhan
, 2003 9:31 AM To: 'Tomcat' Subject: [beginner question] reloading classes Hi folks, I'm new to Tomcat, but not as new to J2EE. I have a jsp, and I made a change to a class that's being loaded into it as a bean, but I can't get the page to use the new class and not the old on

RE: [beginner question] reloading classes

2003-01-21 Thread Tolles, James
Users List' 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 PR

RE: [beginner question] reloading classes

2003-01-21 Thread Denise Mangano
omcat 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

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:

RE: [beginner question] reloading classes

2003-01-21 Thread Denise Mangano
ginal 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

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 "incl

RE: [beginner question] reloading classes

2003-01-21 Thread Jeremy Nix
uires a restart of Tomcat. _ Jeremy Nix Senior Application Developer Southwest Financial -Original Message- From: Jacques Capesius [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 12:31 PM To: 'Tomcat' Subject: [beginner question] reloading classes Hi folks, I'

[beginner question] reloading classes

2003-01-21 Thread Jacques Capesius
Hi folks, I'm new to Tomcat, but not as new to J2EE. I have a jsp, and I made a change to a class that's being loaded into it as a bean, but I can't get the page to use the new class and not the old one. My question, thus, is: when I make changes to a class, how do I get Tomcat to reload the cla

beginner question...

2002-09-19 Thread Padhu Vinirs
Tomcat 4.0.4. I am trying to use the Manager application to deploy and start a web-app. Have created the directory under CATALINA_HOME/webapps ( c:\tomcat40\webapps\ExamBuilder ). Even have a default web.xml under web-inf. Have put a one-liner index.html under my app directory. I call manage

RE: Beginner question

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

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 th

Beginner question

2001-04-02 Thread Joey A. Gartin
Hi, I just installed Tomcat, and set the TOMCAT_HOME and JAVA_HOME environment variables in profile, when I export them and try to run startup.sh it is no go. I get an error message that says there is no such directory /usr/java/jdk1.3/bin/bin/java . If you take the /bin/java off the end you h

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 ext

Beginner question - revised

2001-04-01 Thread Gabe Mahoney
Hey all, I sent a mail earlier about having trouble with configuring tomcat to handle extension types other than .jsp. The problem is not exactly as I thought. I have modified web.xml so that type .rt is now handled by tomcat. My .rt file is just a jsp page with a different extension. I get the er

Beginner question

2001-03-31 Thread Gabe Mahoney
Hey all, I have figured out how to map files other than *.jsp to Tomcat. I am trying to cause .rt (RealText files) to be created dynamically. They are like xml files. I created a .rt file that looks like this: <%@ taglib uri="firstsong.tld" prefix="djmalloc" %> When I load it I get the follow