RE: AJP port - How to stop Tomcat from incrementing the AJP port number

2007-10-22 Thread Fisher, Mitchell L
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-

RE: session hijacking again

2007-01-30 Thread Fisher, Mitchell L
> 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

RE: how to tell Tomcat to send a blank "WWW-Authenticate" header?

2007-01-21 Thread Fisher, Mitchell L
> 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

AJP Logging

2006-12-08 Thread Fisher, Mitchell L
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 ---

JSP Syntax Error

2006-11-09 Thread Fisher, Mitchell L
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

RE: IIS 6.0 with JK 1.2.19

2006-10-04 Thread Fisher, Mitchell L
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

RE: IIS 6.0 with JK 1.2.19

2006-10-03 Thread Fisher, Mitchell L
. 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

RE: IIS 6.0 with JK 1.2.19

2006-10-02 Thread Fisher, Mitchell L
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 .

IIS 6.0 with JK 1.2.19

2006-10-01 Thread Fisher, Mitchell L
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