Shaji wrote:
> When Tomcat 6 finds that the specified AJP port is already in use,
> it increments the port number and try to bind to the next available
port.
Why does the AJP connector do this? Does mod_jk try the "next port"
too?
--
Mitchell Fisher | Unisys Corp.
-Original Message-
> Without SSL, though, remember that anyone who is capable of hijacking
> the session is probably also capable of sniffing your users'
> credentials. What are the implications of that? If it is unacceptable
to
> have your credentials go over the network in cleartext, then you will
> simply have to
> Christopher Schultz wrote:
>> Also, you could set the error page that is used when a user doesn't
have
>> the proper credentials to something that gives you the opportunity to
>> re-login in order to access the forbidden resource. When you want to
log
>> someone out of BASIC authentication, you
I apologize for asking such a basic question here, but how is logging
configured for Tomcat's AJP connector?
My Tomcat Status page shows an error count of one for jk-8009, and I hope
turning logging will show the problem.
-Mitch
---
I am trying to modify the snoop.jsp that comes with Tomcat 5.5.20. I
have the following snippet in my jsp and it compiles fine:
Path info<%
out.print(util.HTMLFilter.filter(request.getPathInfo())); %>
If I add the following before the above use of getPathInfo, I get syntax
errors on th
t, but in general mod_jk only permitts
patterns with a leading slash "/". So please try "/*.jsp".
Regards,
Rainer
Fisher, Mitchell L schrieb:
> There is no problem with the missing arrow.
> http://support.microsoft.com/kb/317204/en-us says:
>
> "In Intern
. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.
-Original Message-----
From: Fisher, Mitchell L [mailto:[EMAIL PROTECTED]
Sent: Monday, October 02, 2006 2:36 PM
To: Tomcat Users List
Subject: RE: IIS 6.0 with JK 1.2.19
T
Turk, Mladen wrote:
> One of the problems can be caused by the access rights for
> the folder having isapi_redirect.dll
> Also the IIS process must have full access rights to logs
> folder.
I changed security of \tomcat\bin\native & \tomcat\logs to:
. IIS_WPG to Allow Full Control
.
I have followed the instructions at
http://reynir.net/java/greinar/nr/52/ath but have managed to not get it
right. My ISAPI Filter does not show any arrow in the status column,
red or green. The Priority is * Unknown * and the Enable button is
grayed.
Are there any special instructions for 1.2.1