Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-22 Thread Peter
xmlValidation=false xmlNamespaceAware=false Any assistance would be appreciated. :) Pete -- Peter Cimring Software Developer (: +972 52-545-9364 *: [EMAIL PROTECTED] /Any sufficiently advanced technology is indistinguishable from magic./ - Arthur C. Clarke

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
Message - From: Peter [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August 22, 2008 4:07 PM Subject: Tomcat does not unpack WAR file (Tomcat 5.5.20) Hi When I drop a WAR file into the webapps folder on my dev machine - running Tomcat 6.0.16 - Tomcat unpacks it on startup

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
this does not appear to be a (pure) 'Tomcat' issue, I will take it up with the guys who manage the 'parent' app. Thanks for the assistance. Johnny Kewl wrote: - Original Message - From: Peter [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August 22, 2008 4:07 PM Subject

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread Peter
. For example, see: http://marc.info/?l=tomcat-userm=116107471021645w=2 http://marc.info/?l=tomcat-userm=116302992202121w=2 Is this a known issue / 'bug' with Tomcat 5? :) Pete Johnny Kewl wrote: - Original Message - From: Peter [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Friday, August

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread Peter
not support cookies. Have I missed something - or does the (cookies=false) do something slightly different to what I thought? Just to re-iterate, I am runningTomcat 5..5.20 Thanks Pete Johnny Kewl wrote: - Original Message - From: Peter [EMAIL PROTECTED] To: users@tomcat.apache.org Sent

Tomcat 6 NIO consumes all CPU until restarted

2007-10-27 Thread Peter
and it's goes into this state every 2 - 5 hours until restarted. Has anyone experience any similar behaviour? Any ideas or suggestions? Thanks Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: Tomcat 6 NIO consumes all CPU until restarted

2007-10-27 Thread Peter
:) It eased migration from Tomcat, using APR on the SSL connector allowed us to reuse certificates. Could probably rework them to JKS in the future. - Original Message From: Rémy Maucherat On 10/27/07, Peter [EMAIL PROTECTED] wrote: Has anyone experience any similar behaviour

Re: Tomcat 6 NIO consumes all CPU until restarted

2007-10-29 Thread Peter
, and then you will know for sure Filip Peter wrote: Hi We are having a problem with Tomcat 6 using the NIO (running on linux with Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_12-b04, mixed mode) that it consumes all CPU after a few hours in production, prior to that we ran Tomcat 6 with AJP

Re: Tomcat 6 NIO consumes all CPU until restarted

2007-10-29 Thread Peter
). - Original Message From: Peter Thanks Filip, oversight on my part, here we go: [EMAIL PROTECTED]:/logs/tomcat ps -eL -o pid,%cpu,lwp | grep -i 4046 | grep -iv 0.0 4046 0.6 4047 4046 0.1 4052 4046 0.1 4053 4046 21.9 4078 4046 18.7 4108 4046 0.1 4109 http-8080-Poller-0

hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-20 Thread Peter
hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a list and get 1 as a result. simple code for testing! List alist =new ArrayList(); alist.add(0); put 0 into it alist.get(0); get 1 as result. it occurs when i

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
(); if (_jspx_page_context != null) _jspx_page_context.handlePageException(t); } } finally { if (_jspxFactory != null) _jspxFactory.releasePageContext(_jspx_page_context); } } } On 5/21/07, Leon Rosenberg [EMAIL PROTECTED] wrote: On 5/21/07, Peter [EMAIL PROTECTED] wrote: hi all, I have

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
in the mail before, i put 0 in a list and get 1 as result. On 5/21/07, Leon Rosenberg [EMAIL PROTECTED] wrote: On 5/21/07, Peter [EMAIL PROTECTED] wrote: hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
, either you badly display result, either it's not the same list. Peter a écrit : hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0 into a list and get 1 as a result. simple code for testing! List alist =new ArrayList

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
hi all i try to do like List alist =new ArrayList(); alist.add(0L); alist.get(0); and it is fine. donot know why? On 5/21/07, Peter [EMAIL PROTECTED] wrote: hi all, I have come into a very wired problem. here it is. my project using JBuilder 2006 and tomcat 5.5.20. when i put a 0

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
(); alist.add(0); out.print(alist.get(0)); Regards On 5/22/07, Christopher Schultz [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Felix, Felix Schumacher wrote: Am Montag, den 21.05.2007, 13:54 +0800 schrieb Peter: hi all, I have come into a very wired problem. here

Re: hi,wired problem? add 0 into alist but get 1 as a result!

2007-05-21 Thread Peter
hi all; only get problem when put 0 into the list, put 1 or any number is ok, put new Integer(0) is ok as well; i think it may be a bug. does anyone has a idea? regards On 5/21/07, Peter [EMAIL PROTECTED] wrote: hi all, I have come into a very wired problem. here it is. my project using

hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
are not closed? thank you for ideas! peter

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
thank you for ideas i current using JBuider2006, what profiler can used in JBuider2006? thanks peter On 6/12/07, Jon Wingfield [EMAIL PROTECTED] wrote: Chuck answered a similar query recently: http://marc.info/?l=tomcat-userm=118113828210257w=2 Your servlets are serving long-running

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
question. I don't know. The last time I used JBuilder was way back in 2000. The Borland site suggests an OptimizeIt profiler is present in JBuilder for the Developer and Enterprise editions: http://info.borland.com/techpubs/jbuilder/ Jon Peter wrote: thank you for ideas i current using JBuider2006

Can not see the stack trace?

2007-06-12 Thread Peter
hi all; i try to use SIGQUIT but can not see the stack trace. [EMAIL PROTECTED] root]# ps -ef|grep tomcat root 26337 1 5 09:45 pts/000:00:11 /usr/java/jre1.5.0_08/bin/java -Xms256m -Xmx512m - Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -

