Busy=number of parallel requests being processed for a worker at that
point of time.
If worker.yourloadbalanceworker.method=B, this loadbalancer will send a
request always to its balanced worker with the lowest busy count.
A bug in mod_jk 1.2.15 leads to the wrong display of very high busy
counte
Hy,
I have the following constelation:
Windows XP
Apache 2.0.58
Tomcat 4.1
Mod_jk 1.2.15
I secured one directory using htpasswd.
Calling the URL, the prompt to enter password and username pops up, and after I
entered it correctly, the authentication ist succesfull. (also the apache log
file co
Dear All:
Please explain what this "Busy" number is in jkmanager and its significance
to the load balancer.
Thanks in advance.
Mohan
--
View this message in context:
http://www.nabble.com/%22Busy%22-in-jkmanager-tf1888108.html#a5162174
Sent from the Tomcat - User forum at Nabble.com.
Hello
I have installed Tomcat and Apache, and both of them works fine,
however , tomcat has been installed as standalone and just listen
to Apache that came with Tomcat, how I can change it, so Tomcat works
with my desired Apache.
Thanks for your help
--
Hi all,
I have read several message on this issue, and tried many solutions
without a real success. Actually I can get it working but I am not happy
with that way(explained below).
I must admit that it is a mystery how native libraries are found in Tomcat.
I am running tomcat 5.5.15 with Axis on L
Hi... you might want to look at SecurityFilters. This make it possible for
each webapp to be given unique realm security, basically the concept is a
webapp containing its own security configuration so that you can deploy your
webapp without additional setup from the appservers.
Hope this helps..
The suggested link is technically gruff. I read a bit of it and did a quick
search concerning the 401 and the required headers and found
http://issues.apache.org/bugzilla/show_bug.cgi?id=13430
Apparently, the remarks offer some solutions. Sorry for the added
redundancy.
Thanks Mark,
atomi.
On 7/3
Böhringer Jochen wrote:
> But the problem is, that this valve is called after the basic authentication
> took place (exactly as it happens if I try to use a servlet filter).
If you explicitly define the Authenticator Valve as well as your own,
and specify your own first, you should get the behavi
atomi wrote:
> Funny thing, when I add
>
>
>401
>/customerrors/401.html
>
Not funny, just entirely expected. I suggest you read
http://www.ietf.org/rfc/rfc2617.txt?number=2617 before experimenting
with custom 401 responses.
Mark
-
Avi Deitcher wrote:
> I am not sure how NB grabs the console when it starts it via a
> command-prompt, but whatever it is doing is causing the deadlock. I will
> avoid it for now, but what is the right way to get NB and Tomcat
> together to figure it out?
I'd create a bug against NetBeans in the f
tanja Fuhr wrote:
> Hello,
>
> I would like to get list of sessions, which Tomcat are managed.
> I see, that I can use method findSessions() of StandardManager class, but I
> don't how can I get an instance of this class.
> All what I have is HttpServletRequest and HttpSession
This thread might
Andrew E. Davidson wrote:
> What does it do?
The name should be self-evident. To my knowledge, there are no docs
for it.
> How can I get a copy of it?
http://tomcat.apache.org/download-55.cgi
Search for "Administration Web Application"
> Why has it been removed from the standard distribution?
To
When starting a new thread (ie sending a message to the list about a
new topic) please do not reply to an existing message and change the
subject line. To many of the list archiving services and mail clients
used by list subscribers this makes your new message appear as part
of the old thread. Thi
This 'feature' is a side effect of the way some xml parsers are used.
The fix is easy. Look at antiResourceLocking and antiJARLocking on
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
Mark
Josh Parker wrote:
> Hi all -
>
> I'm running Tomcat 5.5.17 and having problems with redeployi
I've just deployed an application that worked like a charm on JBoss
4.0.1 with Jetty to JBoss 4.0.4 with Tomcat 5.5.17.
I'm working through some problems. The one that's got me scratching
my head now is that none of my jstl tags produce anything other than
themselves, exactly as originally wr
I have the following problem on Mac OS X that I do not have on Linux.
I install tomcat (I tried 5.5.17 and 4.1.31) and verify that the manager
application works. In particular, I can use the manager app to do a local
install from a directory by specifying the directory name with
'file:///pat
On 7/2/06, Alec Swan <[EMAIL PROTECTED]> wrote:
I have a servlet, which I deploy as a WAR file. I want this servlet to service
all .jsp requests, but have Tomcat service .css files from /site/css/ directory
inside the servlet WAR file. I don't want Tomcat to invoke my servlet when
serving CSS
On 7/3/06, Tom Jacobs <[EMAIL PROTECTED]> wrote:
I want to configure my Mac OS X Server 10.4 so Tomcat handles JSPs,
but Apache serves normal content (including PHP, CGI, and so on),
I've Googled extensively and tried many approaches,
such as?
I want to configure my Mac OS X Server 10.4 so Tomcat handles JSPs,
but Apache serves normal content (including PHP, CGI, and so on), all
without having to specify a special port. In other words:
www.mydomain.com/index.jsp (gets handled by Tomcat)
www.mydomain.com/index.html (gets handled by Ap
Hello,
I am experiencing a very slow tomcat startup through jsvc here (over
three minutes), which I can not figure out.
I am using Apache Tomcat/5.5.12 with a JVM 1.5.0_05-b05 on Suse 9.3 with a
Standard kernel.
The following is the console-output, when starting Tomcat via jsvc.
Jul 3, 2006 9
Funny thing, when I add
401
/customerrors/401.html
to the ../tomcat/conf/web.xml file - the manager app at
http://mydomain.com/manager/html throws a 404 error.
yes it is in the correct area in the file.
So. It would be great if someone could verify this and even better (i
Hello - I have jsvc running on solaris with Tomcat 5.5.17. I added the
patches so it accepts the procname argument. The process still shows up
as jsvc, should this work under Solaris as well or am I doing something
wrong? Startup command as follows:
$DAEMON_HOME/jsvc \
-user $TOMCAT_USER \
Include the bean-utils library from
http://jakarta.apache.org/commons/beanutils in the WEB-INF/lib directory
of your web application.
--David
[EMAIL PROTECTED] wrote:
This is an excerpt from my localhost_log file:
2006-07-03 12:50:32 StandardContext[/strutsBlank]Marking servlet action as
un
Carrie,
Did you include commons-beanutils in your war distribution? It is
required for struts (from what I remember), but it cannot find it.
[EMAIL PROTECTED] wrote:
>This is an excerpt from my localhost_log file:
>
>2006-07-03 12:50:32 StandardContext[/strutsBlank]Marking servlet action as
>una
This is an excerpt from my localhost_log file:
2006-07-03 12:50:32 StandardContext[/strutsBlank]Marking servlet action as
unavailable
2006-07-03 12:50:32 StandardContext[/strutsBlank]Servlet /strutsBlank threw
load() exception
javax.servlet.ServletException: Error instantiating servlet class
org.a
The bug concerning the high busy values has been fixed in version
1.2.16. The "V" value is an internal counter, on which the decision
concerning the load balancing is based. In 1.2.15 it is normal, that you
see nagative values. For 1.2.16 this behaviour has been changed, so you
should see only posi
This bug has been fixed in version 1.2.16.
We just now tagged 1.2.16. A release candidate is available. Please have
a look at
http://marc.theaimsgroup.com/?l=tomcat-dev&m=115194553720728&w=2
Test results are welcome. If no new problems will be found, the release
vote will procees starting Friday
The new attribute distance will help you. It was first implemented for
version 1.2.16, which is in the process of being released (see my other
answer).
Please test and let us know your results.
thuss2 schrieb:
> We have 10 web servers with Tomcat's running on them and a mod_jk
> configuration to
We just now tagged 1.2.16. A release candidate is available. Please have
a look at
http://marc.theaimsgroup.com/?l=tomcat-dev&m=115194553720728&w=2
Test results are welcome. If no new problems will be found, the release
vote will procees starting Friday.
The final release will be announced on th
Hi,
version 1.2.16 of the Apache Tomcat mod_jk web server connector has been
tagged. This version contains numerous bug fixes and some new
improvements over our last release 1.2.15. Please test and share your
experience.
If no critical bugs will be found, we will have a formal release vote
starti
On 7/2/06, Stanislav Komlenac <[EMAIL PROTECTED]> wrote:
Citiram Stanislav Komlenac <[EMAIL PROTECTED]>:
>>> I want to have 2 web applications on my web server. Idea si to
>>> makde JDBC Realm unique for each web application.
problem is that i dont understand what should i have in this
{conte
Hello,
I try to get the following to work (Apache Tomcat/5.5.9 as ServletContainer
within JBoss 4.x):
I have a servlet inside a web application which is protected by Basic
Authentication. The problem is that I have some clients which cannot do the
challenge response basic authentication needs.
Hi Markus,
ok, I see. Checking the log file is see that APR is used in the
home/base-installation!
The only irritating thing is that if APR is disabled (e.g. by not
supplying the necessary libraries) there is no "INFO" message about this
situation in a home/base-installation.
Cheers,
--St
Stefan Wachter wrote:
> 2. Is there a possibility to check if the APR is used or not?
Just look at the class names (Http11AprProtocol or Http11BaseProtocol)
reported by the init messages in catalina.out. For example:
- APR
22.06.2006 10:30:55 org.apache.coyote.http11.Http11AprProtocol init
- no A
Thanks to you Michael,
I solved the problem including "return true" before submitting the form
Siomara
Inclui/Altera Marca Propriedade
/
// Set focus to the first form element
//
function focusFirst()
{
d
Hi all,
after a while I had figured out how to use APR with Tomcat (cf.
http://thread.gmane.org/gmane.comp.jakarta.tomcat.user/133360/focus=133360)
on a 64-Bit environment with a 32-bit JVM. Now the next issue popped up:
If Tomcat is started from the CATALINA_HOME/bin directory by startup.sh
Hi Martina,
success! Thanks for your hints. In the following I summarize the steps
taken in order to help others with simmilar problems:
I was able to compile and install 32-bit versions of the tcnative and
the apr library on my 64-bit system. First I had to install some missing
32-bit depen
> According to all different things I have seen on the internet they
> sometimes talks about the classpath, however even if I add explicitely
> the servlet-api.jar that is in $CATALINA_HOME/common/lib on the
> classpath inside catalina.sh or on the system classpath that does not
> change anything.
You need to be using
Under the covers getOutputStream during the include. But a getWriter was
already called. Once you call getWriter - you can't call getOutputStream, or
you get the ISE.
jsp:include gets aroung this by wrapping the response and wrapping
getOutputStream to avoid this issue.
Hi Steffen,
yes, it's possible. RPMs install 32-bit libraries into /lib rather than
/lib64.
Choose a different installation directory for self-compiled libraries
using --prefix option of configure, and set the -m32 option for gcc.
Regards,
Martina
-Original Message-
From: Stefan Wachter
Hi everyone,
I am writing to this mailing list as my last chance because I am
completely stuck and cannot find solution to my problem anywhere on FAQ,
internet or other webresources.
Here is the problem, I am trying to deploy a very simple webservice
because I am new to webservice so I wanted to
Hi Martina,
you are right! Switching to the AMD-64-Bit virtual machine Tomcat does
no longer inform: "The Apache Native library...". Therefore I assume
that with that virtual machine the APR is used. Many thanks for your hint!
Some time ago I compared the performance of the AMD-64-Bit VM with
42 matches
Mail list logo