Re: JSP Reload problem (wierd)

2006-12-26 Thread Andre Prasetya
Mon, u have access to Tomcat Manager ? and its installed right ? try asking the manager to reload the application then hit refresh On 12/26/06, Mon Cab [EMAIL PROTECTED] wrote: --- Mon Cab [EMAIL PROTECTED] wrote: I just added the following to web.xml. init-param

Re: JSP Reload problem (wierd)

2006-12-26 Thread Martin Gainty
As with anything its 'weird' because its not understood or undocumented EmbeddedServletOptions has method getJspConfig() which will read the init params http://tomcat.apache.org/tomcat-5.0-doc/jasper/docs/api/org/apache/jasper/EmbeddedServletOptions.html you can then interrogate the returned

problem: tomcat build fails. No 'execute()' method on jspc

2006-12-26 Thread Bill Milbratz
Hi, I'm trying to build tomcat 5.5.028 from source. It fails on the 'build-webapps-precompile' due to a jsp task. I get this error: build-webapps-precompile: No public execute() in class org.apache.jasper.JspC It looks like the build-process compiles org.apache.jasper.JspC. And the

Re: problem: tomcat build fails. No 'execute()' method on jspc

2006-12-26 Thread Martin Gainty
Hello Bill- I would definitely post this to ant-users [EMAIL PROTECTED] to reference the jspc Ant task http://ant.apache.org/manual/OptionalTasks/jspc.html which states you can use the compiler=NameOfCompilerClass to specify classname of the Jsp compiler Adapter you desire (defaults to jasper)

i can't run jk connector, some one can help me

2006-12-26 Thread alvaro tovar
i try of configure sun one web server 6.1 and tomcat for use de nsapi.dllbut i can't this is magnus.conf # # The NetsiteRoot, ServerName, and ServerID directives are DEPRECATED. # They will not be supported in future releases of the Web Server. NetsiteRoot C:/Sun/WebServer6.1 ServerName

RE: problem: tomcat build fails. No 'execute()' method on jspc

2006-12-26 Thread Bill Milbratz
I would definitely post this to ant-users [EMAIL PROTECTED] to reference the jspc Ant task Thanks martin for the suggestion. I'm curious how others get this target to work. Fwiw, some additional bits of info: * the build process definitely builds JspC * This fails on both 1.6.5 and 1.7. Bill

Re: Tomcat on Gentoo from the horse, no hear say.

2006-12-26 Thread Leon Rosenberg
I never ment to start a flame war, so I will try to give short answer and without deepen the topic. On 12/26/06, Christopher Schultz [EMAIL PROTECTED] wrote: Leon, Leon Rosenberg wrote: Each day there are at least 2-3 people on the tomcat irc channel claiming having problems with tomcat,

Re: Tomcat on Gentoo from the horse, no hear say.

2006-12-26 Thread William L. Thomson Jr.
On Tue, 2006-12-26 at 18:13 +0100, Leon Rosenberg wrote: Except that you'd have to download the dependant stuff in the appropriate version and not just latest from head or release. Sure so you could be downloading and using a version of a library with bugs that have been fixed. Why live in the

RE: JSP Reload problem (wierd)

2006-12-26 Thread Caldarale, Charles R
From: Mon Cab [mailto:[EMAIL PROTECTED] Subject: RE: JSP Reload problem (wierd) init-param param-namecheckInterval/param-name param-value1/param-value /init-param init-param param-namedevelopment/param-name

Re: dedicated servlet connections

2006-12-26 Thread Rainer Jung
No priorities. You can configure multiple connectors with different thread counts and let your lb route on the correct connector based on the URL. Alec Swan schrieb: Rainer, we are not using Apache web server. Instead, HTTP requests get sent directly to the servlets in Tomcat. We do,

manager question

2006-12-26 Thread Jim Reynolds
Hello, I am running Tomcat 5.5.20 on a PC. I am using ant tasks to deploy, undeploy etc. But last week, I created a new host element. The new site works good, but I am having trouble with the ant tasks. First off, when I look at my http://localhost/manager/html; I see all applictions that are

Re: ajp connector issue - getting Unable to get the free in mod_jk.log file.

2006-12-26 Thread Shekar Tippur
Can anyone throw more light on this issue? We are being plagued by this problem and the only way we can resolve this is by HUP'ing the thread. - Shekar On 12/19/06, Shekar Tippur [EMAIL PROTECTED] wrote: Rainer, One another change we noticed was that response is cut off for a particular

Re: Peak load of Tomcat-powered server(s)?

2006-12-26 Thread Li Ma
Martin, For the concept No 2, I dont understand why the user defined in tomcat-users.xml will matter to number of connection or maxThreads? Can you explain more? Thanks! Li On 12/25/06, Martin Gainty [EMAIL PROTECTED] wrote: Tim makes a very good point to make this distinction clearer

Re: Peak load of Tomcat-powered server(s)?

2006-12-26 Thread Li Ma
Thank you all for all the answers and suggestions. Here're what I have got so far from you guys: 1. There's no way to tell a number, because there're too may factors that will definitely influence my mileage. Hehehe, I have expected this number. So I especially appreciate those who did put

Re: Peak load of Tomcat-powered server(s)?

2006-12-26 Thread John McPeek
Hi Li, I don't claim to have half the knowledge of some of the people around here, but I read an article about how WalMart upgraded to Java 5. They run WalMart.com on 100 servers running tomcat. I didn't read anything about clustering in the article, however I have got to think that your