Re: hi,problem when shutdown tomcat!

2007-06-12 Thread Peter
hi all; I just found out that in linux under the /proc generate a fold 26337 does it the place which the information stores? any idea? thanks On 6/13/07, Peter [EMAIL PROTECTED] wrote: hi all; i try to use SIGQUIT but can not see the stack trace. [EMAIL PROTECTED] root]# ps -ef|grep tomcat

Re: hi,problem when shutdown tomcat!

2007-06-13 Thread Peter
i found that. thanks a lot On 6/13/07, Jon Wingfield [EMAIL PROTECTED] wrote: The trace is probably in the catalina.out log file (at least that's where it goes for us running tc5.0.30) Peter wrote: hi all; I just found out that in linux under the /proc generate a fold 26337 does

Nio problems on OSX

2007-06-13 Thread Peter
disableUploadTimeout=true acceptCount=100 scheme=https secure=true SSLEngine=on SSLCertificateFile=${catalina.base}/conf/x.crt SSLCertificateKeyFile=${catalina.base}/conf/x.key SSLPassword=x / Any ideas? Thanks Peter

Re: Can not see the stack trace?

2007-06-15 Thread Peter
STDOUT goes to. The standard tomcat start scripts (startup.sh or catalina.sh called with the argument start) redirect STDOUT to logs/catalina.out. Regards, Rainer Peter wrote: hi all; i try to use SIGQUIT but can not see the stack trace. [EMAIL PROTECTED] root]# ps -ef|grep tomcat root

log4j error! log4j:ERROR Attempted to append to closed appender named.

2007-06-19 Thread Peter
hi,all we are using log4j under tomcat. and it appeals so many following erros ; log4j:ERROR Attempted to append to closed appender named [DEFAULT_LOGFILE]. does anyone has an idea why and how to sovle it. thanks ! here is our log4j.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE

Re: log4j error! log4j:ERROR Attempted to append to closed appender named.

2007-06-19 Thread Peter
] wrote: I think the configuration of LOG4J has some problems param name=File value=../logs/others.log/ System can't find the log file. On Wed, 20 Jun 2007 12:42:45 +0800 Peter [EMAIL PROTECTED] wrote: hi,all we are using log4j under tomcat. and it appeals so many following erros

Re: Re[2]: log4j error! log4j:ERROR Attempted to append to closed appender named.

2007-06-20 Thread Peter
i will try this thanks On 6/20/07, 吴熊敏 [EMAIL PROTECTED] wrote: param name=Append value=false/ change Append's value 'true' and try again On Wed, 20 Jun 2007 13:18:01 +0800 Peter [EMAIL PROTECTED] wrote: thanks but it also generate log file as well. log file can be write. i donot

