RE: [EXTERNAL] Re: Tomcat Connection Rest Error

2020-04-05 Thread Hua, Gary - Saint Louis, MO - Contractor
Chris: You are right this is INFO message and not an ERROR. We didn't find anything in the log that suggesting there is a successful connection.What those successful connection message suppose to be? Thanks Gary -Original Message- From: Christopher Sc

Tomcat Connection Rest Error

2020-03-31 Thread Hua, Gary - Saint Louis, MO - Contractor
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286) at java.io.BufferedInputStream.read(BufferedInputStream.java:345) at com.sun.jndi.ldap.Connection.run(Connection.java:836) ... 1 more Any idea? Thanks Gary

Re: Tomcat Secure WebSockets clients - hostname verification

2019-10-09 Thread Gary Sheppard
On Wed, Oct 9, 2019, 18:11 Gary Sheppard wrote: > On Tue, Jun 12, 2018 at 12:13 Mark Thomas wrote: > > >> It would be very useful to be able to configure this, so if you are > >> going to patch the code, please make this configurable by the client. > >> See Https

Re: Tomcat Secure WebSockets clients - hostname verification

2019-10-09 Thread Gary Sheppard
e conversation, but did this ever get into the Tomcat WebSocket client, i.e. the ability to set a custom HostnameVerifier? Or did anyone come up with a nice workaround? Thanks, Gary

Have to Login Twice to Enter the Application Main Page

2019-07-24 Thread Hua, Gary - Saint Louis, MO - Contractor
question is:why the first time I click the "Login" button it didn't get any roles for the login user (It suppose to connect to LDAP for authentication), and I have to login one more time to get it? Thanks Gary

RE: [EXTERNAL] Re: cglib jars always give errors with different versions when start Tomcat 9.0.13

2019-07-22 Thread Hua, Gary - Saint Louis, MO - Contractor
Tomcat server. The web application works okay in my local Tomcat 9.0.13 server in eclipse, but when I deploy it to our web server, those errors occur when I start the server. Thanks. Gary -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Monday

cglib jars always give errors with different versions when start Tomcat 9.0.13

2019-07-22 Thread Hua, Gary - Saint Louis, MO - Contractor
related jars under WEB-INF/lib are: ehcache-1.1.jar, ehcache-core-2.4.8.jar, hibernate3.jar(3.1.0) If I start the Tomcat server locally in my Eclipse project , there is no such errors. Can anybody help? Thanks Gary Hua USPS - St. Louis - TOPS Team Phone: 314-923-2522 E-Mail: gary

RE: [EXTERNAL] Re: java.lang.NoClassDefFoundError: Could not initialize class net.sf.ehcache.Element

2019-07-11 Thread Hua, Gary - Saint Louis, MO - Contractor
Paul: Thanks.I put the ehcache-3.6.3.jar and the error seemed to be gone. Gary -Original Message- From: Paul Carter-Brown [mailto:paul.carter-br...@jini.guru] Sent: Wednesday, July 10, 2019 3:42 PM To: Tomcat Users List Subject: [EXTERNAL] Re

java.lang.NoClassDefFoundError: Could not initialize class net.sf.ehcache.Element

2019-07-10 Thread Hua, Gary - Saint Louis, MO - Contractor
X.jar, and hibernate-ehcache-XXX.jar, but it didn't work. Thanks Gary Hua USPS - St. Louis - TOPS Team Phone: 314-923-2522 E-Mail: gary@usps.gov

RE: [EXTERNAL] Re: Tomcat(9.0.13) Error in DEV Server

2019-04-15 Thread Hua, Gary - Saint Louis, MO - Contractor
se-nio-9443-exec-8] org.apache.catalina.authenticator.AuthenticatorBase.invoke Failed accessControl() test The error messages on the screen looks like below: HTTP Status 403 – Forbidden Type Status Report Message Access to the requested resource has been denied Description The server

Tomcat(9.0.13) Error in DEV Server

2019-04-11 Thread Hua, Gary - Saint Louis, MO - Contractor
All: Sorry on my previous email I have some graphic contents that can not be displayed. Now I change it to texts so you can see them From: Hua, Gary - Saint Louis, MO - Contractor [mailto:gang@usps.gov.INVALID] Sent: Thursday, April 11, 2019 4:29 PM To: users@tomcat.apache.org

Tomcat(9.0.13) Error in DEV Server

2019-04-11 Thread Hua, Gary - Saint Louis, MO - Contractor
atadmin@eagnmnmed1f45:/opt/TomCat/tomcat/conf>more LDAP_realm.xml Thanks Gary

RE: [EXTERNAL] Re: Could not find datasource: java:/comp/env/jdbc/TOPSDB when start Tomcat 9.0.13

2019-03-28 Thread Hua, Gary - Saint Louis, MO - Contractor
bc/TOPSDB " and " java.lang.ClassCastException: org.apache.tomcat.dbcp.dbcp2.BasicDataSource cannot be cast to javax.sql.DataSource " is gone. I am going to do more cleaning and re-arrangement to the jars. Thanks Gary -Original Message- From:

RE: [EXTERNAL] Re: Could not find datasource: java:/comp/env/jdbc/TOPSDB when start Tomcat 9.0.13

2019-03-25 Thread Hua, Gary - Saint Louis, MO - Contractor
own.sh and startup.sh the server, same error occurred. Thanks Gary -Original Message- From: Olaf Kock [mailto:tom...@olafkock.de] Sent: Monday, March 25, 2019 1:56 AM To: users@tomcat.apache.org Subject: [EXTERNAL] Re: Could not find datasource: java:/comp/env/jdbc/TOPSDB when start

Could not find datasource: java:/comp/env/jdbc/TOPSDB when start Tomcat 9.0.13

2019-03-24 Thread Hua, Gary - Saint Louis, MO - Contractor
tried to put different version of tomcat-dbcp.jar like tomcat-dbcp-7.0.47.jar/ tomcat-dbcp-8.0.23.jar/ tomcat-dbcp-9.0.13.jar into /opt/TomCat/apache-tomcat-9.0.13/lib, but not the same error occurred. Your help is very much appreciated, thanks Gary

Re: VERY URGENT

2015-04-02 Thread Gary Dominic
Thank you for your kind reply. Its Windows Server 2003 R2. So there will be no performance issues right?. Also could you please tell me, which all are the optimal Windows servers for Apache Tomcat 7.x?. Please reply. Thanks a lot! Gary On 2 April 2015 at 20:07, David kerber wrote: > On

VERY URGENT

2015-04-02 Thread Gary Dominic
Hi, Could any one please advise whether Apache Tomcat 7.x is compatible with Windows Server R2?. Also what are the most compatible servers that support Apache Tomcat 7.x?. Please help!. Thanks. Regards, Gary

Junit unit test setup for testing an authentication realm

2014-07-29 Thread John Gary Geiglein
Currently working on Tomcat 7.0.53 on 32 bit Windows Server, Testing on same Tomcat on windows 7. Java JDK 1.7.0_60 in both environments. We have been using a custom realm, and had a need to update it. All of the old unit tests fail when trying to lookup the realm configuration from the JNDI

Same web app, two web.xml descriptors

2014-05-04 Thread Gary Briggs
files inside them. But that feels hokey Cheers, Gary - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Client-cert, ciphers, and proxies

2014-04-27 Thread Gary Briggs
tomcat, because when the overlap is missing between tomcat and the F5, the F5 just drops the connection] I'm using the most recent Tomcat7 release right now, with the latest JDK7 release. Does anyone have any suggestions as to what set of options wi

Re: Tomcat embedded deprecated

2014-02-10 Thread Gary Briggs
a/startup/Tomcat.html I'm currently using that class with great success. Gary > Thanks, > Tommy > > > [1] > http://tomcat.apache.org/tomcat-7.0-doc/api/org/apache/catalina/startup/Embedded.html -- -

Re: SSL with Form Fallback on Tomcat 7 or 8

2014-02-08 Thread Gary Briggs
On Sat, Feb 08, 2014 at 06:55:26PM +, Mark Thomas wrote: > On 08/02/2014 18:45, Gary Briggs wrote: > > On Sat, Feb 08, 2014 at 06:43:42PM +, Mark Thomas wrote: > >> On 08/02/2014 17:29, Gary Briggs wrote: > Done. Done [added page SSLWithFORMFallback7 and link]: ht

Re: SSL with Form Fallback on Tomcat 7 or 8

2014-02-08 Thread Gary Briggs
On Sat, Feb 08, 2014 at 06:43:42PM +, Mark Thomas wrote: > On 08/02/2014 17:29, Gary Briggs wrote: > > On Fri, Feb 07, 2014 at 11:02:35AM +, Mark Thomas wrote: > >> On 07/02/2014 06:32, Gary Briggs wrote: > >>> Evening, > >>> > >>> I&#x

Re: SSL with Form Fallback on Tomcat 7 or 8

2014-02-08 Thread Gary Briggs
On Fri, Feb 07, 2014 at 11:02:35AM +, Mark Thomas wrote: > On 07/02/2014 06:32, Gary Briggs wrote: > > Evening, > > > > I've been reading this page: > > http://wiki.apache.org/tomcat/SSLWithFORMFallback > > I'm currently using Tomcat 7 on Linux

SSL with Form Fallback on Tomcat 7 or 8

2014-02-06 Thread Gary Briggs
. Any suggestions or direction would be greatly appreciated; fundamentally, I have an app, using container security to keep it safe. Most users will use smartcards to secure a client cert TLS, but not all users have those smartcards. Cheers, Gary

Re: Suggestions for really getting to the bottom of memory leak issues on hot-deploys

2011-05-10 Thread Gary Weaver
Chris, On Tue, May 10, 2011 at 4:06 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > http://people.apache.org/~markt/presentations/2010-11-04-Memory-Leaks-60mins.pdf > Thanks! That is a great presentation! Gary

Suggestions for really getting to the bottom of memory leak issues on hot-deploys

2011-05-10 Thread Gary Weaver
nce for any feedback! Gary

Re: troubleshooting getPathInfo in jsp files

2010-12-15 Thread Gary Lawrence Murphy
look into the TC7 code and see what I'm up against. On Wed, Dec 15, 2010 at 11:58 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gary, > > On 12/15/2010 11:40 AM, Gary Lawrence Murphy wrote: >

Re: troubleshooting getPathInfo in jsp files

2010-12-15 Thread Gary Lawrence Murphy
Yeah, that's what I thought as well, moments after asking ;) On Wed, Dec 15, 2010 at 12:03 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > most user agents aren't going to send the anchor to the server because > it's not relevant. > > -- *Have Blog, Will Travel: blog.teledyn.com

Re: troubleshooting getPathInfo in jsp files

2010-12-15 Thread Gary Lawrence Murphy
well, first I'll have to completely digest the spec before I could answer this and ok, I guess we can throw MacOS in on the blame ;) as a total aside that may work for me, in the URL spec cited above, they used the notation of #extra-material -- what is the java method that returns that extra mate

Re: troubleshooting getPathInfo in jsp files

2010-12-15 Thread Gary Lawrence Murphy
, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gary, > > On 12/14/2010 5:56 PM, Gary Lawrence Murphy wrote: > > oh, and I did try /test.jsp/* even though needing to explicitly match > every > > js

Re: troubleshooting getPathInfo in jsp files

2010-12-15 Thread Gary Lawrence Murphy
On Wed, Dec 15, 2010 at 11:29 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > A high-volume real-time environment where on-the-fly JSP compilation is > allowed and ad-hoc insertion of new dynamic content is allowed? Sounds > like madness. > yes it is. such is the real world.

Re: troubleshooting getPathInfo in jsp files

2010-12-15 Thread Gary Lawrence Murphy
Thanks so much for that snippet; I notice in there no mention of filename extensions but instead they talk of parsing the string form and give no special meaning to the dot. It is a difficult question hard to answer in an email without a great deal of study, but to be naive and bold about it, what

Re: troubleshooting getPathInfo in jsp files

2010-12-15 Thread Gary Lawrence Murphy
built under the surface of the request, I think it should just be /a/path/on/the/web and not a?subject=path&relation=on&article=the&object=web :) but yeah, I should take that up with them. On Wed, Dec 15, 2010 at 9:33 AM, Mark Thomas wrote: > On 15/12/2010 14:03, Gary Lawrence Murph

Re: troubleshooting getPathInfo in jsp files

2010-12-15 Thread Gary Lawrence Murphy
On Wed, Dec 15, 2010 at 4:54 AM, Mark Thomas wrote: > Go read the spec. The JSP Servlet is mapped *based on file extension* not > path. heh, how very quaint. Where did they get this idea? from MSDOS? Oh never mind. I don't think I want to know, and I suppose I just should be happy the names

Re: troubleshooting getPathInfo in jsp files

2010-12-14 Thread Gary Lawrence Murphy
e) On Tue, Dec 14, 2010 at 7:30 PM, Mark Thomas wrote: > On 15/12/2010 00:00, Mark Thomas wrote: > >> On 14/12/2010 22:54, Gary Lawrence Murphy wrote: >> >>> On Tue, Dec 14, 2010 at 4:35 PM, Christopher Schultz< >>> ch...@christopherschultz.net> wrote: >

Re: troubleshooting getPathInfo in jsp files

2010-12-14 Thread Gary Lawrence Murphy
On Tue, Dec 14, 2010 at 7:00 PM, Mark Thomas wrote: > > >>> Actually, this makes sense to me: the default mapping for the JSP >>> servlet is "*.jsp". Your path doesn't end in .jsp, and therefore does >>> not match the url-pattern. >>> >>> this is the crux of the problem, and the showstopper preven

Re: troubleshooting getPathInfo in jsp files

2010-12-14 Thread Gary Lawrence Murphy
oh, and I did try /test.jsp/* even though needing to explicitly match every jsp in the project would be prohibitively inflexible, but there again, it produced a parsing error and the webapp would not load.

Re: troubleshooting getPathInfo in jsp files

2010-12-14 Thread Gary Lawrence Murphy
On Tue, Dec 14, 2010 at 4:35 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > > however when called with http://localhost:8080/test.jsp/this it fails as > a > > 404 not found > > Actually, this makes sense to me: the default mapping for the JSP > servlet is "*.jsp". Your path doe

troubleshooting getPathInfo in jsp files

2010-12-14 Thread Gary Lawrence Murphy
I am using Tomcat 6.0.20-2ubuntu2.2 on an AWS-hosted 64-bit Ubuntu 9.10 running on Java SE Runtime Environment (build 1.6.0_15-b03) and I am having difficulty emulating getPathInfo() behaviour that works in other servlet containers (jetty and resin) I have a JSP file under ROOT: <%...@page langua

Re: Running tomcat as limited user (MS Windows)

2009-08-24 Thread Gary
On 24/08/2009, Gary wrote: > On 24/08/2009, Peter Crowther wrote: >> 2009/8/24 Gary >> >>> I normally run as a limited user. >> >> >> i.e. non-Administrator? > > Yes, exactly. [...] >> Add write permission on those directories for the accoun

Re: Running tomcat as limited user (MS Windows)

2009-08-24 Thread Gary
On 24/08/2009, Peter Crowther wrote: > 2009/8/24 Gary > >> I normally run as a limited user. > > > i.e. non-Administrator? Yes, exactly. [...] >> Basically, the user I am logged in as does not have permission to >> write to the logs directory, and I would assu

Running tomcat as limited user (MS Windows)

2009-08-23 Thread Gary
I must have had this problem before but can't remember how I solved it. I normally run as a limited user. I installed tomcat okay (simply switching to an administrator account to do so) but trying to start the server results in java.util.logging.ErrorManager: 4 java.io.FileNotFoundException: C:

Re: Peering into the pit of jar hell - the mess of tomcat's and other jars in RPM distributions

2009-05-22 Thread Gary Weaver
rt a firestorm, but basically (in this case) unless you were to have a directory that contained a bunch of jars where each filename were to have a version that actually corresponds to the well-known version of that specific jar, then I think you are really asking for trouble. Thanks, Gary Mart

Peering into the pit of jar hell - the mess of tomcat's and other jars in RPM distributions

2009-05-22 Thread Gary Weaver
7;t agree that this is a good idea, and it is unfortunately one of the worst messes of jars/dependencies I've seen in my last 10 years as a Java developer (and I've seen some pretty messed up things). How and why could someone RPM Tomcat at all if this is the mess that it falls into?

Re: What happened to the Tomact 6 Monitor?

2009-03-03 Thread Gary Marshall
turning off UAC, saying its a bad thing to do. Anyway, as long as I get the Tomcat Service Manager running in the system tray so that I can turn Tomcat on and off as needed I'll be OK. I think. Thanks again Gary On Tue, Mar 3, 2009 at 7:20 AM, Serge Fonville wrote: > > > >

Re: What happened to the Tomact 6 Monitor?

2009-03-02 Thread Gary Marshall
when I click on click on Start -> All Programs -> Apache Tomcat 6.0 -> Configure Tomcat I get the same "Red X" dialog box stating "Access is denied. Unable to open the server 'Tomcat6'". Hmm... Are you thinking that possibly Vista is disallowing the Tomcat Mo

What happened to the Tomact 6 Monitor?

2009-03-02 Thread Gary Marshall
the system tray after the install and before the reboot is not there anymore. I have had this same behavior several times. Can anybody tell me what I am missing? Do I need to set some property or setting someplace in order to get the Tomcat Monitor be on the system tray and available for my use at all times? Thanks to all for your assistance. gary

RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-11-05 Thread Gary Hirschhorn
r spending the time to respond so thoroughly and accurately. Regards, Gary -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 11:27 AM To: Tomcat Users List Subject: RE: Classes in tomcat\server\lib folder sometimes are visible to web a

RE: Possible causes of connection timeouts?

2008-10-23 Thread gary . l . johnstone
Thanks Martin I will look into maven. Switching to solaris has been a steep learning curve, one more thing wont hurt :) ___ Gary Johnstone PLM System Administrator Cummins Turbo Technologies Ltd Martin Gainty <[EMAIL PROTECTED]> wrote on 23/10/2008 16:19:43:

RE: Possible causes of connection timeouts?

2008-10-23 Thread gary . l . johnstone
May 2008 Java -> 1.6.0_07-b06 ./configure --with-apr=/CTT/apr-1.2.12 --with-ssl=/usr/local/ssl --prefix=/CTT/tomcat6 --with-java-home=/usr/java I see there is a new version of the TC native so I will experiment with that and different versions of APR. _

RE: Possible causes of connection timeouts?

2008-10-22 Thread gary . l . johnstone
ages/items on a page rather than issues mid serving of a page. ___ Gary Johnstone PLM System Administrator Cummins Turbo Technologies Ltd Mar

Possible causes of connection timeouts?

2008-10-21 Thread gary . l . johnstone
run Tomcat correctly? After plenty of googling and searching these lists on MARC I have not found anything. The server is running tomcat 6, java 1.6 on solaris 10. Thanks ___ Gary Johnstone PLM System Administrator Cummins Turbo Technologies Ltd

RE: Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-17 Thread Gary Hirschhorn
reference to an Interface defined in common/lib and at runtime is handed a Class that implements this class, I may not get a ClassDefNotFoundError. Regards, Gary -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 6:55 PM To: Tomcat Users

Classes in tomcat\server\lib folder sometimes are visible to web application

2008-10-16 Thread Gary Hirschhorn
We are using Tomcat 5.5.17 and are using a custom ClassLoader, which we specify using the Loader element per the documentation at http://tomcat.apache.org/tomcat-5.5-doc/config/loader.html. We place the jar containing our custom ClassLoader in the tomcat\server\lib folder, per the documentation

Tomcat 6 : timeoutConnect issues, intermitent long page load times

2008-10-09 Thread gary . l . johnstone
ork card and it not being recieved by tomcat? Running top at the time of these delays shows the server is idle, I am the only person testing on this server. Can any one shed any light on this? Thanks ___ Gary Johnstone PLM System Administra

SSL

2008-04-11 Thread Gary Opela (Corporate)
Environment: Windows Server 2k3 R2 EE Apache Tomcat 5.5.17 installed in: C:\Program Files\Apache Software Foundation\Tomcat-5.5.17 Microsoft IIS 6.0 IE 6.0.X.X SP2 Java: jre1.6.0_05 jdk1.6.0_05 Just wondering what you all suggest to get SSL working in Tomcat. I have t

RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Gary Opela (Corporate)
Thanks a bunch Charles, I think you just cleared it up for me! Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rated Company -Original Message- From: Caldarale, Charles R [mailto

RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Gary Opela (Corporate)
hanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rated Company -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Friday, April 11, 2008 8:52 AM To: Tomcat Users

RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Gary Opela (Corporate)
ays I don't have tomcat configured properly. I need to just route traffic that goes to http://localhost/arsys to http://localhost:8080/arsys (or once I get SSL up, then http://localhost:423/arsys, or whatever port SSL runs on). Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Comm

RE: How to stop having to put :8080 in the url?

2008-04-11 Thread Gary Opela (Corporate)
0, as that's where I want tomcat to run from, but then tell IIS to redirect my localhost/arsys traffic to reference port 8080? Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rat

RE: How to stop having to put :8080 in the url?

2008-04-10 Thread Gary Opela (Corporate)
Thanks, Chris, for the assistance. Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rated Company -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent

RE: How to stop having to put :8080 in the url?

2008-04-10 Thread Gary Opela (Corporate)
Thanks Chuck, I appreciate the assistance. Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rated Company -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED

RE: Tomcat Manager page won't load

2008-04-10 Thread Gary Opela (Corporate)
Correction: It is working. The tomcat service was set to manual, so whenever I rebooted, it didn't come back up. Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rated Co

RE: Tomcat Manager page won't load

2008-04-10 Thread Gary Opela (Corporate)
x27;t load again. What would installing a web application do that would break tomcat? Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rated Company -Original Message- From: Gary

RE: Tomcat Manager page won't load

2008-04-10 Thread Gary Opela (Corporate)
oing to un-install Tomcat, then re-install it from the download from apache's site, instead of letting the 3rd party application install it. Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI

RE: Tomcat Manager page won't load

2008-04-10 Thread Gary Opela (Corporate)
Is there a way to change it after install? I had no control over the install, as my 3rd party application installed it for me. Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best Product, Best People, Best PriceTM An ISO 9001:2000 Certified, CMMI® Level 3 Rated

Tomcat Manager page won't load

2008-04-10 Thread Gary Opela (Corporate)
e Foundation\Jakarta Isapi Redirector\bin\isapi_redirect.dll. Can anyone think of anything I'm missing? None of my webpages will load, except for HTTP://localhost, which loads a Default.htm file. Thanks, Gary Opela, Jr., RSP Remedy Engineer Leader Communications, Inc. Best P

Setting timeout for HTTP response in case client app stops reading

2008-03-12 Thread Gary Hirschhorn
ava:97) Any thoughts or help is appreciated. Thanks, Gary

Re: in Tomcat container-based authN is there a way to redirect logins to a URL?

2008-02-07 Thread Gary Weaver
s not available._ Apache Tomcat/5.5.25 I need it to redirect to /Shibboleth.sso/Login instead of /(webapp)/Shibboleth.sso/Login. Any idea how I could do that in Tomcat 5.5.x? Thanks! Gary Christopher Schultz

in Tomcat container-based authN is there a way to redirect logins to a URL?

2008-02-07 Thread Gary Weaver
web application. I would think that if it were possible to configure Tomcat to redirect to Shibboleth's login, that might be the best option. Does anyone know of a way to redirect Tomcat to point at some other URL, specifically the relative URL "/Shibboleth.sso/Login" (not served b

Container-based authentication and Shibboleth SSO - issue with redirecting login to Shibboleth after session timeout

2008-01-16 Thread Gary Weaver
have any ideas, please let me know. Thanks in advance! -- Gary Weaver Internet Framework Services Office of Information Technology Duke University Configuration: shibboleth.xml: ... AATimeout="30" AAConnectTimeout="15" defaultLifetime="1800"

Re: Tomcat is slow with router configured

2007-12-19 Thread Gary Evesson
Try using the IP address in the driver specification rather than the name of the machine. THat will tell you if it is a name resolution issue. Gary. On Dec 19, 2007 2:46 AM, Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Nabble-Member1 [mailto:[EMAIL PROTECTED] > > The we

Re: Tomcat Clustering Support - Without any load balancer like component in the front

2007-11-27 Thread Gary Evesson
not much point in clustering. You can use something like pen or a dedicated load balancer to handle failover (and load balancing if you like) if you do not want to set up apache. On Nov 27, 2007 5:01 PM, mfs <[EMAIL PROTECTED]> wrote: > > Thanks for the quick reply Gary.. > &

Re: Tomcat Clustering Support - Without any load balancer like component in the front

2007-11-27 Thread Gary Evesson
org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Gary Evesson

Re: Tomcat implementation: please help

2007-11-26 Thread Gary Evesson
> > To start a new topic, e-mail: users@tomcat.apache.org > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Tomcat-implementation%3A-please-help-tf4875257.html#a13951367 > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Gary Evesson

RE: windows installer error on TomCat v5.5.25

2007-10-02 Thread Newell, Gary
on TomCat v5.5.25 > From: Newell, Gary [mailto:[EMAIL PROTECTED] > Subject: windows installer error on TomCat v5.5.25 > > I have been attempting to upgrade to TomCat v5.5.25 (from 5.5.9). I > have been running TomCat versions since 3.. I'm surprised you haven't learned

windows installer error on TomCat v5.5.25

2007-10-02 Thread Newell, Gary
ows 'service'. Can someone suggest a FAQ or link or suggestion about how to correct this issue? Thanks! Gary

Re: How do you access all sessions from a servlet in tomcat 6.0?

2007-09-19 Thread gary . l . johnstone
Thanks for all the feedback on this. ___ Gary Johnstone Engineering IT Cummins Turbo Technologies Ltd +44 1484 440532 Lyallex

Re: How do you access all sessions from a servlet in tomcat 6.0?

2007-09-18 Thread gary . l . johnstone
Thanks Duncan after a quick read on session listeners that looks like it will do the trick. Gary ___ Gary Johnstone Engineering IT Cummins Turbo Technologies Ltd +44 1484 440532 _ This e-mail transmission and any attachments to it are intended solely for

How do you access all sessions from a servlet in tomcat 6.0?

2007-09-18 Thread gary . l . johnstone
access all the currently active sessions from a servlet? It looks like if I can gain access to the servers engine/context I could access all sessions via the ManagerBase class but I do not know how to do this. Thanks Gary _ This e-mail transmission and any attachments to it are intended

RE: Null

2007-06-29 Thread Gary Evesson
It's a classic! You should submit the conversation to http://worsethanfailure.com/. Gary Evesson Decentrix Inc -Original Message- From: gb1071nx [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 12:13 PM To: Tomcat Users List Subject: RE: Null Sigh. > -Original

Problem w/JavaMail Session: No AUTH command given

2007-06-28 Thread Gary Horton
t use the container-supplied session, so it precludes the need for the JNDI configuration. What is the technique that enables use of a JNDI javamail resource from Tomcat 6 and have the authentication taken care of? Thanks- -Gary Horton

RE: performance with apache and tomcat

2007-04-19 Thread Gary Evesson
between apache and tomcat. My experience is that it is better to reduce the number of concurrent connections you can handle to avoid swapping. Gary Evesson Decentrix Inc -Original Message- From: Eqbal [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 2:27 PM To: Tomcat Users List

RE: performance with apache and tomcat

2007-04-19 Thread Gary Evesson
Unless of course you need mod_rewrite. We also handle millions a day with exactly this set up. Gary Evesson Decentrix Inc -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 1:30 PM To: Tomcat Users List Subject: Re: performance with apache

Re: log4j exception only when stopping and starting a web application

2007-02-28 Thread Gary Evesson
through the reload more than anything else. We gave up on it and restart tomcat. We run a cluster, so restarting just one version of tomcat has little effect on our system. Your log4j.properties looks OK to me. -- Gary Evesson

Re: log4j exception only when stopping and starting a web application

2007-02-27 Thread Gary Evesson
at org.apache.log4j.helpers.PatternConverter.spacePad(PatternConverter.java :106 ) at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.java:68) It looks like you have bad syntax in you log4j.properties file. -- Gary Evesson

Re: Can tomcat send out event about persistent connection being closed?

2007-02-26 Thread Gary Evesson
istent? Wouldn't you be better off using RMI or some similar technology? HTTP was designed to be connectionless. The keepalive is an optimization trick, and is specifically layered beneath the ability of the programmer to utilize or control. -- Gary Evesson

RE: Peak load of Tomcat-powered server(s)?

2006-12-24 Thread Gary Evesson
beats real load testing to figure out where *your* stress points are. They are probably going to be different to other people... Gary -Original Message- From: Li Ma [mailto:[EMAIL PROTECTED] Sent: Sunday, December 24, 2006 12:35 PM To: Tomcat Users List Subject: Re: Peak load of Tomcat

Is Tomcat a good solution for me?

2006-11-07 Thread Gary Kuznitz
#x27;t given enough information to advise me please let me know. Thank you, Gary Kuznitz - 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: load balancing with controlled failover

2006-11-01 Thread Gary Feltham
Hi Rainer/Jim, Many thanks, just ran a test with mod_jk 1.2.19 and works great by setting the node to disabled through the JK status manager. From further reading it appears to be commonly known as "session draining". Regards, Gary From: Jim Jagielski <[EMAIL PROTECTED]> T

load balancing with controlled failover

2006-10-31 Thread Gary Feltham
or mod_jk - I don't mind which but would like to gain that control? Many thanks, Gary Feltham - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

how to make realm authentication survive application reload, and server restart?

2006-08-17 Thread Gary
Hello, I am using JNDIRealm for authentication. Is there a way to make the authentication persistent across tomcat restarts, application restart/reload. I tried persistent session, but that didn't help, seems like the authentication information is not stored in the session. Thanks,

Re: Tomcat, Security and RMI

2006-03-24 Thread Gary Pennington
On Fri, Mar 24, 2006 at 01:10:40PM +0100, Markus Sch?nhaber wrote: > Gary Pennington wrote: > > If I invoke Tomcat with the following additional options, I can make my > > servlet/RMI client deploy: > > > > -Djava.rmi.server.codebase="http://webserver/builds2

Tomcat, Security and RMI

2006-03-24 Thread Gary Pennington
seem that it does at the moment, so I'm unpacking my .war files. Again, this is a bit unsatisfactory, so I'd rather not do this. How do I set policy against .war files? Thanks for any pointers, Gary -- Gary Pennington Solaris Kernel Development, Sun Microsystems [EMAIL PROTECTED] -

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread Gary Evesson
from one user. I assume that you are not generating high load? - Gary - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.0.28 memory leak

2006-03-07 Thread Gary Evesson
[EMAIL PROTECTED] wrote: Why do I have to make my class serializable.It is a simple web application using the "MemberData" class for storing some data??? Because you are pushing it onto the session. - Gary - To unsu

Re: question about JNDIRealm and OpenLDAP with access control

2006-02-15 Thread Gary
Gary wrote: Hi, I have JDNIRealm set in the context.xml like this connectionURL="ldap://localhost:389"; userPattern="uid={0},ou=people,dc=example,dc=com" userRoleName="affiliation" /> Authentication works fine until I

question about JNDIRealm and OpenLDAP with access control

2006-02-15 Thread Gary
slapd.conf access to * by anonymous auth by users read Because I don't want to let anonymous users query ldap. Now when I login, I get http status 403 (access denied). Without ldap access control set, request.getUserPrincipal() prints this: GenericPrincipal[gary(member,)]

Re: anyway to disable undeploy link in manager app?

2006-02-08 Thread Gary
Mikolaj Rydzewski wrote: Amila Suriarachchi wrote: you can do this by changing the source code. you have to change the following constants in org.apache.catalina.manager.HTMLManagerServlet.java private static final String STARTED_APPS_ROW_BUTTON_SECTION = private static final String STO

  1   2   >