RE: JSPs, contexts, Tomcat 5.5.16+ and NPEs

2006-04-27 Thread Corey Kaiser
to get a foreign context. I am not sure what IDE you use, but in NetBeans and also in Eclipse in the past I was able to debug my Servlet/JSP and use watches, etc to play with the code to get my RequestDispatcher to work properly. HTH or at least points you in the right direction. Marc On 4/26

JSPs, contexts, Tomcat 5.5.16+ and NPEs

2006-04-26 Thread Corey Kaiser
I've finally nailed down what I think my problem with Tomcat 5.5.16 and greater is, and condensed it into this easy-to-use, FunSize-ed post. I have a webapp that is at the root of my appBase, defined in a Context element in my server.xml, like so: I have a

RE: more trouble with 5.5.16+

2006-04-20 Thread Corey Kaiser
2006 2:38 AM To: Tomcat Users List Subject: Re: more trouble with 5.5.16+ On 4/19/06, Corey Kaiser <[EMAIL PROTECTED]> wrote: > 5.5.17 beta exhibits all of the same issues as 5.5.16. > 5.5.12 works just as great as 5.5.15. The differences between 5.5.15 and 5.5.16+ are fairly safe look

RE: more trouble with 5.5.16+

2006-04-19 Thread Corey Kaiser
I suppose I meant SE Linux in my last question. Sorry for the confusion. -corey -Original Message- From: Corey Kaiser [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 19, 2006 10:27 AM To: 'users@tomcat.apache.org' Subject: more trouble with 5.5.16+ Hi, When I started my proje

more trouble with 5.5.16+

2006-04-19 Thread Corey Kaiser
Hi, When I started my project, Tomcat 5.5.15 was the current Tomcat version, so naturally I chose that as a jumping off point. I've managed to shoehorn our collection of servlets and code into an Apache + mod_jk + Tomcat environment, and it works beautifully with Tomcat 5.5.15. Since 5.5.16 and 5.5

RE: 5.5.16, Too many open files on startup

2006-04-14 Thread Corey Kaiser
(-n) 1024 pipe size (512 bytes, -p) 8 stack size(kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes(-u) 7168 virtual memory(kbytes, -v) unlimited Filip Corey Kaiser wrote: > Hi, > > I have a server.xml wit

5.5.16, Too many open files on startup

2006-04-13 Thread Corey Kaiser
Hi, I have a server.xml with 37 virtual hosts defined, each with 1 root context also defined in the same file (yes, not recommended, but not explicitly disallowed either, right?). Tomcat starts up fine and is solid with this config on 5.5.15, but not on 5.5.16. After 14 loaded contexts on 5.5.16

Property files and init-param question

2006-02-27 Thread Corey Kaiser
I'm in the process of moving a slew of servlets from Apache Jserv to Tomcat + mod_jk + Apache. I've managed to get most everything working, accept one little annoying thing. Using JServ, initArgs could be specified per zone and per servlet in a JServ zone config file like so: servlet.MyServlet.ini