Re: Rewrite Valve Problem

2020-07-22 Thread Kenneth Noel
----- > > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > > > For additional commands, e-mail: users-h...@tomcat.apache.org > > > > > > > - > > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > > For additional commands, e-mail: users-h...@tomcat.apache.org > > > > > -- Kenneth Noel Boston College DBA (617) 552-8511

rewrite stopped working

2020-07-21 Thread Kenneth Noel
first cmsadmin rewrite works. If I make one of the others first then that works. RewriteRule /cmsadmin /dev/f?p=100 RewriteRule /orgchart2 /dev/f?p=450 RewriteRule /phone /dev/f?p=772 Ken -- Kenneth Noel Boston College DBA (617) 552-8511

RE: WebApp Caching Broken

2018-03-08 Thread Kenneth Taylor
Thanks for the pointers. I did not realize that I had setup Tomcat emails to go to a folder and didn't see people's responses. Sorry about that. To clarify: We were making changes to our webapp and re-deploying and the changes were not showing up. We think this was happening because of the s

RE: WebApp Caching Broken

2018-03-06 Thread Kenneth Taylor
More troubleshooting revealed that our root context xml had been copied from another installation and had a wrong path in it. However, I don't think this was the problem since it was only a path to a Log4J config. We re-installed Tomcat from scratch and it seems to have resolved it, but this

WebApp Caching Broken

2018-03-05 Thread Kenneth Taylor
We are having a serious problem with Tomcat (8.5). Twice it has decided to PERMANENTLY cache one of our webapps. We are unable to update that webapp. We've tried everything imaginable, short of uninstalling Tomcat, which is the next step. Where is this cache and how do we turn it off? Why

RE: Can't Get SSL to Work in 8.5

2018-01-23 Thread Kenneth Taylor
List Subject: Re: Can't Get SSL to Work in 8.5 On Mon, Jan 22, 2018 at 2:23 PM, Kenneth Taylor wrote: > We are trying to get SSL to work in 8.5 and have been unsuccessful. We > followed all the instructions in the Tomcat documentation and what help is > available on the net

Can't Get SSL to Work in 8.5

2018-01-22 Thread Kenneth Taylor
We are trying to get SSL to work in 8.5 and have been unsuccessful. We followed all the instructions in the Tomcat documentation and what help is available on the net but have been unable to get TC to startup with an SSL Connector configured. Here is our Connector configuration:

Tomcat Files and Tools

2016-04-14 Thread King Kenneth
All, I have a few questions listed below please provided insight. Where do I find the tomcat-user.xml file? Where do I find the logging properties for Tomcat? Where is the java security manager, is this component installed by default? Thanks, Kenneth King Jr. Booz l Allen l Hamilton Office

Admin and Manager xml files

2016-04-14 Thread King Kenneth
All, Where is the admin.xml and manager.xml files located within the Tomcat directory? Thanks Kenneth King Jr. Booz l Allen l Hamilton Office (202) 317-5593 Cell (203) 450-7941

Basic Authentication

2016-04-14 Thread King Kenneth
All, Please provide an example of how to set a web application to BASIC within the web.xml file. Thanks, Kenneth King Jr. Booz l Allen l Hamilton Office (202) 317-5593 Cell (203) 450-7941

.htpasswd File

2016-04-14 Thread King Kenneth
All, Where is the .htpasswd File located within the Tomcat folder directory? Thanks, Kenneth King Jr. Booz l Allen l Hamilton Office (202) 317-5593 Cell (203) 450-7941

Tomcat Security Option

2016-04-14 Thread King Kenneth
All, How do you enable the Tomcat security option, will the follow change below enable this component? * Add the following text "Djava.security.manager" to the Java tab within Tomcat Configuration in the Java Options section Thanks, Kenneth King Jr. Booz l Allen l Hamil

Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-23 Thread Kenneth Erard
appy. Perhaps someone with deeper knowledge of Tomcat and JSVC has an answer. ------- Kenneth J. Erard Application Specialist II Information Technology Service College Hall 210, Toledo Campus 567.661.2096 (Office) (08:00 AM to 05:00 PM) 419.419.8492 (Mobile) ken

Re: Tomcat Unix daemon (jsvc) - problem with compilation

2013-05-23 Thread Kenneth Erard
-Djava.io.tmpdir=$CATALINA_BASE/temp \ org.apache.catalina.startup.Bootstrap "$@" start --- Kenneth J. Erard Application Specialist II Information Technology Service College Hall 210, Toledo Campus 567.661.2096 (Office) (08:00 AM to 05:00 PM) 419.419.8492 (Mobile) kenneth_er...

Re: Configure read/write-access in TomCat

