workers2.properties URI config

2005-02-24 Thread Duncan Krebs
Hi, I've been successful in mapping requests from IIS to tomcat5 but am stuck on getting requests mapped to the root context. The config properties below is what I'm trying and I'm not having any luck. I can get to the root context with no problems when making a direct request on the tomcat port.

Re: Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-19 Thread Duncan Krebs
Yoav, just curious how do your pronounce your name. Mine is easy because it goes with Donuts but yours I can not find any restaurants or shops sharing the same. Being that are you an active participant to this forum I deem this email relevent. - Duncan - Original Message - From: Shapira,

Getting filepath of webapp without using Reqeust or Response

2004-11-09 Thread Duncan Krebs
Hi, I'm trying to figure out how I can lookup the real file path of my webapp in code without using the HttpServletResponse or HttpServletRequest. I have a lot of classes calling other classes and its annoying to always have to pass the request objects as parameters. Does anyone know if this is

Tomcat4x Development Process

2004-04-19 Thread Duncan Krebs
Hi, Since I have started developing with Tomcat4x I have noticed some annoying trends in my development process and am convinced there has to be a better way. I am finding that I always have to restart tomcat so updated java classes getting compiled into the web-inf folder get loaded. I have

Configuration Tomcat To Check For newer .class in web-inf

2004-04-19 Thread Duncan Krebs
Hi, Does anyone know how I can configure tomcat to check for updated .class files in the WEB-INF folder on every request and then load a new .class if it finds an updated version? Thanks

Re: Tomcat License

2004-04-08 Thread Duncan Krebs
on this list :). Trusting my opinion shouldn't be a substitute for grabbing a copy of the license (http://www.apache.org/licenses/LICENSE-2.0) and getting a professional opinion. Duncan Krebs [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I understand that tomcat lives under the apache

Tomcat License

2004-04-06 Thread Duncan Krebs
I understand that tomcat lives under the apache license but still have some confusion over it. Some clarity would be an answer to this question. Is it legal to take a project like tomcat wrap a homegrown installer around it, add some value added functionality and then put it in a box and sell

Figuring out why tomcat won't start

2004-04-02 Thread Duncan Krebs
Hey, Could anyone give me some pointers on how to find an error that is causing tomcat not to start. I'm using 4x on Windows, when I got to a prompt in the bin folder and type 'startup' the new DOS window opens for a split second and then closes right away. Most likely some error in my

Re: Figuring out why tomcat won't start

2004-04-02 Thread Duncan Krebs
- From: Duncan Krebs [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 3:24 PM To: Tomcat Users List Subject: Figuring out why tomcat won't start Hey, Could anyone give me some pointers on how to find an error that is causing tomcat not to start. I'm using 4x on Windows, when I got

Re: Tomcat4 performance issue when manually removing compiled jspsin work folder

2004-03-30 Thread Duncan Krebs
. PJ On Fri, 2004-03-26 at 18:39, Duncan Krebs wrote: Hi, I have had this snag for some time now and its starting to get the best of me. I'm running tomcat 4.1 and when I manually remove the .java and .class files in the /work/standalone folder even after the initial request of recompiling

Re: Tomcat4 performance issue when manually removing compiledjsps in work folder

2004-03-30 Thread Duncan Krebs
that these are always recompiled at start with the class files from the your webapp/WEB-INF/classes and lib directories being loaded in to memory. PJ On Fri, 2004-03-26 at 19:11, Duncan Krebs wrote: Peter, Thanks for the reply. It would make sense that on the request immediately after I delete

Re: restarting tomcat

2004-03-30 Thread Duncan Krebs
I also know that there are different types of debugging modes that you can run Tomcat it that do not require a restart for a .class file change. - Duncan - Original Message - From: Karl Coleman [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 10:43

Re: restarting tomcat

2004-03-30 Thread Duncan Krebs
see why this would not carry over to Tomcat5. - Duncan - Original Message - From: Rob Ross [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 10:55 PM Subject: RE: restarting tomcat -Original Message- From: Duncan Krebs [mailto:[EMAIL

Tomcat4 performance issue when manually removing compiled jsps in work folder

2004-03-29 Thread Duncan Krebs
Hi, I have had this snag for some time now and its starting to get the best of me. I'm running tomcat 4.1 and when I manually remove the .java and .class files in the /work/standalone folder even after the initial request of recompiling the jsp's tomcat hits 100% on my CPU and the overall