RE: embedded tc

2001-08-29 Thread Keith Wannamaker
When I run a debugger (which is now running the embedded tomcat), I point straight to the build/tomcat/classes tree rather than have a lib directory. This way I don't have to rebuild the jars every time I make a change. I would have thought this would be a common procedure? Keith | -Origi

RE: embedded tc

2001-08-29 Thread cmanolache
On Wed, 29 Aug 2001, Larry Isaacs wrote: > message rather than skip the "put". I believe "tc_path_add" > is how Tomcat passes the "classpath" to Jasper, so Jasper > would be hosed with out it. Also, if cp==null, then your Well, Jasper will survive - JspInterceptor uses util.compat to get the c

RE: embedded tc

2001-08-29 Thread Larry Isaacs
esday, August 28, 2001 10:37 PM > To: [EMAIL PROTECTED] > Subject: Re: embedded tc > > > Quoting Keith Wannamaker <[EMAIL PROTECTED]>: > > > Could this ever happen or am I doing something silly? > > Keith > > [snip] > > > + if (cp != null) { &

Re: embedded tc

2001-08-28 Thread Christopher Cain
Quoting Keith Wannamaker <[EMAIL PROTECTED]>: > Could this ever happen or am I doing something silly? > Keith [snip] > + if (cp != null) { > System.getProperties().put("tc_path_add",cp); > + } Not sure if it could possibly happen or not. Just to add my $.02 to the above, h

embedded tc

2001-08-28 Thread Keith Wannamaker
Could this ever happen or am I doing something silly? Keith Index: src/share/org/apache/tomcat/startup/EmbededTomcat.java === RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/startup/EmbededTomcat.java, v retrieving rev