Re: Tomcat randomly hangs

2007-01-26 Thread Brian Cross
I have not tried this since it said this applied only to 2.4 kernels, but I am willing to try anything at this point, thanks! Zsolt Koppany wrote: Did you try: export LD_ASSUME_KERNEL=2.2.5 or export LD_ASSUME_KERNEL=2.4.1 tomcat start Zsolt -Original Message- From: Brian

Re: Tomcat randomly hangs

2007-01-26 Thread Brian Cross
. Leon Rosenberg wrote: Brian, have you actually tested the memory of the machine? Leon Stefan Baramov wrote: Since you all are using Java 5 why do you try to enable JMX. JConsole could give you a good insight on threads. It could even provide thread dump or possibly detect deadlock

Re: Tomcat randomly hangs

2007-01-26 Thread Brian Cross
session open and just took out the LD_ASSUME_KERNEL line which fixed it, but that was a close one. I just wanted to warn anyone that has a 2.6 kernel not to try this. Thanks. Brian Cross wrote: I have not tried this since it said this applied only to 2.4 kernels, but I am willing to try anything

Re: Tomcat randomly hangs - new info

2007-01-26 Thread Brian Cross
to look for. I realize this is almost certainly not a tomcat issue so I won't post anymore about it, but I thought I would just give an update. Thanks for all the suggestions. --Brian. Brian Cross wrote: Hello and thanks in advance for any advice. We have Tomcat 5.5.20 running standalone

Mem Leak / Too Many ServerCookie instances?

2007-02-23 Thread Brian Cross
, --Brian.

CometProcessor sending duplicate END events in Tomcat 6.0.20

2009-09-11 Thread Brian Morris
is re-closed. Of course this secondary problem is harder to reproduce in a small test case, but I do see it consistently in my application. I'm wondering if this is a legitimate bug, there's a work around, or I'm doing something wrong. Test case and output are below. -Brian

not able to connect to localhost

2009-10-30 Thread Brian Wolf
Searched and googled for a answer for couple of hours. I've installed and un-installed Tomcat 5.x and 6.x several times using the windows installer on the Tomcat Apache site on Windows XP. I've started it as service, and not, manually, on port 80 and 8080. Stopped all other server

Re: not able to connect to localhost

2009-10-30 Thread Brian Wolf
peter.crowt...@melandra.com wrote: 2009/10/30 Brian Wolf brw...@gmail.com: I've installed and un-installed Tomcat 5.x and 6.x several times using the windows installer on the Tomcat Apache site on Windows XP. I've started it as service, and not, manually, on port 80 and 8080

Re: not able to connect to localhost