Re: Re[2]: SOS thanks

2007-06-20 Thread Peter
hi i.e. The term i.e. means id est in Latin or that is in English. A trick that I use: If you can replace i.e. with in other words then you are using it correctly. I.e. is used to specify what your are trying to convey. see the following actical about the i.e vs e.g

Re: 7.0.25 to 7.0.27 requires -Xmx32m to go to -Xmx512m

2012-04-10 Thread Peter
, simple spring mvc, simple spring security,... (spring 3.0.7) bunch of very simple examples that end up pulling in many jars. I will grab a dump tomorrow, thanks for response, peter

Re: 7.0.25 to 7.0.27 requires -Xmx32m to go to -Xmx512m

2012-04-12 Thread Peter
into ram during scanning. In 7.0.25 - I could start a typical Spring application in 32mb. 7.0.27 requires 512mb? - Peter From: Mark Thomas ma...@apache.org To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, April 11, 2012 6:50 AM Subject: Re: 7.0.25

Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-25 Thread Peter
=== -- /Engine /Service /Server Thanks in advance, Peter

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-26 Thread Peter
. Please help me. Thanks in advance. - Peter On Thu, Dec 26, 2013 at 2:42 PM, Mark Thomas ma...@apache.org wrote: On 26/12/2013 04:30, Peter wrote: Hi all, I am having strange issues with tomcat 7 as well as tomcat 8, following is details of that issue, please someone help me

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-26 Thread Peter
(ThreadPoolExecutor.java:1145) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) java.lang.Thread.run(Thread.java:744) Please help me Peter On Fri, Dec 27, 2013 at 3:03 AM, André Warnier a...@ice-sa.com wrote: Peter wrote: Thanks *Mark,* Martin

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread Peter
On Fri, Dec 27, 2013 at 1:31 PM, Mark Eggers its_toas...@yahoo.com wrote: On 12/26/2013 11:49 PM, Peter wrote: Guys see here is that error message , I am attaching log file also please help OS - Centos 6.5 64 bit HTTP Status 500 - Error instantiating servlet class

Re: Tomcat Java Settings for each webapps, and virtual host strange issue.

2013-12-27 Thread Peter
help me. Peter On Fri, Dec 27, 2013 at 2:46 PM, André Warnier a...@ice-sa.com wrote: Peter wrote: Guys see here is that error message , I am attaching log file also please help And did you see that : java.lang.RuntimeException: Ask the ERDDAP administrator to look at the detailed error

tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache

2013-12-28 Thread Peter
??? Please help me..if possible send me sample configuration file as I am newbie to web programming world. Thanks in advance - Peter

Re: tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache

2013-12-28 Thread Peter
On Sat, Dec 28, 2013 at 6:48 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Peter [mailto:nex@gmail.com] Subject: tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache if I enter *http://client1.host.com http://client1

Re: tomcat - How to forward request to some webapp while using port 80 without virtual host, without apache

2013-12-28 Thread Peter
I am happy that you guys sent reply to me, but anyone here can create configuration file for me for example which I had mentioned in beginning of post, then I can understand better, its my weakness but true. -Peter On Sat, Dec 28, 2013 at 10:25 PM, André Warnier a...@ice-sa.com wrote: Peter

rc-10 bug?

2014-01-03 Thread Peter
with name [/Cssp3FactorySample] has started Just a heads up - if there are any suggestions to enable specific logging, I am willing to try. Thanks, - Peter

Re: rc-10 bug?

2014-01-06 Thread Peter
- remove said elements from the the lib folder. Hope this helps, Peter     // Check if JARs have been added or removed     WebResource[] jars = resources.listResources(/WEB-INF/lib);     if (jars.length jarModificationTimes.size()) {     log.info(sm.getString

unsuscribe

2018-07-05 Thread Peter
unsubscribe

RE: Tomcat does not shutdown properly and kill -3 does not work!

2008-08-06 Thread Peter Crowther
following the instructions at http://jira.springframework.org/browse/INT-147 and used destroy-method=shutdown in the bean config? If not, try that and see what happens. - Peter - To start a new topic, e-mail: users

RE: Possible virus uploaded to Tomcat 5.5.3

2008-08-08 Thread Peter Crowther
the problem reduces to how someone managed to drop that JSP into 5.5.3 such that it could be invoked once? - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

RE: how to make context path case insensitive

2008-08-11 Thread Peter Crowther
path, can you give us some more details about what you're trying to do? Also, what OS, and what version of Tomcat? - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

RE: Problem with in Synchronized methods in Tomcat 4.x

2008-08-11 Thread Peter Crowther
so that another of your threads is stuck inside the synchronised block. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Will tomcat handles Syn

2008-08-11 Thread Peter Crowther
your own solution. Conatiner will do better handling of common resource,so we shd not use 'synchronized' keyword. Yes, where the container is aware of the common resource and knows how to pool it. No, where it's your own code implementing the common resource. - Peter

RE: Chaining Request Processing

2008-08-12 Thread Peter Crowther
already tying up the Tomcat thread for the duration of the call. If you're changing your architecture, you'll definitely need to do this. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

Hot redeploying a WAR - HTML is not refreshed

2008-08-13 Thread Peter Desjardins
are refreshed. Is there a way to clear all the old content from the cache during a hot redeploy? Or is there any other way to serve the new HTML content without stopping the server? I am using Apache Tomcat Version 6.0.18, jdk1.5.0_14, and Windows XP. Thanks for your help. Peter Desjardins

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Peter Desjardins
when redeploying? Again, thank you. Peter Desjardins - 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: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Peter Desjardins
server and just trying to deploy and redeploy locally. Thank you. Peter Desjardins - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Peter Desjardins
may want to experiment with the antiResourceLocking attribute of your webapp's Context element - but watch out for the caveats mentioned in the doc: This problem is occurring on two type of Linux server also. I'm just troubleshooting the problem on my Windows computer. Thanks! Peter

RE: how to allow remote login in tomcat ?

2008-08-26 Thread Peter Crowther
running as a service or under a different user ID to yours, it won't see the mapped drive. Who's it running as? Also, if Tomcat's running as a service, it doesn't load a full profile - notably including the mapped drives. What's it running as? - Peter

[OT] RE: Can't generate class file from Interface

2008-08-26 Thread Peter Crowther
This is not a Tomcat question. Please find a more appropriate list. - Peter -Original Message- From: sam wun [mailto:[EMAIL PROTECTED] Sent: 26 August 2008 13:03 To: Tomcat Users List Subject: Can't generate class file from Interface Hi, In Eclipse 3.4

RE: Tomcat 5.5.0.26 / Performance issue

2008-08-27 Thread Peter Crowther
the method getParameterNames from class org.apache.catalina.connector.RequestFacade. Is this for the first call, or for second and subsequent calls as well? First calls are often much slower as code is loaded. If it's for second and subsequent calls, then there's a problem! - Peter

RE: Re: Can't execute servlet project

2008-08-27 Thread Peter Crowther
instance is running on. You probably want to find which JDK your Tomcat's running on, and change that to the same one that you're using for compilation. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: Ignorance about some things.

2008-09-01 Thread Peter Crowther
in typical Java programs, that's a fair bit of extra memory. If you assume that half of a typical object's state is references to other objects, then (naively) you'll use 50% more memory. Now I'll sit back and wait for Chuck to contradict me :-). - Peter

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Peter Crowther
the second one started (in which case you should be looking for contention issues)? - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Peter Crowther
JVM. But I'm willing to bet that the bottleneck is in one or more of: - Your test harness; - Your web app (do all the threads access a common object?); - A library you're using that single-threads; - Your back-end systems, such as your database server. - Peter

RE: Installing Multiple Instances on Windows Server 2003

2008-09-02 Thread Peter Crowther
? - Peter - 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: [NEWBIE] Separate tomcat engines on the same physical server

2008-09-09 Thread Peter Crowther
at the end on running multiple Tomcats on the same box. Setup can get a little interesting if you're running on Windows and want both processes to start as services, but even that's entirely possible to configure. - Peter

RE: JVM per Context

2008-09-10 Thread Peter Crowther
complete! - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[OT] Filesystems allowing spaces (was RE: html entities and urls with spaces)

