Tomcat 6.0.18 on V6R1

2011-02-19 Thread Paul
Hello, Has anyone had any other issues with Tomcat 6.0.18 on V6R1 besides DST. We are currently running it on V5R4 but will be upgrading the OS soon. thanks, PF - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Deploying web apps from war file using different url path

2014-02-28 Thread paul
I am trying to work out how I can build my war file and then deploy it using a different path. I have looked at the tomcat docs (specifically): The locations for Context Descriptors are: 1. $CATALINA_BASE/conf/[enginename]/[hostname]/[webappname].xml I want to be able to build a war file

Re: Deploying web apps from war file using different url path

2014-02-28 Thread paul
Thanks for that, I changed my pom file finalName to look like: finalNamemyApp##${version}/finalName This is exactly what I wanted and now my web app in the url is just myApp. On Fri, February 28, 2014 2:56 am, Mark Thomas wrote: On 28/02/2014 10:38, p...@kuruma.co.uk wrote: Is there a way

Strange JSP compilation issues in tomcat 7 and 8

2015-07-04 Thread paul
I am working on a spring\tiles application which I have been deploying to tomcat7 (7.0.32 and 7.0.53) and tomcat8 (8.2.0.23) and my war files are built with maven using jdk1.7.0_09. In my pom file I declare the final name using the ## syntax that I was told before on this mailing list would

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread paul
I was really hoping that there would be something tomcat related in the WEB-INF\lib folder but nothing, they are all marked as provided in the pom file. There was a mistake in my original post, in tomcat 8.0.23 my application does not work with jdk's 1.7.0_09 or 1.8.0_11 so basically it doesnt

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-07 Thread paul
offering help. Paul On Mon, July 6, 2015 8:18 am, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 7/6/15 9:20 AM, p...@kuruma.co.uk wrote: I was really hoping that there would be something tomcat related in the WEB-INF\lib folder but nothing

Re: Implications of setting createDirs attribute on host declarations to false in Tomcat

2020-09-01 Thread Paul
mcat docs as well (I'd be willing to create a PR) TIA, Paul On 8/31/2020 5:24 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 8/31/20 05:36, Paul wrote: Hello, When running Tomcat in a Docker container as non-root, I'm getting an error entry in the

Implications of setting createDirs attribute on host declarations to false in Tomcat

2020-08-31 Thread Paul
directory, which comes with its on context.xml in /webapps/ROOT/META-INF/context.xml TIA Paul -- This email has been checked for viruses by AVG. https://www.avg.com

customer specific settings of webapps

2008-08-18 Thread Paul Hammes
comfortable solution: Do you know a pattern how to define these settings externally of the war-file? Thanks in advance, Paul -- Pt! Schon das coole Video vom GMX MultiMessenger gesehen? Der Eine für Alle: http://www.gmx.net/de/go/messenger03

Problem with JNDI environment entry resources

2008-09-02 Thread Paul Pepper
anyone suggest what I might have missed? Has anyone else had similar problems? Thanks, Paul. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Problem with JNDI environment entry resources

2008-09-03 Thread Paul Pepper
being the only change). I'm hesitant to raise a bug for fear of being flamed again! Thanks, Paul. 2008/9/3 Caldarale, Charles R [EMAIL PROTECTED]: From: Paul Pepper [mailto:[EMAIL PROTECTED] Subject: Problem with JNDI environment entry resources Can anyone suggest what I might have missed

Re: Problem with JNDI environment entry resources

2008-09-03 Thread Paul Pepper
Martin, Thanks for the suggestion, though I think there may have been some misunderstanding. I'm attempting to access a simple java.lang.String, not a DataSource. Environment/ elements are used to place String resources in an application's environment, not Resource/ elements, AFAIK. Paul. 2008

Re: User Directories and context.xml?

2008-09-03 Thread Paul Pepper
Tim, The META-INF/context.xml should be placed within your application's docBase. I suspect that is likely to be ~/public_html/myapp/META-INF, where ~/public_html/ is the appBase for the localhost (as you've described it) and ~/public_html/myapp is the docBase of your application. Paul. 2008/9

Re: Problem with JNDI environment entry resources

2008-09-03 Thread Paul Pepper
of applications as ROOT. Paul. - 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 with JNDI environment entry resources

2008-09-03 Thread Paul Pepper
element is in server.xml (absolutely NOT recommended). Agreed! Thanks, Paul. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problems with Context/

2008-09-03 Thread Paul Pepper
= / Is it the docs, the code, or my understanding, that is out when I try to make a web app the default app using a file, $CATALINA_BASE/conf/[enginename]/[hostname]/ROOT.xml? If the issue is one of code or docs, then I'm happy to do what I can to resolve that. Thanks, Paul

Re: User Directories and context.xml?

2008-09-03 Thread Paul Pepper
available environment entry resources. Paul. 2008/9/3 Tim J Schumacher [EMAIL PROTECTED]: Hi Paul, Thanks for the reply. I'm not sure I understand, I was thinking my user's application IS public_html, are you saying i have to make a directory called something like /home/myUserName/public_html/ROOT

Tomcat Cluster Deployer

2008-09-16 Thread Paul McGurn
clustering sessions (well documented) and also replicating WARs/apps to the cluster, rather than requiring WAR deployment to each server. Any help is appreciated. Paul McGurn | Manager, Customer Support Escalations Operations

RE: Tomcat Cluster Deployer

2008-09-16 Thread Paul McGurn
Thanks Mark. I'll work at actually translating this into real documentation and examples. As far as patching, I'm not qualified to do that, but I'd be willing to take a crack at it if there's a list of bugs/wishlist items for it. Paul McGurn -Original Message- From: Mark Thomas

RE: Balance and sync data

2008-09-16 Thread Paul McGurn
/ Paul McGurn -Original Message- From: Martin Spinassi [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 5:53 PM To: users@tomcat.apache.org Subject: Re: Balance and sync data On Tue, 2008-09-16 at 22:20 +0200, André Warnier wrote: [...] The question I've been holding back since

DBCP Question

2008-09-17 Thread Paul Selibas
the resource from the code itself but cannot find a way to do this. Does anyone have any suggestions or ideas. I have done allot of Googling with not luck. Many thanks, Paul Selibas

Re: DBCP Question

2008-09-17 Thread Paul Selibas
On Wed, Sep 17, 2008 at 3:03 PM, David Smith [EMAIL PROTECTED] wrote: I think you'll have to have your webapp manage it's own DBCP pool locally. I doubt there's a good way to change pool parameters on tomcat provide database pools on the fly. At minimum, any change to the Resource ... /

RE: session replication / cluster groups

2008-09-17 Thread Paul McGurn
setup is acting as a single point of failure in front of your Tomcat cluster. Paul McGurn |   Manager, Customer Support Escalations Operations · ·· LogMeIn, Inc. www.LogMeIn.com |   [EMAIL PROTECTED] p. +1 781.897.1320 |   f. +1 781.897.0632 -Original

RE: Server Maintenance Across Timezones (global)

2008-09-17 Thread Paul McGurn
separately (which would probably be more of a challenge than geo-separate environments). Paul McGurn -Original Message- From: Bill Davidson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 5:06 PM To: Tomcat Users List Subject: Server Maintenance Across Timezones (global

RE: Server Maintenance Across Timezones (global)

2008-09-17 Thread Paul McGurn
dependency in the application on how the ID if formatted. If that's your only concern, you're doing good so far! Paul McGurn -Original Message- From: Bill Davidson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2008 6:45 PM To: Tomcat Users List Subject: Re: Server Maintenance Across

RE: Tomcat Cluster Deployer

2008-09-17 Thread Paul McGurn
OK, I successfully deployed this in our test environment. Could you point me toward the general guidelines for properly creating documentation in the acceptable format? I'll start by documenting the existing cluster example that includes the farm section and work from there. Paul McGurn

RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-18 Thread Paul McGurn
keystorePass=secret URIEncoding=UTF-8 / Paul McGurn |   Manager, Customer Support Escalations Operations · ·· LogMeIn, Inc. www.LogMeIn.com |   [EMAIL PROTECTED] p. +1 781.897.1320 |   f. +1 781.897.0632 -Original Message

RE: staging

2008-09-18 Thread Paul McGurn
Check to make sure your Tomcat work directory is being updated when you deploy the new war. Also, have you confirmed it isn't just the browser cacheing the content (CTRL+F5 to hard refresh that)? Paul McGurn |   Manager, Customer Support Escalations

RE: Tomcat 6 HTTP / HTTP SSL Connector Port - Configuration Verification

2008-09-18 Thread Paul McGurn
-SSL traffic if this isn't configured (or at least, that was my experience). What I can say is that the connectors I listed below are how I've currently got it configured, and it's been in production for about 3 months as such. What does your log file say is happening? Paul McGurn |   Manager

context.xml and deploying a webapp

2008-10-21 Thread Paul Hammes
a new version (war-file)? 2. How do you deploy your applications at customer side? Thanks in advance, Paul -- GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion! http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196

ISAPI_REDIRECT issue

2008-11-06 Thread Paul Pree
and adjust it in there and build my own DLL? Any tips gratefully received!!! Thanks Paul

RE: ISAPI_REDIRECT issue

2008-11-06 Thread Paul Pree
with the addition of one. Regards Paul -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, 7 November 2008 9:46 AM To: Tomcat Users List Subject: Re: ISAPI_REDIRECT issue Paul Pree schrieb: Hi All Apologies in advance if I'm not getting this right - I'm a newbie

Apparent problem when adding commons jars to war

2005-10-18 Thread Paul Mahoney
INFO: Server startup in 2393 ms --- Paul Mahoney, Director, X-Act Solutions Limited smail: 71 South Cliff, Bexhill-on-Sea, East Sussex, TN39 3EE email: [EMAIL PROTECTED] phone: +44 (0) 1424 731240 - To unsubscribe, e-mail: [EMAIL

Re: Detecting Session Timeout in Tomcat

2005-10-19 Thread Paul Singleton
their collections of issued session ids via a database I guess this isn't Tomcat-specific: the (next?) API could do a little more to help you in these circumstances? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.4/142

Re: Pre compilation of JSP

2005-10-19 Thread Paul Singleton
) appear to be compiled/h4 /body /html Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.4/142 - Release Date: 18/Oct/2005 - To unsubscribe, e-mail

Re: Unable to open Tomcat Manager?

2005-10-21 Thread Paul Singleton
-r-- 1 tomcat tomcat 439 Oct 2 20:01 tomcat-users.xml Since it contains a plaintext password this is a security risk. Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.344 / Virus Database: 267.12.4/143 - Release Date: 19/Oct/2005

Tomcat 5.5.12 Refresh/Cache problem

2005-10-31 Thread Samit Paul
not refresh the image. It will only display the new image if I take a new browser. I think this has to do with the Caching but I'm not sure where to look for. Any help would be appreciated. Thanks, Samit Paul - To unsubscribe, e

RE: Tomcat 5.5.12 Refresh/Cache problem

2005-11-01 Thread Samit Paul
Arlene, Thanks for the reply. My file is a PNG file. Can you tell me where can I put this piece of code. Thanks, Samit Paul -Original Message- From: Arlene Milgram [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 8:20 AM To: users@tomcat.apache.org Subject: RE: Tomcat 5.5.12

RE: Tomcat 5.5.12 Refresh/Cache problem

2005-11-03 Thread Samit Paul
Thanks a lot guys. Certainly I misunderstood. Samit Paul -Original Message- From: MW Janssen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 2:51 AM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.12 Refresh/Cache problem that's what i meant. regards

Re: security question for this group

2005-11-06 Thread Paul Singleton
; if you construct SQL queries from text supplied by the user, they may be able to inject commands to do things you don't want them to be able to do RTFM for various techniques for authorizing users Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version

replacing the error page(s)

2005-11-07 Thread Paul Singleton
/error-page error-page exception-typejava.io.IOException/exception-type location/some/error/page.jsp/location /error-page and what error codes must I do this for? Is there a compact way of specifying *all* codes? Is it a bad idea to define a page for java.lang.Throwable? Paul Singleton

Re: Tomcat 5.0 : howto make a webapp the ROOT webapp the proper way

2005-11-08 Thread Paul Singleton
more simple, elegant way... (before you're an expert you'll stop expecting this ;-) e.g. an attribute to retain deployment on startup from explicit contexts while suppressing implicit deployment from the appBase? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti

test

2005-11-09 Thread Anto Paul
testing this email id -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: test

2005-11-09 Thread Anto Paul
This mail to [EMAIL PROTECTED] escaped my Gmail filter for tomcat mail lists. At present I have filters for users@tomcat.apache.org and [EMAIL PROTECTED] When does [EMAIL PROTECTED] came into existence ? -- rgds Anto Paul

Re: Could do with some guidance/help

2005-11-10 Thread Paul Singleton
I only use Tomcat standalone, and have no hunches about your particular problem, but sometimes IE hides the sordid details of error msgs and I find that Firefox gives them to you straight; also there's a LiveHTTPHeaders plugin which can be useful when troubleshooting? good luck :-/ Paul

FW: tomcat

2005-11-24 Thread Samit Paul
HI Dirk, I was using tomcat 5.5.9 and couldn't change the working folder through tomcat5 //US or tomcat5w interface to change the '--StartPath'. Then I updated to 5.5.12 and I could play with this parameters. Samit Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

IncompatibleClassChangeError handling

2005-11-25 Thread Paul Singleton
pages as out of date, and recompile them as they are encountered? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.1.362 / Virus Database: 267.13.7/182 - Release Date: 24/Nov/2005

Re: Web-application and Tomcat icon

2005-11-28 Thread Anto Paul
on the browser is favicon.ico that is in ROOT. You can replace it with your own icon. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SSL Certificate Beginner Question

2005-12-01 Thread Paul Singleton
useful for redirecting _https_ requests which were sent to the wrong port... Paul S. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.1.362 / Virus Database: 267.13.10/189 - Release Date: 30/Nov/2005

Re: How to deploy my webapp as root context webapp without tomcat loading it twice?

2005-12-01 Thread Paul Singleton
in Context to an absolute path to your app regards Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.1.362 / Virus Database: 267.13.10/189 - Release Date: 30/Nov/2005

JDBC Session Persistence in a cluster problem/question

2006-01-09 Thread Paul Smith
case of the server going down in the first place. 3). do I have any options here? We really do need a pretty seamless failover with session information being kept in sync as it failsover to the other node in the cluster. cheers, Paul Smith

Apache+Tomcat+AJP: failover error, expected?

2006-01-09 Thread Paul Smith
nuked. Is this the correct and expected behaviour in this scenario? Or have we simply configured something incorrectly? Perhaps that's just The Way It Is? cheers, Paul Smith --begin configs -- [EMAIL PROTECTED] conf]# more workers.properties # Define workers worker.list=loadbalancer

Re: Cluster configuration

2006-01-11 Thread Paul Smith
in the cluster. Also note that I would very much recommend using the latest modJK 1.2.15, this together with tomcat 5.5.15 is looking pretty good. cheers, Paul On 12/01/2006, at 11:17 AM, bradley mclain wrote: I am unable to get a 2 node cluster to work. I am using 5.5.15, as I saw

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-17 Thread Anto Paul
connect to a database using JDBC. It is same as using JDBC in any other java application. What you should take care is to put the JDBC driver library in the WEB-INF\lib directory of the application so that Tomcat sees it. -- rgds Anto Paul

Re: wrong System encoding

2006-01-18 Thread Anto Paul
application at the command prompt to test the value of System.getProperty(file.encoding) ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat log analyser

2006-01-18 Thread Anto Paul
for an access log analyzer written in Java ? -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-18 Thread Anto Paul
file in WEB-INF\lib. The Oracle installation provides some sample Java code. Look in jdbc folder for it. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-18 Thread Anto Paul
it successfully. i'd created the table named as user1 in oracle 8.0 and inserted some values in it. the name of the database in which this table is been created is prime. Regards, Vidhi Anto Paul [EMAIL PROTECTED] wrote: On 1/18/06, gupta vidhi wrote: i've JDBC installed in other path

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread Anto Paul
\lib and restart Tomcat. i feel the above error might be coming bcoz of the same reason. now you say, what should i do and what the matter is all about? Regards, Vidhi Anto Paul [EMAIL PROTECTED] wrote: On 1/18/06, gupta vidhi wrote: i've JDBC installed in other path than

Re: how to download admin webapp

2006-01-19 Thread Anto Paul
on the download link. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread Anto Paul
with every page. what could be the reason behind this? If other JSP pages work Tomcat is configured properly. As a next step check log files in the logs directory of Tomcat. See the files like localhost*. The error message will be there. Post it. Anto Paul [EMAIL PROTECTED] wrote: On 1/19/06

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-19 Thread Anto Paul
application at context path java.lang.IllegalStateException: ContainerBase.addChild: start: LifecycleException: start: : and more semi relevant stuff in the remaining logs ... Regards, Vidhi Anto Paul wrote: On 1/19/06, gupta vidhi wrote: i'd made some JSP

Re: Database Connectivity of JSP(Tomcat 4.x) with Oracle 8i

2006-01-20 Thread Anto Paul
delete log files start Tomcat and test and post the log files. Check Tomcat console also if you have one. There are other log files mainly stdout, stderr other than localhost*. and post the relevant error messages. Thanks Regards, Vidhi Anto Paul [EMAIL PROTECTED] wrote: On 1/20/06

Re: How and where to specify the log format in Tomcat

2006-01-23 Thread Anto Paul
element. The pattern attribute specifies the log format. -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Starting Tomcat

2006-01-25 Thread Hooper, Paul
Thank you, I'll give it a try. -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 11:46 To: Tomcat Users List Subject: RE: Starting Tomcat From: Hooper, Paul [mailto:[EMAIL PROTECTED] I am a new Tomcat user and am having some difficulties starting

RE: Starting Tomcat

2006-01-25 Thread Hooper, Paul
That worked perfectly. Thank you very much Paul -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 11:46 To: Tomcat Users List Subject: RE: Starting Tomcat From: Hooper, Paul [mailto:[EMAIL PROTECTED] I am a new Tomcat user and am having some

Build archives

2006-01-27 Thread Hooper, Paul
functionality inside CruiseControl that will do this for me ? Many thanks Paul _Confidentiality notice: Whilst this company has procedures in place and makes every effort to safeguard both Inbound and Outbound Emails, we cannot guarantee that attachments are Virus - Free or compatible with your

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
? whether the class name is DownloadFiles.class itself? also check the access permissions of the class and tomcat directory if ur on a X'nix machine - Jiyo cricket on Yahoo! India cricket -- rgds Anto Paul

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
) Thank u in advance Deepa - Jiyo cricket on Yahoo! India cricket -- rgds Anto Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Download file Problem - 404 error

2006-01-30 Thread Anto Paul
$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) Thank u Anto Paul [EMAIL PROTECTED] wrote: In what package it is defined ?. Are you sure you deleted the old classfiles

Jcoverage

2006-02-03 Thread Hooper, Paul
Does anybody out there know anything about jcoverage ??? _Confidentiality notice: Whilst this company has procedures in place and makes every effort to safeguard both Inbound and Outbound Emails, we cannot guarantee that attachments are Virus - Free or compatible with your systems and therefore

RE: Small connection problems with JK 1.2.15 and IIS 5

2006-02-08 Thread Paul Hamer
must be there for a reason... Anyone? Tanx a lot! Paul Hamer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Small connection problems with JK 1.2.15 and IIS 5

2006-02-08 Thread Paul Hamer
Sorry, I just noticed I forgot a piece of the error :) The errors I'm still having are almost always immediately preceeded by this one: [Wed Feb 08 13:27:53 2006] [error] jk_isapi_plugin.c (549): HSE_REQ_SEND_RESPONSE_HEADER failed Tanx, Paul Hamer -Original Message- From: Paul Hamer

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread Paul Hamer
contain posts reporting the same error, yet none of them have *any* replies. Regards, Paul Hamer management development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Monday, 13 February

RE: Desperate for help with isapi_redirect.dll

2006-02-13 Thread Paul Hamer
Hiya David, You have a typo (forgot a w) in the cachesize line of your worker.properties... worker.ajp13w.cachesize=100 Should fix most of y'r problems :) Greetz, Paul Hamer management development [EMAIL PROTECTED] toHAVE websolutions www.tohave.nl [EMAIL PROTECTED] -Original

Keep a Tomcat persistent SSL server connection

2007-10-30 Thread Paul Simon
Dear folks, I have a long lived SSL connection which I'd like to maintain with the Tomcat server, but it times out after a few minutes. Can someone shed tips how to do maintain a long-lived SSL connection with a Tomcat server? Thanks ahead

Does mod_jk work with basic Apache Authentication?

2007-11-19 Thread Paul Boone
been experimenting, examining the source, and scouring the internet for the last few days and so far I haven't determined if this should even work, let alone how to get it to work. Thanks, -- Paul Boone -- View this message in context: http://www.nabble.com/Does-mod_jk-work-with-basic-Apache

Re: Does mod_jk work with basic Apache Authentication?

2007-11-19 Thread Paul Boone
Sorry, figured out the problem. If you see this behavior, try using Apache Locationelements instead of Directory elements. Paul Boone wrote: I've tried using variations of JkMount / JkUnmount to forward requests on to Tomcat, but what always happens is that: * any file served by Tomcat

Comet position of CRLF in request chunks

2007-12-12 Thread Paul Dumais
(); } I was wondering if someone could explain this, and if this is by design, or if I am using Comet incorrectly. Thank you, Paul - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Tomcat status 75 error

2008-01-02 Thread Paul Beattie
error messages correspond to the same underlying issue. I strongly suspect it is an application code issue so I would like to be able to count Tomcat out of the loop. Thanks, Paul - To start a new topic, e-mail: users

session id cookies

2008-01-03 Thread Paul Singleton
If I set Context cookies=false ... will Tomcat ignore any JSESSIONID cookie which accompanies a request? Should it? Paul Singleton - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: session id cookies

2008-01-04 Thread Paul Singleton
Bill Barker wrote: Paul Singleton [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If I set Context cookies=false ... will Tomcat ignore any JSESSIONID cookie which accompanies a request? Should it? With any of the released versions, it won't ignore the cookie if the browser

appBase

2008-02-02 Thread Paul Wallace
=false antiResourceLocking=false antiJARLocking=false/ How do I point the root of the said release of Tomcat at, preferably, a folder relative to CATALINA_HOME? Thanks Paul.

RE: appBase

2008-02-03 Thread Paul Wallace
?xml version=1.0 encoding=UTF-8 ? Context privileged=false antiResourceLocking=false antiJARLocking=false/ An HTTP 400 error is still returned however when the server is started and I access localhost. I am not unpacking any WAR. Thanks Paul. -Original Message- From: Pid [mailto

RE: appBase

2008-02-04 Thread Paul Wallace
to be a reference to the logging API (CLassNotFoundException - org.apache.commons.logging) but commons-logging-api.jar and log4j-1.2.14.jar are present in server/lib. May this be a Tomcat 5.5 on JDK 1.6 problem? Paul. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent

help decipher log entry

2008-02-25 Thread Paul Simon
to java web programming and I'm trying to wrap my head around all this. Thanks for any help, Paul snip StandardServer.await: accept: java.io.InterruptedIOException: Accept timed out java.io.InterruptedIOException: Accept timed out at java.net.PlainSocketImpl.socketAccept(Native Method

Re: Session expiration and AJAX issues

2008-02-25 Thread Paul Simon
Hi, We've set our session expiration to 12 hours (I know it's long) and we're seeing behavior where certain browsers (namely IE) apparently can't count that high (we set the meta Refresh header but the page doesn't reload after the allotted time, session expiration time + 20 minutes).

Re: RE: unzip a jar file from a war file to tomcat/webapp

2007-06-28 Thread Paul Hammes
Datum: Thu, 28 Jun 2007 18:56:00 -0500 Von: Caldarale, Charles R [EMAIL PROTECTED] An: Tomcat Users List users@tomcat.apache.org Betreff: RE: unzip a jar file from a war file to tomcat/webapp From: Paul Hammes [mailto:[EMAIL PROTECTED] Subject: unzip a jar file from a war file

Re: Regarding Text field editor in JSP

2007-07-20 Thread Paul Singleton
including JSPs Paul S. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

undesirable session timeout behaviour

2007-08-14 Thread paul womack
For reasons all my own, I want the timeout period to be quite short - essentially if a (human) user sits around doing nothing for more than 5 minutes, I want to timeout the session. I have configured tomcat to do this, and it works fine. Except. If the user initiates an activity (ok - I'll

Re: Does anyone have an approach to checking if Tomcat instance is UP?

2007-08-21 Thread Paul Singleton
to a less busy server iff poss else please come back later) * the complexity of some user's request, in which case your app isn't really down at all... Paul Kim Albee wrote: Tracy, The JSP does a call to a method in our app -- which if it runs, that means the app is up and available

Re: Does anyone have an approach to checking if Tomcat instance is UP?

2007-08-21 Thread Paul Singleton
; Thanks for this - is there a similar (or any) way to anticipate out of PermGen? Paul S. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: SSL and non-secure items

2007-08-28 Thread Paul Singleton
find which items are non-secure? 1) just say no and notice which items don't appear 2) use the View / Source feature and look for http:// urls 3- how to prevent this message to be displayed programatically? thank you very much Paul S

Re: Generating a 404 response

2007-09-09 Thread Paul Singleton
then if you call response.sendError(404, ) when your app decides the request isn't sensible, this page will be used. I haven't tried this. Paul Singleton - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

Re: Generating a 404 response

2007-09-09 Thread Paul Singleton
-list) error-page error-code404/error-code location/my_error_404.jsp/location /error-page then if you call response.sendError(404, ) when your app decides the request isn't sensible, this page will be used. I haven't tried this. Paul Singleton

Tomcat 6 classloading - problem loading DB drivers for JNDI-listed Datasources with cross-context portlet invocations

2007-09-16 Thread Paul ANDERSON
When doing cross-context invocations of a portlet in Liferay that references container-managed Datasources by JNDI, I get:- Cannot load JDBC driver class 'oracle.jdbc.driver.OracleDriver' java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver The driver JAR was in SERVER/lib.

RE: Tomcat 6 classloading - problem loading DB drivers for JNDI-listed Datasources with cross-context portlet invocations

2007-09-16 Thread Paul ANDERSON
Excuse me, $CATALINA_HOME/lib is what I meant. (Thanks for your interest, Chuck.) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Tomcat 5.5.25 - 6.0.14 upgrade problem

2007-10-01 Thread Paul ANDERSON
Hi, I had a problem before with this upgrade scenario using the Oracle drivers, and asked the list. I was asked if the JAR was in $CATALINA_HOME/lib - it was - no further ideas. I have never had a problem before with JDK 4 or 5 on TC5.5, just with JDK6 and TC6, so I temporarily abandoned my

Tomcat - JMX to get connections per minutes?

2008-03-18 Thread paul womack
Colour me stupid; I've installed Tomcat 5.5, and have read various glowing reports about monitoring and JMX and how wonderful it all is. I've just googled, and read stuff, for around the last hour. And come up empty. How do I get figures on (what I consider) simple stuff like connections per

Re: Tomcat - JMX to get connections per minutes?

2008-03-19 Thread paul womack
Caldarale, Charles R wrote: From: paul womack [mailto:[EMAIL PROTECTED] Subject: Tomcat - JMX to get connections per minutes? How do I get figures on (what I consider) simple stuff like connections per minute/hour/whatever, Kilobytes per second, etc? Probably the easiest thing to do is look

  1   2   3   4   5   >