RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread Cox, Charlie
I am using 4.0.1, so its possible that something may have changed, but see intermixed. -Original Message- From: JavaJosh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 4:08 PM To: [EMAIL PROTECTED] Subject: Where's my fish? How do I go fishing? (Tomcat 4.0) Hello,

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread JavaJosh
-Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:09 AM To: 'Tomcat Users List' Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0) ... your context needs to be set to reloadable=true. I have noticed that it takes one

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread Ilya Khandamirov
Forgive me, but I am not sure what tag to use to set reloadable file: %CATALINA_HOME%\conf\server.xml (or $CATALINA_HOME/conf/server.xml) tag: Context ... Regards, Ilya -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread John Roth
In esrver.xml: Context path=/yourcontextpath docBase=yourdocbase reloadable=true -Original Message- From: Ilya Khandamirov [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 5:53 PM To: 'Tomcat Users List' Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread JavaJosh
Thanks. Where is this attribute documented? -Original Message- From: John Roth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 2:59 PM To: 'Tomcat Users List' Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0) In esrver.xml: Context path

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread Craig R. McClanahan
On Wed, 20 Mar 2002, JavaJosh wrote: Date: Wed, 20 Mar 2002 18:27:41 -0800 From: JavaJosh [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-20 Thread JavaJosh
List Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0) On Wed, 20 Mar 2002, JavaJosh wrote: Date: Wed, 20 Mar 2002 18:27:41 -0800 From: JavaJosh [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED], [EMAIL

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-19 Thread Dahnke, Eric
If there is a JSP page either calling the servlet or the servlet includes or forward to a JSP page, you may want to try to touch *.jsp in the dirs containing the jsps. HTH -Original Message- From: JavaJosh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 4:08 PM To: [EMAIL

Re: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-19 Thread Peter Wieland
Hello, I just started fishing some weeks ago and I had similar difficulties. I don't know if there is an elegant way to catch some nice fish, but I can explain you the way I got it to work. I think it is a problem of Tomcats caches. (Not really a problem, because once an application is

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-19 Thread JavaJosh
Nope, no JSP. Just a plain old servlet. -Original Message- From: Dahnke, Eric [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 2:31 PM To: 'Tomcat Users List' Subject: RE: Where's my fish? How do I go fishing? (Tomcat 4.0) If there is a JSP page either calling

RE: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-19 Thread JavaJosh
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 2:47 PM To: [EMAIL PROTECTED] Subject: Re: Where's my fish? How do I go fishing? (Tomcat 4.0) Hello, I just started fishing some weeks ago and I had similar difficulties. I don't know if there is an elegant way to catch some nice

Re: Where's my fish? How do I go fishing? (Tomcat 4.0)

2002-03-19 Thread Joel Rees
JavaJosh wrote (about the cache getting stale): Nope, no JSP. Just a plain old servlet. I think this is a known issue, and I think there is even a tool for forcing the cache to pick up your changes. It's really difficult to trace dependencies through a program without executing it. That is