2008-09-11 Thread Peter Crowther
command-line types who have problems. - Peter * I'm a latecomer - mid-1980s - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Browser Limited web application

2008-09-17 Thread Peter Crowther
and run on the client computer to get it. I suspect most anti-malware programs would recognise that software as spyware and stop it running. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: apache and tomcat version

2008-09-17 Thread Peter Crowther
, you can connect Tomcat to httpd using AJP. It is more difficult to set up the two servers in this way. If possible, I would use a newer version of Tomcat than version 3. - Peter - To start a new topic, e-mail

[OT] RE: Browser Limited web application

2008-09-17 Thread Peter Crowther
. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tomcat usage

2008-09-18 Thread Peter Crowther
From: Kusuma Pabba [EMAIL PROTECTED] what is the difference between running tomcat server and as client Tomcat is a Web server. There is no concept of running it as a client. What are you trying to do? We might be able to help more if you tell us! - Peter

RE: apache and tomcat version

2008-09-18 Thread Peter Crowther
the integration job to do. The appropriate version of the docs at http://tomcat.apache.org will, of course, be of benefit :-). I'd go with Tomcat 6 unless you have a good reason to use an older version. - Peter - To start a new

RE: tomcat usage

2008-09-18 Thread Peter Crowther
default page using a browser on whatever system you identified in step 2. There may be other ways of working, but most of the embedded Tomcats I've seen on devices are running on embedded Linux of one variety or another. - Peter

RE: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
in-between that I am unaware of ? It's close, but the problem occurs at an earlier step than you outline :-). - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

[OT] RE: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
addresses on one adapter. Cheaper, and you don't run out of card slots so fast :-). - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Connector problem

2008-09-22 Thread Peter Crowther
in your server.xml, each for one of the secure domains; - Configure each Host to use the appropriate certificate from your keystore(s). This is no harder than configuring one Host for SSL, you just need to do it three times :-). - Peter

RE: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
is negotiated. This is an information disclosure vulnerability. - Peter - 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: Connector problem

2008-09-22 Thread Peter Crowther
you re-architect the application so that all Hibernate access is done in classes that are only loaded once. However, I'm not a Tomcat expert and there may be ways round the problem! - Peter - To start a new topic

RE: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
solution 5 years down the line, once all the old browsers that don't support it have fallen out of use, but even if the protocol's ready to go now the installed browser base isn't ready for a site that uses it. - Peter

RE: Connector problem

2008-09-22 Thread Peter Crowther
/true_b usinessid_mdm.asp http://www.positivessl.com/ssl-certificate-products/ssl/multi- domain-ssl-certificate.html Assuming the browser support is out there then yes, it should be possible. - Peter - To start

[OT] RE: HTTPS and Virtual Hosts

