Re: classreloading and 4.x

2001-01-08 Thread Rolf Veen
Craig R. McClanahan wrote: > (...) > We can certainly decide that the "$CATALINA_HOME/webapps/scarab" directory has >already > been deployed under *some* context path, and not deploy it again. But that means you > would not be allowed to deploy the same directory under two context paths, even

Re: classreloading and 4.x

2001-01-04 Thread Craig R. McClanahan
Rolf Veen wrote: > Hi (feliz año nuevo). > > Craig R. McClanahan wrote: > > > First, your web.xml file defines the root webapp like so: > > > > > className="org.apache.catalina.loader.StandardLoader"/> > > > > so Catalina initializes a nice webapp for you, including re

Re: classreloading and 4.x

2001-01-04 Thread Rolf Veen
Hi (feliz año nuevo). Craig R. McClanahan wrote: > First, your web.xml file defines the root webapp like so: > > className="org.apache.catalina.loader.StandardLoader"/> > > so Catalina initializes a nice webapp for you, including reloading support. > > Next, Catalin

Re: classreloading and 4.x

2001-01-03 Thread Jon Stevens
on 1/3/2001 3:37 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > * Put the "scarab" webapp directory somewhere other than in > $CATALINA_HOME/webapps, and set your docBase > parameter above to an absolute path to it -- or at least > a path that is relative to the "appBase" directory of the

Re: classreloading and 4.x

2001-01-03 Thread Craig R. McClanahan
Jon Stevens wrote: > hey craig, > > classreloading is still broken. > > To test: > > #1. Check Scarab out of CVS. > #2. cd build; ./build.sh > #3. cd target; ./bin/catalina.sh run > #4. > #4a. click submit (no need to fill out the

Re: classreloading and 4.x

2001-01-03 Thread Jon Stevens
on 1/3/2001 2:09 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > I will look at this, using your recipie below, this afternoon. One quick > confirmation, though -- the classes you are changing are in WEB-INF/classes, > right? And not in WEB-INF/lib or $CATALINA_HOME/lib? > > Craig Corr

Re: classreloading and 4.x

2001-01-03 Thread Craig R. McClanahan
Jon Stevens wrote: > hey craig, > > classreloading is still broken. > I will look at this, using your recipie below, this afternoon. One quick confirmation, though -- the classes you are changing are in WEB-INF/classes, right? And not in WEB-INF/lib or $CATALINA_HOME/lib? Craig > > To test:

Re: classreloading and 4.x

2001-01-03 Thread Jon Stevens
hey craig, classreloading is still broken. To test: #1. Check Scarab out of CVS. #2. cd build; ./build.sh #3. cd target; ./bin/catalina.sh run #4. #4a. click submit (no need to fill out the form) #5. Notice System.out.println's

Re: classreloading and 4.x

2001-01-03 Thread Craig R. McClanahan
Jon Stevens wrote: > on 1/2/2001 10:28 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> > wrote: > > > You've got mail. > > > > Craig > > Craig, did you get my message? I tested the .jar file you sent me and it > doesn't work. Let me know if you need me to re-send the message again. > If you sent i

Re: classreloading and 4.x

2001-01-03 Thread Jon Stevens
on 1/2/2001 10:28 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > You've got mail. > > Craig Craig, did you get my message? I tested the .jar file you sent me and it doesn't work. Let me know if you need me to re-send the message again. thx. -jon -

Re: classreloading and 4.x

2001-01-02 Thread Craig R. McClanahan
Jon Stevens wrote: > on 1/2/2001 10:15 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> > wrote: > > > 's OK -- you will thank me the first time you need to update a deployed app on > > a > > production server without taking down Catalina :-). > > eh? > If you install the manager webapp (and set up

Re: classreloading and 4.x

2001-01-02 Thread Jon Stevens
on 1/2/2001 10:15 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > 's OK -- you will thank me the first time you need to update a deployed app on > a > production server without taking down Catalina :-). eh? > There is none, and cannot be (for the same reason you cannot write a complete >

Re: classreloading and 4.x

2001-01-02 Thread Craig R. McClanahan
Jon Stevens wrote: > on 1/2/2001 6:22 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> > wrote: > > > I just tried this again (against current CVS code) with Vincent's original > > test > > cases and it works fine for me. I can send you the test suite if you like, to > > verify that it works/doesn'

Re: classreloading and 4.x

2001-01-02 Thread Jon Stevens
on 1/2/2001 6:22 PM, "Craig R. McClanahan" <[EMAIL PROTECTED]> wrote: > I just tried this again (against current CVS code) with Vincent's original > test > cases and it works fine for me. I can send you the test suite if you like, to > verify that it works/doesn't work in your environment. > >

Re: classreloading and 4.x

2001-01-02 Thread Craig R. McClanahan
Jon Stevens wrote: > Ok, I have this in my server.xml: > > > > Yet when I change a class in my WEB-INF/classes directory, it doesn't get > reloaded. Any ideas? > I just tried this again (against current CVS code) with Vincent's original test cases and it works fine for me. I can send y

classreloading and 4.x

2001-01-02 Thread Jon Stevens
Ok, I have this in my server.xml: Yet when I change a class in my WEB-INF/classes directory, it doesn't get reloaded. Any ideas? -jon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL