Log4j issues upgrading from 5.5.9 to 5.5.12

2005-10-27 Thread Rick
=${catalina.home}/logs/cache.log ... --- The Jars for JGroups and OSCache are both in my web-app's lib folder, not in common/lib. Anyone else have a similar issue and find a fix? Thanks,

RE: tomcat 5.5.9 basic config

2005-11-14 Thread Rick
that you don't show a directory listing.. You need to setup your welcome file list in your webapp's web.xml file. Located in... /webapps//WEB-INF/web.xml - index.jsp - -Rick -Original Message- From: mic

Log4j issues upgrading from 5.5.9 to 5.5.12

2005-11-14 Thread Rick
tries. My webapp level loggers do not see any log entries from the above mentioned classes. Anyone else have a similar issue and find a fix? Thanks, Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

RE: Log4j issues upgrading from 5.5.9 to 5.5.12

2005-11-14 Thread Rick
Allistair, Well, great . Thanks for confirming I'm not crazy. Were you able to find anything in the changelog between 5.5.9 and .12 that would have caused this? I have not had any luck yet. -Rick -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Posted At: M

jakartaee-migration-1.0.7 migration tool failure

2024-02-08 Thread Rick Noel
use this class java.net.URI instead of java.net.URL anyone have ideas on how to make xmlrpc-server3.1.3.jar tomcat 10 compliant? BTW the jar in question has classes in this package org.apache.xmlrpc. Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com

RE: [EXT]Re: jakartaee-migration-1.0.7 migration tool failure