2010-08-19 Thread Kenneth
My project-name is "Server" - but I guess that your answer still is correct. Thanks! Den 19-08-2010 05:06, Christopher Schultz skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mr. Andersen, On 8/18/2010 7:16 AM, K A wrote: user open part /Server/user/* use

Re: SSL requests not forwarding to jk on Solaris x86

2009-06-26 Thread Kenneth Aung
separate virtual host. Then in httpd.conf, after reading the instructions, I added, JkMountCopy All It works like a charm! Thanks again On Fri, Jun 26, 2009 at 9:36 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > &g

SSL requests not forwarding to jk on Solaris x86

2009-06-25 Thread Kenneth Aung
I have run into a strange problem. I have installed apache 2.2.11 from source. Installed nTrust certs. Everything works fine. I also installed Tomcat 5.5.27. Tested by itself port 8080 etc. all works fine. Then, mod_jk compiled the latest 1.2.28 from source (no binaries available). Set up workers.p

Exploded war folder becomes corrupt

2008-11-07 Thread Kenneth Westelinck
Windows XP, SP3, no virusscanner. Is there anyone else on the list that has seen this behaviour? Many thanks in advance. regards, Kenneth

Re: Session timeout problem in tomcat

2008-10-31 Thread Kenneth Westelinck
I have noticed that tomcat does not honor the session timeout of your webapp. It does, however, honor the timeout in tomcathome/conf/web.xml. I have seen this behaviour in Tomcat 6.0.16. I am not sure if newer versions honor the settings of the webapp's web.xml. On Fri, Oct 31, 2008 at 8:38 AM, Th

Re: OT: a java question - static initialization

2008-02-20 Thread Kenneth Westelinck
Did a quick test on 1.6.0 update 2 and the static block does get called. I guess this is a bug. On Feb 20, 2008 4:47 PM, Dave <[EMAIL PROTECTED]> wrote: > class Foo { > > private static int; > > static { > a = 100; > } > > Foo() { > > } > > } > > Class.forName(

Re: Need help with authentication

2007-04-04 Thread Kenneth Westelinck
Yes! It is working! Thank you all for your help. Sorry for being such a nag.

Re: Need help with authentication

2007-04-04 Thread Kenneth Westelinck
Hi again, I did some further researching. I found this on the 304 returned by Tomcat when using firefox: -8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<-- You should never see this error in your Web browser. It

Re: Need help with authentication

2007-04-04 Thread Kenneth Westelinck
Ok, here is some headers I found with "fiddler": From firefox: - Request 1: GET /eai-admin/ HTTP/1.1 Host: localhost:8080 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9

Re: Need help with authentication

2007-04-03 Thread Kenneth Westelinck
Any ideas why I only get redirected in firefox after doing a refresh and why this is working as it should in internet explorer?

Re: Need help with authentication

2007-03-30 Thread Kenneth Westelinck
So, I upgraded to Tomcat 5.5.23 (I was running 5.5.15). Now at least the problem is consistent. For all users I get the login page again. If I refresh, I get redirected to http://localhost/somewhere/index.html. On 3/30/07, Kenneth Westelinck <[EMAIL PROTECTED]> wrote: Ok, thanks all fo

Re: Need help with authentication

2007-03-30 Thread Kenneth Westelinck
Ok, thanks all for your replies. Another problem is the following: - I logon to http://localhost/somewhere using X's credentials. Logon succeeds and I get redirected to http://localhost/somewhere/index.html - I logon to http://localhost/somewhere using Y's credentials. I get the login page again.

Need help with authentication

2007-03-30 Thread Kenneth Westelinck
Hi all, I have the following setup: - Tomcat 5.5 install on win32, webapps reside underneath webapps/ROOT. http://localhost/ shows me index.jsp - Next I have enabled JDBC realm authentication (webapps/ROOT/WEB-INF/web.xml). / pages which require login

Tomcat problem

2007-02-12 Thread Kenneth B Burgess
ners threw load() exception ______ Kenneth Burgess Systems Administrator MeadWestvaco Packaging Systems, LLC [EMAIL PROTECTED] 404-897-4457 This email has been scanned for all viruses by the M

Tomcat problem

2007-02-12 Thread Kenneth B Burgess
ction refused: connect __ Kenneth Burgess Systems Administrator MeadWestvaco Packaging Systems, LLC [EMAIL PROTECTED] 404-897-4457 This email has been scanned for all viruses by the MessageLabs Sk

Re: Servlet on FileTypes

2006-06-09 Thread Kenneth Østby
On 6/9/06, Parsons Technical Services <[EMAIL PROTECTED]> wrote: Try just using *.page only. That will only work on /*.page, not in every subdir. - Original Message - From: "Kenneth Østby" <[EMAIL PROTECTED]> To: Sent: Friday, June 09, 2006 8:39

Servlet on FileTypes

2006-06-09 Thread Kenneth Østby
Hey.. I'm trying to map **/*.page to a spesific servlet, and I can't find any documentation about. Is there a way that I can use url-mapper to eat /**/*.page ? Kenneth

RE: Exception while expanding web application archive SeasonAdminTool.war

2006-05-02 Thread Kenneth Litwak
Subject: Re: Exception while expanding web application archive SeasonAdminTool.war check your log files first, then post the results here Kenneth Litwak wrote: > Any suggestions how to solve this exception? I wasn't having a problem > deploying and undeploying and then boom > WARN

Exception while expanding web application archive SeasonAdminTool.war

2006-05-02 Thread Kenneth Litwak
Any suggestions how to solve this exception? I wasn't having a problem deploying and undeploying and then boom WARNING: Exception while expanding web application archive SeasonAdminTool.war Started showing up. What could cause this? Ken -

Exception attempting to expand war

2006-05-01 Thread Kenneth Litwak
I've been modifying, undeploying and redeploying through Tomcat's manager application a web application for days. Suddenly at about 3 PM today, after I added a "submit" button in my HTML, I started getting this on the Tomcat 5 console: WARNING: Exception while expanding web application archive

Tomcat 4.x and JDK 1.4.x

2005-11-03 Thread George, Kenneth V [NTK]
We just recently upgraded one of our servers from JDK 1.3.15 to 1.4.2. After doing so, we are no longer able to get the web application to work. I am including the error and the web.xml. This worked fine with JDK 1.3.x. Any suggestions? Nov 3, 2005 5:27:05 PM org.apache.commons.digester.Dig