Re: JSP recompiles on every access - Tags in jar

2008-11-02 Thread Ron McNulty
Hi Mark A preliminary attempt failed - there are obviously considerable changes between 5.5.23 and the head code in this area. Also, Cedric's patch embedded absolute file paths in the generated _jsp.java file, which sounds less than optimal. All other file paths appear to be context relative.

RE: Set application default

2008-11-02 Thread Caldarale, Charles R
> From: WILLIAMer [mailto:[EMAIL PROTECTED] > Subject: Set application default > > I add crossContext="true" debug="0"/> in server.xml. You really shouldn't do that - it's truly the lazy way out (i.e., one that will cost you more time and energy later). > I dont wanna change my application name

Set application default

2008-11-02 Thread WILLIAMer
Hi all! I wanna make my application as default(ROOT). My application name is "Com" under the webapps directory. The application url is http://MyDomain/Com . I want to change the url to http://MyDomain/ . I add in server.xml. Restart tomcat and it work. Now this application is under Solaris mach

Re: All threads (200) are currently busy

2008-11-02 Thread Bob Hall
--- On Sun, 11/2/08 at 1:23 AM, Juha Laiho <[EMAIL PROTECTED]> wrote: > > What kind of situation did you have when you took the > thread dump in > the original request? Could you take a thread dump at a > such point in > time where you are actually waiting for a request to > complete? That > way,

Re: Iterations in JSF using JSTL via forEach

2008-11-02 Thread Nikola Milutinovic
JSTL is not a part of TC. Use Maven2 to assemble your application so it includes the desired version of JSTL. Or Ant. Nix. From: Alexander Hartner <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Friday, October 17, 2008 3:14:45 PM Subject: Re: Iterations

Re: Can HttpServletRequest.forward() work across different tomcat instances?

2008-11-02 Thread Sriram Narayanan
On Sun, Nov 2, 2008 at 2:41 PM, Sriram Kuna <[EMAIL PROTECTED]> wrote: > Hello, > > We have many Tomcat instances, each running on a different machine (they are > controlled by a load balancer). In this case, can a tomcat instance do > HttpServlet.forward() to some other tomcat instance? Please cla

Re: All threads (200) are currently busy

2008-11-02 Thread Juha Laiho
AD wrote: > On Sat, Nov 1, 2008 at 5:25 PM, Caldarale, Charles R < > [EMAIL PROTECTED]> wrote: > >>> From: AD [mailto:[EMAIL PROTECTED] >>> Subject: Re: All threads (200) are currently busy >>> >>> ah sorry, proxied through apache with mod_proxy_balancer on ajp port >> Can you try your load test d

Can HttpServletRequest.forward() work across different tomcat instances?

2008-11-02 Thread Sriram Kuna
Hello, We have many Tomcat instances, each running on a different machine (they are controlled by a load balancer). In this case, can a tomcat instance do HttpServlet.forward() to some other tomcat instance? Please clarify. Regards Sriram chandrayaan