2008-09-22 Thread Peter Crowther
ID vuls from the side of the server admin. Broaden your thinking - what might a *client* get upset about? - Peter * With thanks to User Friendly (http://www.userfriendly.org), over the years, for warping my mind enough to devise this URL

[OT] RE: manipualting a select list from within an event handler

2008-09-24 Thread Peter Crowther
on a Javascript list? - Peter - 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: Managing Tomcat 6 threads : How to make tomcat destroy threads when idle?

2008-10-07 Thread Peter Rossbach
connectionTimeout=2 redirectPort=8443 / Look at http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html Executor drop idle threads after one minute. Peter Am 07.10.2008 um 10:29 schrieb Mark Thomas: Rohan Sahgal wrote: I tried increasing the number of tomcat

RE: Reloading Tomcat Server

2008-10-07 Thread Peter Crowther
? That looks like it's still trying to read directly from the URL during the request. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Communicating between webapps

2008-10-08 Thread Peter Crowther
A to invoke code in B, though they're all solutions to the problem of A informing B that something has changed. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Non-secure HTTP connector with secure=true requires a keystore?

2008-10-08 Thread Peter Rossbach
=true at your config. Peter Am 07.10.2008 um 21:01 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: From: Christopher Schultz [mailto:[EMAIL PROTECTED] Subject: Re: Non-secure HTTP connector with secure=true requires a keystore? I

Re: Basic Tribes Questions

2008-10-08 Thread Peter Rossbach
HI Mike, tribes is part of tomcat. Yoo can find the svn repo links at http://tomcat.apache.org/svn.html Peter Am 08.10.2008 um 17:18 schrieb Mike Wannamaker: Cool, Is there a repository to just get the tribes jar or just the tribes source without having to get all of tomcat to get

RE: Appeal to Tomcat developers

2008-10-16 Thread Peter Crowther
that in terms of setup and configuration, the new methods are too complicated, and the available documentation is too obscure for most of the Tomcat users that are not themselves Java or Tomcat experts. What would you change? - Peter

RE: Appeal to Tomcat developers

2008-10-16 Thread Peter Crowther
with Andre. I think his 90% estimate is high, but I suspect pure admins are in the majority. Certainly I think equating tomcat user with java developer is naïve. - Peter - To start a new topic, e-mail: users

RE: Where to look for connection refused errors in Tomcat6.0.18 ?

2008-10-17 Thread Peter Crowther
due to load and refusals due to no port being configured to accept a connection. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Error reporting

2008-10-21 Thread Peter Stavrinides
.:tomcat. Would I have to implement a valve? Any pointers would be much appreciated. Thanks, Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: Tomcat is running but page is not displayed

2008-10-22 Thread Peter Crowther
to failure. Then you have the fun job of finding the leak - there are many threads in the Tomcat archive on doing this, just search for memory leak and follow the threads. - Peter - To start a new topic, e-mail

RE: Tomcat 5.5.26 Vulnerability - Test

2008-10-23 Thread Peter Crowther
Which JDK are you using, and do those vulnerabilities apply to that *specific* JDK? They are all Java vuls, not Tomcat vuls. - Peter -Original Message- From: Gozde Aytan [mailto:[EMAIL PROTECTED] Sent: 23 October 2008 12:32 To: users@tomcat.apache.org Subject

RE: Question about Tomcat context

2008-10-24 Thread Peter Crowther
of perm space. - Peter - 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: Question about Tomcat context

2008-10-24 Thread Peter Crowther
it (and sometimes not then), or b) when it runs out of free memory and needs to allocate something. Low free memory is not necessarily a problem - the JVM may just be being lazy about garbage collection. - Peter * who has forgotten more about Java virtual machines than I will ever learn

RE: Obfuscating a Servlet

2008-10-24 Thread Peter Crowther
breaking in and stealing the machine with your source code on? ;-) - Peter - 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 question

2008-10-24 Thread Peter Crowther
From: Ghanta, Bose [mailto:[EMAIL PROTECTED] Will Tomcat run with J2SE or does it require J2EE? The ones I have here run just fine on J2SE. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: Multiple IIS sites and ISAPI redirect problem

2008-10-24 Thread Peter Crowther
product, and your (correct) information about non-server products is not relevant to the OP's problem as far as I can see? - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

RE: Are multiple contexts of the same code code base visible to each other?

2008-10-25 Thread Peter Crowther
instances from your two requests. If that's not what you want, you may want to investigate putting MultiLogger in common/lib - see the TC5.5 documentation about the classloader hierarchy. - Peter - To start a new

RE: how to integrate Shibboleth and Tomcat

2008-11-05 Thread Peter Crowther
? It's a pure Java Shibboleth implementation. - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Logging Tomcat errors

2008-11-14 Thread Peter Stavrinides
(by logging to an email appender - I know log4j has this feature), other errors can go to a log file. Some documentation/advice would be a great help! cheers, Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread Peter Crowther
the errors here, we might be able to help. I'd love to suggest possible file names, but the repackagers may have changed those as well. - Peter - To start a new topic, e-mail: users@tomcat.apache.org

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread Peter Crowther
: Connection refused [... trace...] As you can imagine, it's a lot easier to diagnose the problem with all of that than if we just see the FubarException! - Peter - To start a new topic, e-mail: users

RE: Tomcat webapp stopped working, please help

2008-11-14 Thread Peter Crowther
on port 8009. Don't do it now, on the principle of changing one thing at once! - Peter - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Logging Tomcat errors

2008-11-14 Thread Peter Stavrinides
. Thanks Peter - Original Message - From: Charles R Caldarale [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, 14 November, 2008 5:32:17 PM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: RE: Logging Tomcat errors From: Peter Stavrinides [mailto

  1   2   3   4   5   6   7   8   9   10   >