2009-10-30 Thread Brian Wolf
the special MS uninstall tool , which I recommend (I als used it to get rid of that persistant and nasty Answers toolbar in Firefox, I believe Answers is a malware company) tOn Fri, Oct 30, 2009 at 11:35 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Brian Wolf [mailto:brw

The server encountered an internal error () that prevented it from fulfilling this request.

2009-10-31 Thread Brian Wolf
Hi, *I don't know if this is the correct list to ask this, but this is an error from a servlet loaded under tomcat (if thats the right phrase)* * * *Thanks!* * * * * * * * * *description* *The server encountered an internal error () that prevented it from fulfilling this request.*

Re: The server encountered an internal error () that prevented it from fulfilling this request.

2009-10-31 Thread Brian Wolf
, Konstantin Kolinko knst.koli...@gmail.comwrote: 2009/11/1 Brian Wolf brw...@gmail.com: *description* *The server encountered an internal error () that prevented it from fulfilling this request.* *exception* org.apache.jasper.JasperException: /search.jsp(151,22) Attribute value language

Re: Optimizing Tomcat with Http11NioProtocol?

2008-12-29 Thread Brian Clark
allocated to Tomcat/Java. Good luck, Brian From: nodje nodje...@gmail.com To: users@tomcat.apache.org Sent: Monday, December 29, 2008 2:57:14 AM Subject: Optimizing Tomcat with Http11NioProtocol? Hi, we are still using 5.5.12 in production and our users

Re: Hints on upgrading from 6.0.14 to 6.0.18 on production server

2008-12-29 Thread Brian Clark
within the value While I haven't found a way to automatically fix them, you can at least find all of your JSPs ( *.jsp*) in need of an update with the following regular expression (take a deep breath): \w+:[^]+=[^]*%=[^%]*|\w+:[^]+='[^']*%=[^%]*' Enjoy, Brian

Re: Optimizing Tomcat with Http11NioProtocol?

2008-12-29 Thread Brian Clark
valuable. There is a free and a commercial version. WE use the free version and it works great. Check it out at http://www.hyperic.com We use this tool to monitor heap usage and thread usage over time, so that we can tell if we are hitting our upper limits on either of these constraints. Brian

Re: Optimizing Tomcat with Http11NioProtocol?

2008-12-30 Thread Brian Clark
. But it only works with JDK 1.6.x. It seems to have most of the features of LambdaProbe, Jmeter and Jconsole, as well as a bunch of others. https://visualvm.dev.java.net/ Brian From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent

Re: SSL Accelerator - Front ending Tomcat

2009-01-07 Thread Brian Clark
? I tried that, and it didnt' seem to have an effect. I have the exact scenario (SSL accelerator in front of Tomcat) described above and am having problems forcing my apps to generate https URLs instead of http. (BTW: I'm running Tomcat 6.0.16 on Windows 2003) Thanks, Brian

Re: maxKeepAliveRequests attribute configuration

2009-01-18 Thread Brian Clark
Do you monitor your tomcat server(s) for memory and CPU use? I'd get some baseline measurements and then incrementally increase your maxKeepAliveRequests value until your problem goes away, all the while making sure you don't have memory or CPU issues. Brian Clark VP, IS Omeda On Jan 18

Re: Monitor Tomcat

2009-01-21 Thread Brian Clark
I use Sun's Visual VM. https://visualvm.dev.java.net/ Brian From: Zaki Akhmad zakiakh...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, January 20, 2009 10:02:51 PM Subject: Monitor Tomcat Hello, I am deploying my web application

Re: SECURITY breach in Tomcat

2009-01-22 Thread Brian Clark
What version of Tomcat are you using? What version of the JVM? What version of Windows? Are you up to date on your Windows patches? From: Toby Kurien tobyis7...@gmail.com To: users@tomcat.apache.org Sent: Thursday, January 22, 2009 9:16:46 AM Subject:

Re: SECURITY breach in Tomcat

2009-01-22 Thread Brian Clark
these: https://www.mcafeesecure.com http://www.alertsite.com/security.shtml http://www.qualys.com/index.php Qualys and Alertsite have free trials. I suggest you use them. They may also be able to find a hole in your own web apps as your problem may not be in Tomcat, the JVM or the OS. Brian

Re: running tomcat with root user

2009-02-01 Thread Brian Millett
and maintain a working jail. Can anyone suggest another alternative? I am not linux user expert so maybe there is an obvious solution i am missing? thanks http://commons.apache.org/daemon/jsvc.html works great, less filling. -- Brian Millett - [ Morden (to Londo), Revelations] The Narns

Re: jsvc problem with PID

2009-02-01 Thread Brian Millett
\ org.apache.catalina.startup.Bootstrap # # To get a verbose JVM #-verbose \ # To get a debug of jsvc. #-debug \ ;; stop) # # Stop Tomcat # PID=`cat /var/run/jsvc.pid` kill $PID ;; *) echo Usage tomcat.sh start/stop exit 1 ;; esac -- Brian Millett

Periodic slow response to initial call to HttpServletRequest.getParameter()

2009-06-11 Thread Brian Harper
? If it had something to do with the Apache or mod_jk config, I'd have expected that the request wouldn't have been hanging on the getParameter call, it would have been hung up before my servlet was ever invoked. Any help would be greatly appreciated. Thanks, Brian Harper

Re: APR Native library on tomcat 6

2009-06-19 Thread Brian Millett
On Fri, 2009-06-19 at 02:05 -0700, lmk wrote: --prefix=/usr/tomcat/apache-tomcat-6.0.18 I'd look where you told it to go. -- Brian Millett - [ Sinclair (re: The Line), The Gathering] The sky was full of stars and every star an exploding ship...one of ours. signature.asc Description

Re: integrating Apache 2 server and Tomcat

2009-06-26 Thread Brian Millett
://localhost:8080%{REQUEST_URI}; [P,L] RewriteRule ^/(.*)/servlet/(.*) http://localhost:8080%{REQUEST_URI}; [P,L] /LocationMatch /IfModule __END__ -- Brian Millett - [ Sinclair, Zathras, and Garibaldi, Babylon Squared] S: Why do you need Babylon 5? Z: Zathras tell, you let Zathras go

Re: Problem accessing two McKoi databases from Tomcat

2006-06-26 Thread Brian Buchanan
='testcurzon' dataSource='jdbc/curzon' select * from Film /sql:query ... etc. I HTH. ._. Brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-08 Thread Brian Munroe
- JkMount /manager/html* tc5028 In workers.properties worker.tc5028.type=ajp13 worker.tc5028.host=localhost worker.tc5028.port=8093 ... Which works great to access the 5.0.x manager, but how can set up a JkMount to hit the 5.5.x manager? thanks -- brian

Re: ApacheConfig returns ClassCastException for mod_jk

2006-07-09 Thread Brian Munroe
to Engine Also, did you modify your httpd.conf file? Include $TOMCAT_HOME/conf/jk/mod_jk.conf-auto -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-10 Thread Brian Munroe
(ThreadPool.java:683) java.lang.Thread.run(Thread.java:534) thanks -- brian On 7/8/06, Brian Munroe [EMAIL PROTECTED] wrote: I am trying to set up an environment that has both a Tomcat 5.5.17 and a Tomcat 5.0.28 instance running, accessed via Apache 2.0.58 + mod_jk. Can anyone recommend a URL

Re: Tomcat manager URL configuration for 2 tomcat instances, Apache + mod_jk

2006-07-10 Thread Brian Munroe
you very much for your help! -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Not able to start server

2006-07-10 Thread McRaven, Brian
line as I get for the full version of tomcat. I'm using port 80. Brian McRaven

Re: problem accessing the webpages using specific hostname

2006-07-10 Thread Brian Munroe
. Are you running a firewall? What OS are you using? -- brian - 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: problem accessing the webpages using specific hostname

2006-07-10 Thread Brian Munroe
OS firewall or something. -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

File isn't found in ROOT directory

2006-07-11 Thread McRaven, Brian
that my browser is overridding my request for my index.jsp file for the tomcat homepage index.jsp instead? I've tried opening other jsp's that I migrated to this folder and I get a 404 not found message when I do this. Brian

RE: File isn't found in ROOT directory

2006-07-11 Thread McRaven, Brian
I'm using Tomcat 5.5.17 and the server.xml file has this in it: Host name=localhost appBase=webapps unpackWARs=true autoDeploy=true xmlValidation=false xmlNamespaceAware=false Thanks, Brian -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11

RE: File isn't found in ROOT directory

2006-07-11 Thread McRaven, Brian
. I notice that if I put my index.jsp in a subfolder of the ROOT directory then I can access it. Brian -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 11:32 AM To: Tomcat Users List Subject: Re: File isn't found in ROOT directory Two issue here

RE: File isn't found in ROOT directory

2006-07-11 Thread McRaven, Brian
that ends well. I must have overlooked something in there like saving the web.xml file before I tried the address. I'm now having trouble getting my servlet recognized which I will post in a separate post. Brian -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, July

Accessing a servlet

2006-07-11 Thread McRaven, Brian
url-pattern/JustALittleTest.class/url-pattern /servlet-mapping I've tried a few changes to the above entries but I haven't gotten it right yet. Should the servlet-class value have a .class extension? Is my url pattern accessing the correct folder? Brian

RE: Accessing a servlet

2006-07-11 Thread McRaven, Brian
-classJustAlittleTest/servlet-class /servlet servlet-mapping servlet-nameJustALittleTest/servlet-name url-pattern/JustALittleTest/url-pattern /servlet-mapping And my action attribute=JustALittleTest. Brian -Original Message- From: McRaven, Brian Sent: Tuesday, July 11

RE: Accessing a servlet

2006-07-11 Thread McRaven, Brian
OK I did that and now my system is hanging which I guess could be an error in my code or something with the server. I think it is my code so I'll look that over. Thanks for your help. Sorry for the confusion. Brian -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent

Re: mod_jk 1.2.16 release candidate: ready to test

2006-07-11 Thread Brian Munroe
with the latest and greatest. I downloaded it and it compiled cleanly on Solaris 9 (I think I used to have to do some trickery) - I haven't run in to any bugs with the light testing I've done. -- brian - To start a new topic, e-mail

Re: mod_jk 1.2.16 release candidate: ready to test

2006-07-11 Thread Brian Munroe
On 7/11/06, Richard Mixon [EMAIL PROTECTED] wrote: Thanks to all those who replied with respect to the orginal thread. Please do not hijack and existing thread. Start a new thread. You have thoroughly mucked up this thread on mod_jk 1.2.16 rele4ase candidate: ready to test. Richard, I was

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
of package 3 changed entry in web.xml file to reflect package that servlet is in for the url-pattern 4 changed JSP so that the forms action=firstpack.JustALittleTest I've looked at the log files but I'm not sure what to look for. Brian -Original Message- From: Jon Wingfield [mailto:[EMAIL

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
/servlet-name url-pattern/firstpack.JustALittleTest/url-pattern /servlet-mapping I get an error of 'Error allocating a servlet instance' Brian -Original Message- From: Pid [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 9:46 AM To: Tomcat Users List Subject: Re

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
If the url-pattern should be /firstpack/JustALittleTest then should the form on the JSP refer to action=firstpack.JustALittleTest or action=firstpack/JustALittleTest ? Brian -Original Message- From: McRaven, Brian Sent: Wednesday, July 12, 2006 9:55 AM To: Tomcat Users List; [EMAIL

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
-name url-pattern/firstpack/JustALittleTest/url-pattern /servlet-mapping And I get requested resource not found. Brian -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 11:05 AM To: Tomcat Users List Subject: Re: Accessing a servlet

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
Yes, the forms are in the ROOT webapp. The firstpack is in the ROOT/WEB-INF/classes folder. Where should the firstpack go? Brian -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 11:30 AM To: Tomcat Users List Subject: Re: Accessing

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
this sound like I need to develop the servlet in the firstpack folder? Brian -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 12:59 PM To: Tomcat Users List Subject: Re: Accessing a servlet ROOT/WEB-INF/classes/firstpack/JustALittleTest.class

RE: Accessing a servlet

2006-07-12 Thread McRaven, Brian
but it isn't doing what I want. I'm going to try a different approach in my code. The way I have it now I'm using a print statement to output just a % action tag with appropiate body %. Brian -Original Message- From: Lenandlar Singh [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006

Re: Alias' and the like

2006-07-12 Thread Brian Munroe
get a Tomcat level 404 I am still not convinced that JkMount respects the Alias directive. -- brian ps. While we continue to beat this dead horse, I think Mladen Turk came up with a vaild solution. - To start a new topic, e-mail

Re: Alias' and the like

2006-07-12 Thread Brian Munroe
an alternative host name for name-baeed virtual hosts. It has nothing to do with what David (or myself at one point in time) is trying to accomplish. -- brian - To start a new topic, e-mail: users@tomcat.apache.org

Re: Increase Heapsize

2006-07-19 Thread Brian Munroe
as getting some JVM performance metrics, the newer Tomcats have a JMX proxy servlet that accepts JMX queries, you might be able to look there for some answers...but I dunno about 4.06. That is the latest version Vignette supports? And I thought Documentum was bad with the 5.0.x series! -- brian

Re: Apache to Tomcat via JK on different machines --- 503 / socket errno=60

2006-07-20 Thread Brian Munroe
sure MACHINE 2 isn't running a firewall blocking port 8009? -- brian - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Install on XP Home edition

2006-08-02 Thread McRaven, Brian
and only line that is written in the DOS screen. Does anyone know what could be wrong here. Does the fact that I installed the program on a Home Edition of XP mean that it won't work. I know I can't get IIS installed on a Home Edition of XP. Brian McRaven

RE: Install on XP Home edition

2006-08-03 Thread McRaven, Brian
that it is the system PATH variable that I need to add the directory to. Brian -Original Message- From: Htin Kyaw Nyo [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 02, 2006 1:10 PM To: Tomcat Users List Subject: Re: Install on XP Home edition Seems like JAVA_HOME has not been defined

RE: Changing to different index.jsp from Tomcat default index.jsp

2006-08-16 Thread McRaven, Brian
To: Tomcat Users List Subject: Re: Changing to different index.jsp from Tomcat default index.jsp McRaven, Brian wrote: When I start my Tomcat server and link to http://localhost/ I get the default index.jsp that comes with Apache Tomcat Server. I want to use my own index.jsp how do I achieve

Tomcat 5.5.17 role-name*/role-name behavior change

2006-09-01 Thread brian bay
from.. thanks, Brian

Re: Tomcat 5.5.17 role-name*/role-name behavior change

2006-09-01 Thread brian bay
authenticates all roles. Brian Bay On 9/1/06, brian bay [EMAIL PROTECTED] wrote: I recently upgraded from tomcat 5.0.28 to 5.5.17. I have security set up on all my apps to allow any user that can authenticate against ldap access to the application So in 5.0.28, I defined role-name*/role

Re: Migration from jk2 to jk, problems with uri context

2006-09-01 Thread brian bay
I have this working with tomcat 5.5.17 and apache2, jk1 You need mod_jk.so in apache/modules..for me /usr/lib/apache2/modules/mod_jk.so In apache home ---create workers.properties workers.tomcat.home=/path/to/tomcat ps=/ workers.list=worker1 worker.ajp13.type=ajp13

Re: Tomcat 5.5.17 role-name*/role-name behavior change

2006-09-01 Thread brian bay
-threads.. Brian On 9/1/06, Bill Barker [EMAIL PROTECTED] wrote: It would have been easier to change server.xml, to something like: Realm allRolesMode=strictAuthOnly .. / brian bay [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] SOLVED! Well since no one else seems to care

Re: [REPOST] Can't get apache and Tomcat to talk

2006-09-15 Thread brian bay
connectionTimeout=-1 protocol=AJP/1.3 /Connector I assume you have installed mod_jk.so to the modules dir? - Brian On 9/15/06, Martin Gainty [EMAIL PROTECTED] wrote: # Defines a worker named remote that uses the ajpv13 protocol to forward requests to a Tomcat process in workers.properties

Re: [REPOST] Can't get apache and Tomcat to talk

2006-09-19 Thread brian bay
sorry I failed to mention that I was running tomcat5.5.17... minor details. On 9/15/06, Rob Tanner [EMAIL PROTECTED] wrote: Mark, Thank you. That took care of the problem. -- Rob On 09/15/2006 05:28 PM, Mark Thomas wrote: Rob Tanner wrote: Brian, Adding the Listener ... / parameter

Tomcat 5.5.12/naming-common.jar install problem

2006-09-27 Thread Brian Sieler
I'm encountering something odd that I haven't been able to solve. Install 5.5.12 and I can start the default web application just fine (clean install). From the clean install, add naming-common.jar and commons-logging.jar to common/lib-no other changes--and attempt to start the default web

wildcard certs in tomcat

2007-03-30 Thread Brian LaMere
attempts to find the solutions. Brian L - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

questions about the classloader in tomcat 6

2007-05-21 Thread Brian Millett
for the Common jars to get loaded with a multiple tomcat instances? I'm a little confused. Thanks. -- Brian Millett - [ Sinclair and Garibaldi, Deathwalker] You think it'll always be like this, Michael? Little powers at the mercy of bigger powers, politics before morality, expediency before

pluto 1.1.3 tomcat 6

2007-05-21 Thread Brian Millett
Anyone get pluto (or jetspeed2) working with tomcat 6? I have not figured out all of the classloading issues yet. -- Brian Millett - [] Why are you here? 'We were never away. For the first time, your mind is quiet enough to hear me.' Why am I here? 'You have always been here

Re: questions about the classloader in tomcat 6

2007-05-21 Thread Brian Millett
Filip Hanik - Dev Lists escribío: $CATALINA_HOME/lib Doesn't that defeat the CATALINA_BASE setup for multiple instances of tomcat? Brian Millett wrote: Hello, I've setup my tomcat 6.0.13 with the CATALINA_HOME=/opt/tomcat and CATALINA_BASE=/opt/webBaseDir on a FC6 system. I read in http

Re: questions about the classloader in tomcat 6

2007-05-21 Thread Brian Millett
Filip Hanik - Dev Lists escribío: Brian Millett wrote: Filip Hanik - Dev Lists escribío: $CATALINA_HOME/lib Doesn't that defeat the CATALINA_BASE setup for multiple instances of tomcat? I always get the BASE and HOME mixed up. but I believe HOME is the installation of all

Re: questions about the classloader in tomcat 6

2007-05-21 Thread Brian Millett
. That will help in migrating large installations that are running tomcat 5 to tomcat 6. Is there a need to move to the newer common classloader? I guess my question is if the older ways will be deprecated in the future? Thanks. -- Brian Millett - [ N'Grath and Garibaldi, Survivors] You are police

Users cannot login when IIS 6.0 is used to redirect user to secure J2EE apps on Tomcat 5.5.15

2007-05-30 Thread Brian Bitteker
. - Brian. This e-mail, including any attachments, may contain highly sensitive and confidential information. It is intended only for the individual(s) named. If you received this e-mail in error or from someone who was not authorized to send it to you, do not disseminate, copy or otherwise use this e

Can Two Host-s share one Context?

2007-05-30 Thread Brian Olson
, would there be a reasonable way to code this up by just adding the same Context Object to both Host Objects? Brian Olson http://bolson.org/ - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

interaction between .forward() and security-constraint

2010-09-04 Thread Brian McBride
is questionable. I am using Tomcat 6.0.29. Sorry its such a long winded mail. Brian

Re: interaction between .forward() and security-constraint

2010-09-04 Thread Brian McBride
or servlet using a forward or an include. I missed that, obviously:( Ok - now to figure out how to implement digest authentication ... Thanks for your help. Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: interaction between .forward() and security-constraint

2010-09-04 Thread Brian McBride
for that. But I don't think I can :( Thanks again Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: interaction between .forward() and security-constraint

2010-09-06 Thread Brian McBride
on the performance implications of using HTTPS, i.e. is it cheap enough that I don't have to worry about using it for all traffic. Brian On 04/09/2010 17:27, André Warnier wrote: Brian McBride wrote: ... Ok - now to figure out how to implement digest authentication ... Digest authentication

Re: interaction between .forward() and security-constraint

2010-09-12 Thread Brian McBride
. Brian - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyJK9sACgkQ9CaO5/Lv0PCyBwCfexhjBY+HPaAkrKgxonWjY/Xs kyEAn3OvtkaAdgoruHvSkn2oEt5HFl6z =dnvR -END PGP SIGNATURE

Re: interaction between .forward() and security-constraint

2010-09-13 Thread Brian McBride
and comments. Brian - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyOdFYACgkQ9CaO5/Lv0PCU/gCgq98nOlMMX/NnRYdQU0ikoEre BHcAn2e1u/ggle9cjWmNebKLXAXHuSah =co+W -END PGP SIGNATURE

HtttServletRequest.getSession()

2010-09-14 Thread Brian McBride
, one for the secure requests and one for the insecure ones, or just one. And, if there are two is this documented anywhere? Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: HtttServletRequest.getSession()

2010-09-14 Thread Brian McBride
narrow down where I should look for the specification of the behaviour you describe, I'd be most grateful. Brian On 14/09/2010 12:55, Mark Thomas wrote: On 14/09/2010 10:40, Brian McBride wrote: The javadoc states this call returns the session associated with the request. I'm trying

Re: HtttServletRequest.getSession()

2010-09-14 Thread Brian McBride
and a HttpServletRequest object. The only question is what associated means. Yup. This is pretty much entirely up to the client: Finally, the penny drops. Of course it is. Thanks Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: HtttServletRequest.getSession()

2010-09-16 Thread Brian McBride
, no user agent sending secure cookies over an insecure channel is actually in violation of the RFC :( Is there a way to persuade Tomcat to use Set-Cookie2 headers? Brian - To unsubscribe, e-mail: users-unsubscr

Re: HtttServletRequest.getSession()

2010-09-17 Thread Brian McBride
appreciate your taking the time to share your thoughts and advice. Brian - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 6.0.28

2010-10-17 Thread Brian Muha
be a great start TIA --Brian

Re: Tomcat shuts down with exception within few seconds?

2010-11-03 Thread Brian Muha
/etc/hosts 127.0.0.1 localhost.localdomain localhost On 11/3/10 8:30 AM, Karthik Nanjangude karthik.nanjang...@xius-bcgi.com wrote: Hi TOMCAT 6.0.29 [ Startup port 8090 / Shut down Port 8091 ] $ ping localhost ping: unknown host localhost Any alternatives With regards

Re: Place .ini conf file inside the war package.

2010-12-04 Thread Brian Braun
http://commons.apache.org/configuration/ ? On Sat, Dec 4, 2010 at 6:58 AM, srd.pl srolek2...@yahoo.com wrote: Hello, I have a quick question considering my rest webservice. I would like to place an .ini file with configuration parameters inside an war file, so that I can change them wile

Re: Unable to store a session with Tomcat 7 linux and Internet Explorer

2011-02-04 Thread Brian Cross
org.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false as Mark suggested, and that fixed it right up. Thanks again. --Brian. On 2/4/2011 5:35 PM, Mark Thomas wrote: On 04/02/2011 22:02, Brian Cross wrote: Hello Tomcat experts, I am looking at going from Tomcat 6 to 7 on Linux and ran into a strange issue. I cannot get an http session

Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-09 Thread Brian Braun
version of the web.xml format. I haven't changed my web.xml file at all, yet. I would like to get rid of these warnings. Anybody knows what is this about? Brian

Re: Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-09 Thread Brian Braun
migrated to Tomcat 7.0.10 from 6.0.X. So where is the redundancy? On Wed, Mar 9, 2011 at 1:16 PM, Mark Thomas ma...@apache.org wrote: On 09/03/2011 18:12, Brian Braun wrote: Hi, I just migrated from Tomcat 6.0.29 to 7.0.10. I have solved several problems regarding the migration, but I

Re: Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-09 Thread Brian Braun
is smarter than ever, and TLD being present in the WARs is enough, so I dont need to keep it in my project and exported in my .war file. Is that right? On Wed, Mar 9, 2011 at 3:28 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian

Re: Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-09 Thread Brian Braun
That's nice! I that something new in Tomcat 7, or is it already present in 6.0.29? On Wed, Mar 9, 2011 at 3:45 PM, Mark Thomas ma...@apache.org wrote: On 09/03/2011 20:42, Brian Braun wrote: Hi chris, Actually, I had already unzipped my .war file and inspected every file inside

Guide of Tomcat 7 improvements?

2011-03-09 Thread Brian Braun
that explains the most important things, like the serlet 3.0 support, the leak management, the improvements in security, etc. I just migrated, and would like to know what new capabilities does Tomcat 7 have, in order to take advantage of them. TIA, Brian

Re: Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-09 Thread Brian Braun
OK, thanks for the responses! On Wed, Mar 9, 2011 at 3:51 PM, Mark Thomas ma...@apache.org wrote: On 09/03/2011 20:49, Brian Braun wrote: That's nice! I that something new in Tomcat 7, or is it already present in 6.0.29? It should be in 6 although you probably won't get the warnings

Re: Guide of Tomcat 7 improvements?

2011-03-09 Thread Brian Braun
I new I was going to get a great responde form YOU. That is what I was looking for, a nice guide. Thanks! On Wed, Mar 9, 2011 at 4:07 PM, Mark Thomas ma...@apache.org wrote: On 09/03/2011 20:56, Brian Braun wrote: Hi, Is there an good article somewhere about all the improvements

Fastest way to upgrade from 7.0.10 to 7.0.11?

2011-03-11 Thread Brian Braun
files that start and stop Tomcat? Do I need to update any of them? I'm using Linux (CentOS), by the way. TIA, Brian

Re: Fastest way to upgrade from 7.0.10 to 7.0.11?

2011-03-12 Thread Brian Braun
...@apache.org wrote: On 11/03/2011 17:21, Caldarale, Charles R wrote: From: Brian Braun [mailto:brianbr...@gmail.com] Subject: Fastest way to upgrade from 7.0.10 to 7.0.11? I wouldn't like to uninstall the whole software and install 7.0.11 from scratch. I would like to stop it, replace

Re: [OT] Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-12 Thread Brian Braun
MESSAGE- Hash: SHA1 Brian, On 3/9/2011 3:42 PM, Brian Braun wrote: Actually, I had already unzipped my .war file and inspected every file inside, and arrived to that conclution: The only place where the TLD files are also present is the JARs that correspond to Struts (don't laugh, but I'm

Re: Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-12 Thread Brian Braun
that? - Do I need to delete the TLD files from the Struts JAR? That wouldn't sound OK to me, one should not modify a JAR that comes from a components such as Struts. - Should I tell Tomcat not to show those info messages somehow? TIA, Brian On Wed, Mar 9, 2011 at 1:16 PM, Mark Thomas ma

Re: Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-13 Thread Brian Braun
if my internet connection is slow? On Sun, Mar 13, 2011 at 4:53 AM, Mark Thomas ma...@apache.org wrote: On 13/03/2011 05:37, Brian Braun wrote: %@ taglib uri=*/WEB-INF/struts-bean.tld* prefix=*bean*% That page fails, because it is not being able to find the TLD file anymore. What

Re: Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-13 Thread Brian Braun
OK, I will find out what are the URIs of the TLDs. Thanks a lot On Sun, Mar 13, 2011 at 8:11 AM, Mark Thomas ma...@apache.org wrote: On 13/03/2011 12:09, Brian Braun wrote: Hi Mark, You said: Yes. You need to refer to the taglibs in your JSPs using the URI rather than the file

Re: Migrated from 6.0.29 to 7.0.10, Now I get INFO: TLD skipped. URI: http://struts.apache.org/tags-bean is already defined

2011-03-13 Thread Brian Braun
Hi Konstantin, I really, really, really appreciate the information you have given to me in your response. Thanks a lot! On Sun, Mar 13, 2011 at 10:34 AM, Konstantin Kolinko knst.koli...@gmail.com wrote: 2011/3/13 Mark Thomas ma...@apache.org: On 13/03/2011 05:37, Brian Braun wrote

<    1   2   3   4   5   6   >