2024-02-08 Thread Rick Noel
java.base/java.lang.Thread.run(Thread.java:833) Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Mark Thomas Sent: Thursday, February 8, 2024 8:54 AM To: users@tomcat.apache.org Subject: [EXT]Re: jakartaee-migration-1.0.7 migration tool failure [You

RE: [EXT]Re: jakartaee-migration-1.0.7 migration tool failure

2024-02-08 Thread Rick Noel
f ( mapping == null ) Log.debug( "HandlerMapping is null" ); else { String[] methods = mapping.getListMethods(); for ( int x = 0; x < methods.length; x++ ) { Log.debug( "method: " + methods[x] ); } }

RE: [EXT]Re: jakartaee-migration-1.0.7 migration tool failure

2024-02-08 Thread Rick Noel
runs in Tomcat 9 and that war still fails with same compile error. So to summarize. the migration tool fails to convert third party jar xmlrpc-server3.1.3.jar And it also fails when I use it on my .war ran through the migration tool. Rick Noel Systems Programmer | Westwood One rn

RE: [EXT]Re: [EXT]Re: jakartaee-migration-1.0.7 migration tool failure

2024-02-08 Thread Rick Noel
x = 0; x < methods.length; x++ ) { Log.debug( "method: " + methods[x] ); } } mapping.setAuthenticationHandler(new AuthenticationHandler() { //rick removed override annotaion so this class will compile on java 1.5

RE: [EXT]Re: [EXT]Re: jakartaee-migration-1.0.7 migration tool failure

2024-02-09 Thread Rick Noel
be: - take the WAR file that works on Tomcat 9 - drop in webapps-javaee in Tomcat 10 and let Tomcat convert it automatically Mark On 08/02/2024 20:28, Rick Noel wrote: > No I cannot compile from command line. > > But I do not really care how eclipse compiles my class anyway.

404 for j_security_check

2024-03-14 Thread Rick Noel
ONE Auth /auth/* radiovoodoo NONE FORM /membership/login.jsp /membership/error.jsp Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com

RE: [EXT]Re: 404 for j_security_check

2024-03-15 Thread Rick Noel
BUT I do not want to change my application code, I just want to tell Tomcat 10 to stop Expiring cache so that session log in data is not lost My main question is I want to know how to configure Tomcat 10 to not loose session data that tells the user has successfully logged in Rick Noe

RE: [EXT]Re: 404 for j_security_check

2024-03-19 Thread Rick Noel
Chris, Thanks for the help, I agree with all your statements. I now see the JSESSIONID cookies. I found a bug in my code. My issue was nothing to do with Tomcat behavior. Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Christopher Schultz

Tomcat 10 waning that expireSessionsOnShutdown is not set

2024-03-21 Thread Rick Noel
my application web.xml I have. the needed Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com

RE: [EXT]Re: Tomcat 10 waning that expireSessionsOnShutdown is not set

2024-03-21 Thread Rick Noel
Thank you Chuck Do you have a feel if DeltaManager is better than BackupManager? Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Chuck Caldarale Sent: Thursday, March 21, 2024 3:37 PM To: Tomcat Users List Subject: [EXT]Re: Tomcat 10

RE: [EXT]Re: [EXT]Re: Tomcat 10 waning that expireSessionsOnShutdown is not set

2024-03-22 Thread Rick Noel
Thanks Chuck great link to lots of good stuff Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Chuck Caldarale Sent: Thursday, March 21, 2024 4:00 PM To: Tomcat Users List Subject: [EXT]Re: [EXT]Re: Tomcat 10 waning that

Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
ant to search out change them all to implement serialiazable I am hoping there is a way to configure Tomcat to just not try and replication sessions all object which are not serialiazable Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com

RE: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
like this?...

RE: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
the application code itself) Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Rick Noel Sent: Friday, March 22, 2024 11:43 AM To: Tomcat Users List Subject: RE: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentExceptio

RE: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
I do not want to replicate customer because that class does not implement serializable I was looking for someway that the Manager would NOT try to replicate it Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Mark Thomas Sent: Friday, March

RE: [EXT]Re: Tomcat session replication issue - java.lang.IllegalArgumentException: setAttribute: Non-serializable attribute :

2024-03-22 Thread Rick Noel
Thank you very much Chris The classes my app uses should be serialize anyway so I just go that route. But thanks for that code snippet too Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Christopher Schultz Sent: Friday, March 22, 2024 2:36

performance tunning of Tomcat 10

2024-03-27 Thread Rick Noel
Also, am I good with setting protocol="org.apache.coyote.http11.Http11NioProtocol" And then setting That will tell Tomcat to do HTTP2 Correct? Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com

RE: [EXT]Re: performance tunning of Tomcat 10

2024-03-27 Thread Rick Noel
Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Christopher Schultz Sent: Wednesday, March 27, 2024 8:24 AM To: Tomcat Users List ; Rick Noel Cc: Voodoo nmulcahy gmail ; David Jung Subject: [EXT]Re: performance tunning of Tomcat 10 Rick

RE: [EXT]Re: [EXT]Re: performance tunning of Tomcat 10

2024-03-28 Thread Rick Noel
Apache Benchmark tool and was able to see how our app responses with a test requests of 1 and concurrent requests of 40 and those results look good to me with worst response time of only 1000 miliseconds. Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original

how to define database resource in just context.xml or server.xml

2024-03-29 Thread Rick Noel
as defined in server.xml.. I have xxx out postgres URL for security reasons Below is my database resource as defined in context.xml Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com

RE: [EXT]Re: how to define database resource in just context.xml or server.xml

2024-03-29 Thread Rick Noel
If have the resource defined in CATALINA_BASE/conf/context.xml And CATALINA_BASE/conf/server.xml Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Christopher Schultz Sent: Friday, March 29, 2024 11:47 AM To: users@tomcat.apache.org Subject

FW: [EXT]Re: how to define database resource in just context.xml or server.xml

2024-03-29 Thread Rick Noel
context.xml file is. And snippet from my server.xml is. Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Rick Noel Sent: Friday, March 29, 2024 11:57 AM To: Tomcat Users List Subject: RE

RE: [EXT]Re: how to define database resource in just context.xml or server.xml

2024-03-29 Thread Rick Noel
. All the different dev applications also use the same database. So that is why we define resources in the context.xml file Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Christopher Schultz Sent: Friday, March 29, 2024 2:21 PM To: Tomcat Users

RE: FW: [EXT]Re: how to define database resource in just context.xml or server.xml

2024-03-29 Thread Rick Noel
Yeah I like the idea of using the Resourcelink in the context.xml and then keep the defining of that datasource in the server.xml Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Christopher Schultz Sent: Friday, March 29, 2024 2:23 PM To

RE: [EXT]Re: how to define database resource in just context.xml or server.xml

2024-04-01 Thread Rick Noel
idea being that a developer working on one application would think if he changed the web.xml for his application, hey maybe I should change the other application's web.xml also Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Mark Thomas Se

unable to set compression, compressionMinSize and compressableMinemType attributes in UpgradeProtocol element

2024-04-02 Thread Rick Noel
by using the UpgradeProtcol Correct? Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com

RE: [EXT]Re: unable to set compression, compressionMinSize and compressableMinemType attributes in UpgradeProtocol element

2024-04-02 Thread Rick Noel
its name imply it is better? Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Mark Thomas Sent: Tuesday, April 2, 2024 10:05 AM To: users@tomcat.apache.org Subject: [EXT]Re: unable to set compression, compressionMinSize and compressableMinemType

Tomcat 10 session replication fails

2024-04-11 Thread Rick Noel
... Rick

RE: [EXT]Re: Tomcat 10 session replication fails

2024-04-11 Thread Rick Noel
Thanks Chuck, We are getting closer Changing ports from the 5000 range to the 4000 range stopped two errors But now I get this.. INFO: Manager [##0001]: skipping state transfer. No members active in cluster group How to I make the member machine in the cluster active? Rick Noel

RE: [EXT]Re: [EXT]Re: Tomcat 10 session replication fails

2024-04-15 Thread Rick Noel
environment we have only one machine in the "cluster". So we really do not have a "cluster" environment. Again, we would like to know is going on before we introduce clustering in our live environment. We are using Java 17 and Tomcat 10 Rick Noel Systems Programm

.intermittent InvocationTargetException errors

2024-04-15 Thread Rick Noel
could use to test that theory out? Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com

RE: [EXT]Re: .intermittent InvocationTargetException errors

2024-04-15 Thread Rick Noel
CoyoteAdapter.java:344) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:391) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:896) Rick

Tomcat 10 clustering is not replicating session data

2024-04-16 Thread Rick Noel
SIONS sync phase start date [4/16/24, 12:48 PM] message date [4/16/24, 12:48 PM] Our live environment has two app server machines being fed by one loadbalancer. In our dev environment, that has just one machine, this same session data can be extracted. But not on the live 2 machine environm

clustering logging erors Tomcat10 with Java 17

2024-04-18 Thread Rick Noel
Rick

Tomcat 10 skipping state transfer. No members active in cluster group

2024-04-22 Thread Rick Noel
reciver port to a different port also port="4002" In my application level web.xml on both servers I have included the needed tag What am I missing here? Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com

RE: [EXT]Re: Tomcat 10 skipping state transfer. No members active in cluster group

2024-04-22 Thread Rick Noel
Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Chuck Caldarale Sent: Monday, April 22, 2024 4:41 PM To: Tomcat Users List Subject: [EXT]Re: Tomcat 10 skipping state transfer. No members active in cluster group > On Apr 22, 2024, at 09

RE: [EXT]Re: [EXT]Re: Tomcat 10 skipping state transfer. No members active in cluster group

2024-04-22 Thread Rick Noel
Chuck, So you mean we use the VM's IP as the address value below Instead or using the value of auto ? Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Chuck Caldarale Sent: Monday, April 22, 2024 6:20 PM To: Tomcat Users

RE: [EXT]Re: [EXT]Re: [EXT]Re: Tomcat 10 skipping state transfer. No members active in cluster group

2024-04-23 Thread Rick Noel
ureRandom WARNING: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [32,646] milliseconds. Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Chuck Caldarale Sent: Monday, April 22, 2024 10:08 PM To: Tomcat User

RE: [EXT]Re: [EXT]Re: [EXT]Re: Tomcat 10 skipping state transfer. No members active in cluster group

2024-04-23 Thread Rick Noel
[main] org.apache.catalina.ha.session.DeltaManager.waitForSendAllSessions Manager [##0001]; session state sent at [4/23/24, 9:19 AM] received in [104] ms. Rick Noel Systems Programmer | Westwood One rn...@westwoodone.com -Original Message- From: Rick Noel Sent: Tuesday, April 23, 2024 8:56 AM To: Tomcat

Tomcat java processes eat processor.

2006-06-15 Thread Rick Cockerham
s breaking my code. I can't have any downtime. The thirty seconds it takes to restart tomcat a couple times a day causes many phone calls. Of course the incredibly slow machine also causes phone calls. Please help! Thanks, Rick

Re: Tomcat java processes eat processor.

2006-06-16 Thread Rick Cockerham
Didn't work. -3 doesn't kill it. I tried for several minutes. Then I tried -6. That killed it, but I didn't get the core. Where do you think it put it? I did this: 'kill -6 2393 2> error' error was empty. Thanks, Rick Peter Crowther wrote: From: R

Re: Tomcat java processes eat processor.

2006-06-19 Thread Rick Cockerham
OK. I finally got a file dumped out from this kill. But, it doesn't look interesting to me. Any idea what this means to me? Any other debug ideas? Thanks, Rick Unexpected Signal : 3 occurred at PC=0x45C6D876 Function=(null)+0x45C6D876 Library=/opt/blackdown-jdk-1.4.2.01/jre/lib

Re: Tomcat java processes eat processor.

2006-06-19 Thread Rick Cockerham
guys! Thanks, Rick Leon Rosenberg wrote: On 6/19/06, Rick Cockerham <[EMAIL PROTECTED]> wrote: OK. I finally got a file dumped out from this kill. But, it doesn't look interesting to me. Any idea what this means to me? Any other debug ideas? a) paste complete stack trace b)

Re: Tomcat java processes eat processor.

2006-06-20 Thread Rick Cockerham
Not sure what you mean. I can recompile and deploy the code with no problems. So, probably... Leon Rosenberg wrote: On 6/19/06, Rick Cockerham <[EMAIL PROTECTED]> wrote: I wish it would give me a stack trace. That would be wonderful. The part I left out was just a list of a

Re: Tomcat java processes eat processor.

2006-06-21 Thread Rick Cockerham
This looks perfect. It's what I need. However... I've been all over the website below. I don't see how to install this through web.xml. I see how to extend a servlet. I'm using JSP. So, that's a little more difficult. Thanks, Rick Leon Rosenberg wr

Possible to send 503 status over JK?

2006-07-25 Thread Rick G
this. Otherwise, anyone familiar or have a link with the standard processing pipeline in tomcat 5.5.x and know the order of valve/filter execution that can point me in the right direction? Thanks for any help, Rick G - To start

RE: Problems with IE6, AJP1.3, Apache httpd and tomcat

2006-07-25 Thread Rick G
about, at least not enough to be noticeable, but I'll have a look to see if I can see anything of the sort. As a note, currently using Tomcat 5.5.12, Apache 2.0.46, mod_jk 1.2.15. -Rick -Original Message- From: Robert [mailto:[EMAIL PROTECTED] Posted At: Tuesday, July 25, 2006 8:

RE: Possible to send 503 status over JK?

2006-07-25 Thread Rick G
the return value say... "@return 200 in case of a successful decoduing, 500 in case of error." But I'm still reading Again if anyone has any info that can point me in the right direction, I would appreciate it. -Rick -Original Message- From: Martin Gainty [mailto:[EMAIL PROTE

RE: Tomcat Connectors versioning

2006-07-25 Thread Rick G
Doing a directory list, puts them in alphabetical order, which isn't the real order, just look at the dates.. Think of .5-.9 as .05 - .09. jk-1.2.15 is the latest. Jk-1.2.05 Jk-1.2.06 Jk-1.2.07 Jk-1.2.08 Jk-1.2.09 Jk-1.2.10 Jk-1.2.11 etc -Original Message- From: Garthfield Carter [mail

RE: Possible to send 503 status over JK?

2006-07-25 Thread Rick G
east when using a front end web server. -Rick -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Posted At: Tuesday, July 25, 2006 10:30 AM Posted To: Tomcat Dev Conversation: Possible to send 503 status over JK? Subject: Re: Possible to send 503 status over JK? Rick- Hav

RE: Possible to send 503 status over JK?

2006-07-25 Thread Rick G
s for your input, -Rick -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Posted At: Tuesday, July 25, 2006 3:55 PM Posted To: Tomcat Dev Conversation: Possible to send 503 status over JK? Subject: Re: Possible to send 503 status over JK? On 7/25/06, Rick G <[EMAIL P

RE: Possible to send 503 status over JK?

2006-07-25 Thread Rick G
code handler in httpd.conf? Just seems that if Apache can handle the 503 with Tomcat down, that it shouldn't work any different with Tomcat running but with a webapp down, as long as if its returning the same status code. Thank you much for your feedback, Rick -Original Message-

RE: Possible to send 503 status over JK?

2006-07-26 Thread Rick G
most likely is no content returned. Maybe I'll try recompiling tomcat to not generate the error page content just to see if the behavior changes. Thanks again for your input Len, -Rick -Original Message- From: Len Popp [mailto:[EMAIL PROTECTED] Posted At: Wednesday, July 26, 2006

RE: Problems with IE6, AJP1.3, Apache httpd and tomcat

2006-07-26 Thread Rick G
Robert, Do you have some sample script/servlet that you can reliably reproduce the issue that I could try? If not, could you let me know a bit more about the operation, frequency of the occurrence? -Rick -Original Message- From: Robert [mailto:[EMAIL PROTECTED] Posted At: Tuesday

[Solution] mod_jk: Could not find a worker for worker name=worker1

2006-09-27 Thread Rick Fisk
I was having a bit of trouble with mod_jk1.2.19 and virtual host configuration in apache 2. I hope I can shed some light on what I discovered and put this question to rest. The error message in the subject can be found all over the net with no helpful responses.I know, I was having this proble

RE: Tomcat logging problem

2006-10-03 Thread Rick Fisk
I tried your script both ways and it worked flawlessly on a CentOS 3.6 box. I would take a look under which user the jvm is running after you start your script. (ps -ef | grep java) If it is running as root then that might indicate that something about the su command isn't working as expected. It

RE: Tomcat not serving pages

2006-10-08 Thread Rick Fisk
Tomcat doesn't run on port 80 by default, Mike. Try http://localhost:8080/ -Original Message- From: mike dorian [mailto:[EMAIL PROTECTED] Sent: Saturday, October 07, 2006 11:19 AM To: users@tomcat.apache.org Subject: Tomcat not serving pages Hi, Having a bit of a problem on running Tomc

can't access Tomcat 5 default home page from Windows PC's

2005-11-14 Thread Rick LOpez
the pages from other Linux or Apple PC's on the same network but no Windows PC's. This is a local network with no security issues to deal with. Thanks for any insight into this problem. Rick __ Do You Yahoo!? Tired of spam? Yahoo! Ma

Re: can't access Tomcat 5 default home page from Windows PC's

2005-11-14 Thread Rick LOpez
ndows PC's and could access the Tomcat pages successfully. XP firewall isn't enabled. Looking at IE settings now but changing security settings hasn't had any affects so far. Thanks, Rick Hassan Schroeder <[EMAIL PROTECTED]> wrote: Rick LOpez wrote: > I have instal

Re: can't access Tomcat 5 default home page from Windows PC's

2005-11-14 Thread Rick LOpez
OK it was something easy as I thought but overlooked. Had to type in http:// when using IE in order to get it to load. :-) Rick LOpez <[EMAIL PROTECTED]> wrote:Had done all the basic checks with no problems found. Tried changing the port to 80 in the server.xml file but I then couldn&#x

How to use dbcp connection pool with different driver versions

2006-01-02 Thread Rick Uks
Hi Is it possible to configure two datasources using different versions of same driver. I have to communicate with Postgres 8 and also with Postgres 7.2.*. driverClassName="org.postgresql.Driver" will use JDBC driver first visible to classloader, can i do something about it other then writing my

how to use datasource in a non-tomcat project?

2006-02-02 Thread Rick Col
Hi, guys: I am stuck here with this problem. I created a Java project on Eclipse, the reason is I have to use my own framework that won't fit into a Tomcat project. But we are using Tomcat to run our application. Now I have to create datasource for Hibernate to use. If this is a tomcat project, I

Re: how to use datasource in a non-tomcat project?

2006-02-02 Thread Rick Col
to > create it. > mas > > Rick Col wrote: > > >Hi, guys: > > > >I am stuck here with this problem. I created a Java > >project on > >Eclipse, the reason is I have to use my own > framework > >that won't > >fit into a Tomcat pr

duplicate WEB-INF folder created under base directory

2006-02-05 Thread Rick Col
Hi, I am using Tomcat 4.1, and TomcatPlugin3.1 for Eclipse3.1.1. I created a Tomcat project, evert time I run tomcat, a duplicate folder created under base directory, and war file is not automatically unpacked. Another thing is: when I try to run my application, it was told all struts tld files

Re: duplicate WEB-INF folder created under base directory

2006-02-05 Thread Rick Col
Thanks for the reply, Mark. Actually, WEB-INF folder name is correct, here I copied the build location used for build target from build.xml: and build task works perfectly fine. And the following is part of unpacked war file directory: . WEB-INF/ WEB-INF/classes/

Re: IE 20 session cookies limitation

2006-04-14 Thread Rick Wong
forms to a spec?) Thanks, -- Rick Rick Wong wrote: Hi, I am using Tomcat 5.0.26. I have 20+ web applications hooked up with single-sign-on. Each web application generates a JESSIONID session cookie with a different path, and shares a single JSESSIONIDSSO. When testing my suite of applica

Re: IE 20 session cookies limitation

2006-04-21 Thread Rick Wong
This is neat. Thanks! -- Rick Peter Rossbach wrote: Option is Then all webapps share the same session id. Cheers Peter Am 16.04.2006 um 15:12 schrieb Tim Funk: Check the docs - there is an option that will allow tomcat to use the same jsessionid for all webapps. -Tim Rick Wong

RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15

2006-05-12 Thread Rick G
nance" page if the web-app is stopped, instead of tomcat returning its own generated 503 response. Thanks for any info, -Rick -Original Message- From: Yue Mu [mailto:[EMAIL PROTECTED] Posted At: Saturday, February 04, 2006 11:59 PM Posted To: Tomcat Dev Conversation: Custom HTTP 503

RE: You must specify a valid --with-apxs path

2006-05-15 Thread Rick G
Well, did you verify apxs is in the folder you have specified, apxs is installed with the httpd-devel package/rpm. -Original Message- From: MOURANI Gerhard [mailto:[EMAIL PROTECTED] Posted At: Monday, May 15, 2006 8:10 AM Posted To: Tomcat Dev Conversation: You must specify a valid --wi

TC 5.5.12 w/ APR 1.2.2 , APR Not Found

2006-06-07 Thread Rick G
2.2 version? The server is running RedHat Enterprise 3 ES Thanks for any help, Rick - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tomcat 5.5 Regular Expression as servlet-mapping url-pattern

2006-10-27 Thread Rick Fisk
Have you tried using getServletContext()? (http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletC ontext.html) We use this as a means to find and match our properties (stored in a common property container directory by context) since we deploy multiple instances of the same app f

RE: Very basic web server hosting question

2006-10-30 Thread Rick Fisk
The point is, whether you were using Apache, IIS, or Tomcat, the problem you are trying to resolve is generic and not related to tomcat itself. Thus, this probably isn't the proper forum to direct your question. -Original Message- From: CANADAFAST INC. [mailto:[EMAIL PROTECTED] Sent: Mond

Autodeploy fails

2006-11-15 Thread Rick Dettwyler
I have tomcat 5.5 working on both linux and Windows. I am using the default configuration. When I copy a WAR file to webapps/, it will be autodeployed successfully but only the first time. If I "touch" that same WAR file, the autodeploy will fail, as it leaves the webapps/[appname]/[appname].log

RE: Autodeploy fails

2006-11-15 Thread Rick Dettwyler
, restart tomcat. I thought that autodeploy would take care of that, but I guess not. Thanks, Rick -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 1:35 PM To: Tomcat Users List Subject: RE: Autodeploy fails > From: Rick Dettwy

RE: Autodeploy fails

2006-11-15 Thread Rick Dettwyler
The log is created by tomcat and is not within the WAR file. I will stop Tomcat, remove the directory and restart Tomcat, which will deploy the WAR file, as autoDeploy doesn't seem to be able to do that with Tomcat already running. Thanks again, Rick -Original Message- From: Cald

RE: Autodeploy fails

2006-11-15 Thread Rick Dettwyler
I will look for that, which would help immensely. Thanks again. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 2:57 PM To: Tomcat Users List Subject: RE: Autodeploy fails > From: Rick Dettwyler [mailto:[EMAIL PROTEC

Applet -> Servlet Communication Losing Session ID Crossing Firewall

2006-11-17 Thread Rick Strong
a request for a new session...which kills the app. Argh. Any ideas as to how I can figure out what is mangling my applet's requests across the firewall? Any information very much appreciated! Rick Strong - To start a

Version question

2006-11-29 Thread rick . edwards
introduced this to our environment has since left the company and left little documentation as to what he did. Is there a way to find the version of my nsapi_redirector.so? TIA Rick NOTICE: This confidential e-mail message is only for the intended recipient(s). If you are not the intende

Differences When Starting Tomcat (5.5) as a Windows Service vs User Pgm?

2007-03-15 Thread Rick Strong
NullPointerExceptions. Does the default directory change when running as a service? Anything else I should know? Any FAQs on this? Thanks, Rick Strong - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

RE: changing the name of tomcat homedir - impact?

2007-04-18 Thread Rick Fisk
You can name it anything you want. I have never once installed tomcat under its default directory name and have never had any problems arise from the practice. -Original Message- From: Christoph P. Kukulies [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 5:38 AM To: [EMAIL PROTE

Tip: SSL & upgrading to Tomcat 6.0

2007-11-13 Thread Rick Archibald
SLEnabled="true", the SSL started working correctly. HTH, Rick Archibald

tomcat5_security problem

2008-01-22 Thread Rick Knight
not start. Can someone suggest a solution for this? Thanks, Rick - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat hangs on SATA Linux server

2008-03-19 Thread Rick Fincher
significant difference between the two servers. Anyone have a clue what is causing this? Thanks! Rick - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Refreshing Tomcat After Replacing Webapp Classes

2008-03-21 Thread Rick Strong
This is making development very slow and frustrating - the steps I have to go through seem excessive, and I get the feeling that I'm missing something. Thanks for any information! Rick Strong - To start a new

error message, can you tell me where I went wrong

2008-05-22 Thread Rick Simpson
page on server, but taskbar icon still shows Tomcat stopped. Thanks for any help you can provide. Rick Simpson Insl-x 308 Old County Road Edgewater, FL 32132 T/386-428-6461, x164 F/386-427-7130 Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTEC

RE: error message, can you tell me where I went wrong

2008-05-22 Thread Rick Simpson
Thanks everyone for the responses. I added the msvcr71.dll to the Tomcat bin file and it fixed my problems. THANKS -Original Message- From: Chris Stewart [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 11:23 AM To: Tomcat Users List Subject: Re: error message, can you tell me wher

Moving a site

2008-05-22 Thread Rick Simpson
Tomcat web application manager, under the root. I can see the file on the manager page but when I try to click on it I get an error The requested source is not available. I started with little hair and this is taking the rest. Thanks Rick Simpson Insl-x 308 Old County Road Edgewater, FL 32132 T/386

RE: Moving a site

2008-05-22 Thread Rick Simpson
All 3 remaining hairs will thank you. Tomcat 5.5 Java JDK 1.6.0 Sever 2003 May 22, 2008 11:53:05 AM org.apache.catalina.core.StandardContext stop INFO: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/SalesPor tal] has not been started May 22, 2008 11:53:12 AM org.apache

RE: Moving a site

2008-05-22 Thread Rick Simpson
David I am sorry to sound like I don't know what I am doing but I don't. I can open the rest of the folders in webapp folder from the manager just not mine. The file I am moving came from version 4.1 of Tomcat, not sure if that matters or not. -Original Message- From: David Smith [mailto

RE: Moving a site

2008-05-22 Thread Rick Simpson
First It is a 20 meg folder not a shortcut Second Local system has read permissions Third C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\SalesPortal Fourth sorry its so long but complete log ay 22, 2008 11:50:43 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO:

IIS6, Tomcat 6.0, ISAPI redirector 1.2.27 - no log on one server

2009-01-21 Thread Rick Larkin
I've searched all over the web and on the list to try and find an answer to my question. We have a similar installation for a DEV, TEST, STAGE and PROD environments, namely: Windows 2003 Tomcat 6.0 (I don't remember the full version, but it isn't critical to this post) isapi_redirect.dll version 1

Trouble installing Tomcat.

2010-01-13 Thread Rick Bragg
? Is there a log file somewhere I can look at? Thanks Rick - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

trouble connecting with mod_jk to my Tomcat "missing uri map for 127.0.0.1:"

2010-01-14 Thread Rick Hightower
common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent CustomLog /var/log/apache2/other_vhosts_access.log vhost_combined # Include generic snippets of statements Include /etc/apache2/conf.d/ # Include the virtual host configurations: Include /etc/apache2/sites-enabled/ -- Rick Hightower http://www.google.com/profiles/RichardHightower

Re: Trouble installing Tomcat.

2010-01-14 Thread Rick Bragg
On Wed, 2010-01-13 at 22:49 +, Mark Thomas wrote: > On 13/01/2010 22:48, Rick Bragg wrote: > > Hi, > > > > I have installed Tomcat, and I get the "It Works" page perfect, however, > > when I try to go to the manager webapp I get the unauthorized 401 error

Re: trouble connecting with mod_jk to my Tomcat "missing uri map for 127.0.0.1:"

2010-01-14 Thread Rick Hightower
like to be able to access it through Apache2 from localhost/hello or 127.0.0.1/hello<http://127.0.0.0/hello>, but I get a 404 and then the above trace message instead. On Thu, Jan 14, 2010 at 2:52 PM, Rick Hightower wrote: > I am having some trouble connecting with mod_jk to my

  1   2   >