Re: tomcat5.5 can't start

2009-10-12 Thread Peter Crowther
recent one) from http://tomcat.apache.org, unzip it and run it using its own shell script, does it start? - Peter 2009/10/12 jay uniojnqoif...@gmail.com: Hi all  : I have some problem with tomcat . I have install tomcat5.5 , root@ ibm:/tmp# dpkg --get-selections | grep tomcat5.5 libtomcat5.5

Re: Questions on Single Sign On?

2009-10-12 Thread Peter Crowther
this is an appropriate requirement? In particular, how do you plan to handle (say) a browser or client crash that loses the in-memory session cookie? The user can neither log out from the old session nor log into a new session until the server times out the session. - Peter

Re: Questions on Single Sign On?

2009-10-12 Thread Peter Crowther
. Pid's approach of invalidating the old session(s) when you see a new one would get round my objection very neatly - it's probably the best approach to the problem. - Peter - To unsubscribe, e-mail: users-unsubscr

Re: Questions on Single Sign On?

2009-10-12 Thread Peter Crowther
time after the user closes the particular window they're using to interact with your site. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 6.0.20 always works in GMT timezone even after forcing it to use Asia/Calcutta by multiple methods.

2009-10-11 Thread Peter Crowther
addresses I've seen on the list are any indicator. So far, I don't remember anyone else reporting the issue, and if it was a Tomcat issue I would have expected it to show up in other installations than yours. Is it possible? Well, anything's possible. But it seems unlikely. - Peter

Re: java.net.SocketException: Permission denied: listen failed

2009-10-11 Thread Peter Crowther
-Permission-Denied-Error:listen-failed-initializing-endpoint-td18844524.html - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

GC (was Re: tomcat 5.5.25 shared lib and sharing webapp jars)

2009-10-10 Thread Peter Crowther
object pointers out of the original objects, I was inclined to agree. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Upgrading (was Re: Re Directing tomcat console out put to log files)

2009-10-10 Thread Peter Crowther
that we have some 10-year-old software, though it's not running on its original hardware. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: poor-man's plugins: loading a subclass of a Web application class from common/lib

2009-10-10 Thread Peter Crowther
it. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Does Tomcat http work on port 80?

2009-10-09 Thread Peter Crowther
procedures! - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: [OT] Re: Alias URL

2009-10-06 Thread Peter Crowther
a straight face throughout the presentation, unlike the audience. He got the job, by the way. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: java.lang.OutOfMemoryError: Java heap space

2009-10-06 Thread Peter Crowther
of MySQL's cache, though :-). - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: resource not available : Apache Tomcat/6.0.20 with java jdk1.6.0_16 on linux 2.6.30.1

2009-10-05 Thread Peter Crowther
able to use symlinks and they Just Work. This is not always true for Java in general, and Tomcat in particular. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Max Thread/Memory problems with tomcat

2009-10-05 Thread Peter Crowther
on it during the test. Add more space, load-balance onto multiple machines of the size you have, tune the app, or reduce the scale of your load test if it's deliberately a long way above your target load. - Peter - To unsubscribe, e-mail

Re: [OT] Re: Alias URL

2009-10-05 Thread Peter Crowther
) - Peter, one of the Four Yorkshiremen - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: resource not available : Apache Tomcat/6.0.20 with java jdk1.6.0_16 on linux 2.6.30.1

2009-10-04 Thread Peter Crowther
? Or, the really interesting case, does it never look - in which case there's probably a Java security policy setting preventing access. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail

[OT] XML editors (was Re: Help management access)

2009-10-04 Thread Peter Crowther
of :something line-noise vi commands? ;-) - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tomcat webapps can't start

2009-10-02 Thread Peter Crowther
org.xml.sax.SAXParseException: Premature end of file. [...] Fix the XML issue in balancer.xml and try again. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: errors after install

2009-10-01 Thread Peter Crowther
is trying to talk from Apache httpd to Tomcat via AJP (which uses port 8009), but Tomcat's not configured with an AJP connector to listen on 8009. That would certainly give the symptoms you're observing. - Peter - To unsubscribe

Re: 6.0.20 - New behavior on conf/Catalina/host/ctxpath.xml update. Why redeploy?

2009-10-01 Thread Peter Crowther
2009/10/1 Mark Thomas ma...@apache.org: Peter Crowther wrote: I wonder whether this is a race condition with some text editors.  For example, if vi operated in the following way: 1) Rename context.xml to context.xml~ 2) Create context.xml, write contents, close file ... then a poll

Re: Installing Tomcat: how much do versions matter?

2009-10-01 Thread Peter Crowther
forwarding everything to Tomcat, you may well save yourself a lot of time and grief by removing httpd and mod_jk, and just serving all content out of Tomcat. A lot depends on ArcIMS. - Peter - To unsubscribe, e-mail: users-unsubscr

Re: Default character encoding for ServletRequest

2009-10-01 Thread Peter Crowther
of asking the server what encoding to use. What are you trying to achieve? If we know more about the problem you're trying to solve, we may be able to suggest some different approaches. - Peter - To unsubscribe, e-mail: users-unsubscr

Re: errors after install

2009-10-01 Thread Peter Crowther
of that. Ah. rant And it appears to have DeadRat's now-traditional poor quality - you'd think they would at least check for warnings before releasing. I used to like that distro 12 years ago, but the quality went downhill sharply once they split Fedora off. /rant - Peter

Re: errors after install

2009-10-01 Thread Peter Crowther
. And an Yggdrasil Linux CD that was based around kernel version 1.0.0 :-). They're probably in the old office, along with the two BBC Micros, Acorn A3000, Amiga 1000 and the bits of the Sun-2 I didn't pass on to the local museum... - Peter

Re: 6.0.20 - New behavior on conf/Catalina/host/ctxpath.xml update. Why redeploy?

2009-09-30 Thread Peter Crowther
, this is a potentially dangerous race! - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: 6.0.20 - New behavior on conf/Catalina/host/ctxpath.xml update. Why redeploy?

2009-09-30 Thread Peter Crowther
I know it's bad form to reply to my original mail - sorry! 2009/9/30 Peter Crowther peter.crowt...@melandra.com: I wonder whether this is a race condition with some text editors.  For example, if vi operated in the following way: 1) Rename context.xml to context.xml~ 2) Create context.xml

Re: How to check if the client dropped the connection

2009-09-29 Thread Peter Crowther
. - Peter

Re: How to check if the client dropped the connection

2009-09-29 Thread Peter Crowther
examining the application's resource profile in considerable detail. - Peter * Amdahl's Rule of Thumb: A machine should be able to clear its memory in one second and write it to disk in 10 seconds. For a general-purpose server, I think the rule still holds.

Re: IIS, Tomcat, JNDI and ActiveDirectory

2009-09-29 Thread Peter Crowther
to do the test in your own code somehow, and obtaining the identity of the user then checking against (a cache of) the AD group memberships seems like a good way to go. Do make sure you cache it, as repeated LDAP lookups will be slow! - Peter

Re: Tomcat JK connection problem ?

2009-09-28 Thread Peter Crowther
logins)? Regards, - Peter

Re: Apache/Tomcat with SSL

2009-09-28 Thread Peter Crowther
tool* from your browser to examine requests, what's happening? - Peter * Fiddler2's good for IE, Firebug works for Firefox, no idea for other browsers!

Re: http error 404

2009-09-18 Thread Peter Crowther
, Javamail isn't included. You can probably download it, or try downloading a JDK (which I suspect has Javamail in, but haven't looked), or wait for someone who knows what they're talking about to give you a better answer! - Peter

Re: http error 404

2009-09-18 Thread Peter Crowther
by: org.hibernate.exception.GenericJDBCException: Cannot open connection Your application is unable to make a connection to your database, probably due to incorrect configuration of a connection string somewhere. This is now an app problem, not a Tomcat problem. - Peter

Security Constraint conflict

2009-09-18 Thread Peter Holcomb
on jdk 1.5.0_18 (currently on windows vista, but have seen this in production on our Linux servers). Any guidance would be greatly appreciated. Cheers, Peter Holcomb - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Security Constraint conflict

2009-09-18 Thread Peter Holcomb
of those values cause *.xhtml to be open to GET? Are you saying I need to change the /* to *.xhtml in the constraint with the http-methods? Peter Holcomb http://www.halfslide.com On Fri, Sep 18, 2009 at 12:04 PM, Tim Funk funk...@apache.org wrote: See 13.8.1 of the servlet spec. The result

Re: Security Constraint conflict

2009-09-18 Thread Peter Holcomb
By the way, this works as we expected in Websphere and WebLogic. On Fri, Sep 18, 2009 at 3:34 PM, Peter Holcomb peter.holc...@gmail.com wrote: Tim, Thanks for your response.  I've read through the example in 13.7.2 of the spec but I don't think I'm understanding how the union works

Re: Security Constraint conflict

2009-09-18 Thread Peter Holcomb
... Peter Holcomb On Fri, Sep 18, 2009 at 4:04 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 9/18/2009 4:34 PM, Peter Holcomb wrote: Thanks for your response.  I've read through the example in 13.7.2 of the spec Which

Re: java.lang.UnsupportedClassVersionError

2009-09-17 Thread Peter Crowther
somewhere on the system. What does version.sh tell you? - Peter

Re: tomcat and cgi

2009-09-14 Thread Peter Crowther
suspect far more people run CGIs under httpd. I suspect you'll be able to find more information on httpd if you have problems. Good luck, whichever approach you take! - Peter

Re: Shared jars

2009-09-14 Thread Peter Crowther
frameworks make many assumptions about the classloader structure in order to do what thay do, and those assumptions do not necessarily hold in a servlet container. Is now the time to give up? :) Yes. - Peter

Re: decouple authentication and authorization of TOMCAT

2009-09-14 Thread Peter Crowther
Shibboleth implementations in a couple of Java LMSs, for example. Then a native Java Shibboleth implementation was developed, and life got easier. Are you already using Apache httpd in front of Tomcat for other purposes? Or would this be new? - Peter

Re: very high CPU and load...

2009-09-09 Thread Peter Crowther
to handle all the traffic. - Peter

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-04 Thread Peter Crowther
wouldn't treat it as any more serious than a SIGSEGV, and it usually has the same root cause: bad code or bad RAM. - Peter

Re: Apache Tomcat ICD-10 compliance

2009-09-03 Thread Peter Crowther
, Read4, Read5, scans of handwritten documents or any other way of encoding clinical information. As Mark says, the issues will be in the applications, not in the containers that run them. - Peter -- Peter Crowther, Director, Melandra Limited

Re: An unexpected error has been detected by Java Runtime Environment:

2009-09-03 Thread Peter Crowther
could cause the problem you observe, for example. - Peter

Re: 100% usage and hanging on startup of Spring/Hibernate app in Tomcat 5.5 on Ubuntu 7

2009-09-01 Thread Peter Crowther
). The OP stated this was in a virtual machine. Some, but not all, of this advice is appropriate in such an environment :-). - Peter

Re: 100% usage and hanging on startup of Spring/Hibernate app in Tomcat 5.5 on Ubuntu 7

2009-08-31 Thread Peter Crowther
*might* in theory be growing the heap. Bradley, are your initial and maximum heap sizes identical (I suspect not from your original message)? If not, what happens if you make them so? - Peter

Re: 100% usage and hanging on startup of Spring/Hibernate app in Tomcat 5.5 on Ubuntu 7

2009-08-30 Thread Peter Crowther
guru on this list. - Peter

Re: Running tomcat as limited user (MS Windows)

2009-08-24 Thread Peter Crowther
ideas how to solve this? Add write permission on those directories for the account under which you're running Tomcat? - Peter

Re: Running tomcat as limited user (MS Windows)

2009-08-24 Thread Peter Crowther
-class OS! Yes, XP comes with brain-damaged simple file sharing turned on by default, which both hides and breaks the normal Windows file permissions model. Glad you found it. - Peter

Re: Tracking down a Tomcat slowdown

2009-08-21 Thread Peter Crowther
some of the above steps, so that you've narrowed down the possible areas of slowdown. It's a little too easy to tune something expecting it to make a difference... and it does, the wrong way! Good luck! - Peter

Re: IIS isapi_redirect.dll chunked encoding option

2009-08-21 Thread Peter Crowther
2009/8/21 Andy Wang aw...@ptc.com: What are the general thoughts on the stability of the enable_chunked_encoding option for the IIS isapi redirector for tomcat and IIS? I suspect it depends on the version ;-). What are you using? - Peter

Re: 100% CPU by java process in Tomcat

2009-08-20 Thread Peter Crowther
Tomcat version? OS? JDK version? Any errors or messages in the logs? If you take a thread dump (the method varies depending on OS and JDK version), what's running? - Peter 2009/8/20 Phani Raj Kumar bphanirajku...@gmail.com Hi friends, When i tried to run tomcat server with a web application

Re: 100% CPU by java process in Tomcat

2009-08-20 Thread Peter Crowther
, as the mailing list software strips out attachments. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: SSL with multiple Tomcat instances

2009-08-20 Thread Peter Crowther
installed the intermediate certificate for a GlobalSign cert on an IIS server. IE didn't care; everything else got upset. Do IPSCA use intermediate certs? If so, are you *sure* they're installed correctly on both keystores? ;-) - Peter

Re: Why 404 instead of dir listing ?

2009-08-19 Thread Peter Crowther
to add that in your installation. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Request Help

2009-08-18 Thread Peter Crowther
the class and you'll get an exception as it loads. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Request Help

2009-08-18 Thread Peter Crowther
get very good support if you're not asking a question about Tomcat :-). But for a simple hello world class then, no, in theory it shouldn't matter. Practically, each container has its own oddities. - Peter - To unsubscribe, e-mail

Re: Problem with SOAP Response

2009-08-17 Thread Peter Crowther
this right? If not, what is the real situation? - Peter 2009/8/17 Raphael Hürzeler huerze...@netvision.ch Hya everyone, I'm pretty new to Tomcat and after much googling didn't yield anything that helped me I'm trying my luck here ;-) My current problem is that I'm trying to access

Re: Problem with SOAP Response

2009-08-17 Thread Peter Crowther
of your client? If so, which ones? - Peter 2009/8/17 Raphael Hürzeler huerze...@netvision.ch Hya Peter thanks for the quick response :-) 1) Vista 64bit, Tomcat 6.0.14, Security Manager not enabled, default local tomcat install for intial testing. Java Platform JDK 1.6. Netbeans 6.7 used

Re: How to run Tomcat on Multiple Cores in Windows 2003 server?

2009-08-14 Thread Peter Crowther
in Windows 2003. See above. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

[OT] SCP timestamps (was Re: Tomcat writing the wrong timestamp on compiled JSP's)

2009-08-14 Thread Peter Crowther
information as text, without the timezone attached. It may be parsing that text as a time in GMT, or outside daylight savings time. When you're in daylight savings time, your times may show as being out by an hour. But that's a guess. - Peter

Re: Multiple applications

2009-07-30 Thread Peter Flynn
André Warnier wrote: Peter Flynn wrote: Hassan Schroeder wrote: On Tue, Jun 23, 2009 at 7:37 AM, Peter Flynn pfl...@ucc.ie wrote: I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need to add Lucene and eXist. Is it possible to run multiple applications like

Re: Multiple applications

2009-07-29 Thread Peter Flynn
Hassan Schroeder wrote: On Tue, Jun 23, 2009 at 7:37 AM, Peter Flynn pfl...@ucc.ie wrote: I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I now need to add Lucene and eXist. Is it possible to run multiple applications like this on the same machine using the same Tomcat server

Re: request.getPathInfo() gets truncated when ; is present

2009-07-24 Thread Peter J. Farrell
representation of ; in the end. Another solution is to write a filter and use the getRequestURI() and replace the bad path info in the request with the full length version. Thanks again, .Peter Bill Barker said the following on 12/23/-28158 01:59 PM: Shouldn't that be /index.cfm

Re: Tomcat6 CentOS runlevel startup issue

2009-07-23 Thread Peter Lokus
. Example scripts are included in TOMCAT_HOME/bin/jsvc.tar.gz mas Peter Lokus wrote: Hi list, I'm running an fresh tomcat 6.0.20 from tomcat.apache.org under /opt/tomcat. Currently, I'm firing up tomcat with the supplied [startup|shutdown].sh scripts manually. Now, tomcat shall start

request.getPathInfo() gets truncated when ; is present

2009-07-23 Thread Peter J. Farrell
(although I could be looking in the wrong places). Does anybody know where this is going wrong? If so I'd like to know so I can file ticket regarding this problem. .Peter

Tomcat6 CentOS runlevel startup issue

2009-07-22 Thread Peter Lokus
Hi list, I'm running an fresh tomcat 6.0.20 from tomcat.apache.org under /opt/tomcat. Currently, I'm firing up tomcat with the supplied [startup|shutdown].sh scripts manually. Now, tomcat shall start automatically. For this purpose I created a small script under /etc/init.d/tomcat5: #!/bin/bash

Multiple applications

2009-06-23 Thread Peter Flynn
chance of adding Lucene and eXist. Is there another way to get rid of the cocoon/, because the Cocoon pages will be the interface the user sees (but somehow preserve an equivalent lucene/ and eXist/ because they won't be seen much)? ///Peter

RE: [Tomcat not Running Error message]

2009-06-15 Thread Peter Crowther
on? - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: [Tomcat not Running Error message]

2009-06-15 Thread Peter Crowther
to the problem: Tomcat is not running when a user tries to access it. Can you start Tomcat when Windows XP starts, and just leave it running in the background? Then Tomcat will always be running, and your users will not see the message from the browser saying they can't connect? - Peter

RE: Problem with apache tomcat while running load test

2009-06-15 Thread Peter Crowther
Any messages in any of the (many) log files? Connector version? I assume mod_jk, but which? Out of interest, why are you using an unsupported Tomcat version? - Peter From: Aneesha Pant [mailto:aneesha.p...@edelcap.com] Sent: 15 June 2009 12:09 To: users

RE: SMTP configurations

2009-06-12 Thread Peter Crowther
you're using to send your email. If you want us to help you, please describe the actual problem you have, in detail. What are you trying to do? What's failing? On what Tomcat version, what OS, what Java version? - Peter

RE: Private JVM Heap Size

2009-06-10 Thread Peter Crowther
or more for even moderate loads. You're the only person who knows what application you want to deploy; profile the application you want to deploy, under the load you want it to support, then purchase a hosting service with that much heap. - Peter

RE: Tomcat maxThreads Issue

2009-06-10 Thread Peter Crowther
From: Jones, Keven [mailto:keven.jo...@ncr.com] Here is the complete config file. Thanks for the quick reply. The list strips attachments - please paste inline. - Peter - To unsubscribe, e-mail: users

RE: Tomcat maxThreads Issue

2009-06-10 Thread Peter Crowther
, depending on your Java version, you might be able to use jps (http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html) to get the pid. Depending on your Java version, jstack (http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jstack.html) will also give you thread dumps. - Peter

RE: Tomcat maxThreads Issue

2009-06-10 Thread Peter Crowther
at the innards of JK, so will have to leave that to one of the JK experts to interpret. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: Problem setting Host

2009-06-08 Thread Peter Crowther
does work well. Can anyone help me resolve this? Cool, someone else using invisible ink :-). We could help more if you supplied the code. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

RE: how can i extract row http data from request

2009-06-08 Thread Peter Crowther
! - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Error building Tomcat 6.0.18

2009-06-08 Thread Peter Crowther
From: jhoare [mailto:james.ho...@net-a-porter.com] I get the following errors trying to build Tomcat v6.0.18 from source on linux? ... why? Tomcat's pure Java, so runs the same on any platform. Download Sun JDK, download zip of Tomcat, unzip, go. - Peter P.S. Say hi

RE: Deploying .war-file in Tomcat 5.5

2009-06-05 Thread Peter Crowther
/move it to /usr/share/tomcat5.5-webapps instead. I restarted Tomcat already with /etc/init.d/tomcat restart but don't get the filestructure of that war-file? That's not surprising. Put it in the right directory and try again. - Peter

RE: Deploying .war-file in Tomcat 5.5

2009-06-05 Thread Peter Crowther
From: news [mailto:n...@ger.gmane.org] On Behalf Of Marcus Better On Debian you should put it in /var/lib/tomcat5.5/webapps. Ah - thanks, Marcus. Debian's rather odd symlinking policy strikes again! - Peter

RE: Service Specific Error 0

2009-06-04 Thread Peter Crowther
Exact Tomcat version? There are over 50 versions of Tomcat5. Server 2008 x86 or x64? Are you using the 32-bit or 64-bit version of the service wrapper? - Peter -Original Message- From: aditya darbha [mailto:adityadar...@gmail.com] Sent: 04 June 2009 14:39 To: Tomcat

RE: Three tomcat instances

2009-06-03 Thread Peter Crowther
machine. - Peter -Original Message- From: xalia...@freemail.gr [mailto:xalia...@freemail.gr] Sent: 03 June 2009 08:54 To: users@tomcat.apache.org Subject: Three tomcat instances I write a java web service and depending on a result i want it to call other web service

RE: How to reference Shared Libraries with TOMCAT

2009-06-03 Thread Peter Crowther
on your Tomcat version, which you didn't bother to tell us. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: How to kill the port used by tomcat

2009-06-03 Thread Peter Crowther
From: kalpeer [mailto:inka...@gmail.com] How I can free the port without going to the original tomcat shutdown. You have to kill the process that is using the port. - Peter - To unsubscribe, e-mail

RE: How to kill the port used by tomcat

2009-06-03 Thread Peter Crowther
possible process IDs. http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: java.net.SocketException: Too many open files

2009-06-03 Thread Peter Crowther
just plain run out. I'll leave the UNIX specialists to suggest ways of increasing the number of fds per process, but there have been some recent threads on here. - Peter - To unsubscribe, e-mail: users-unsubscr

RE: Caching rendered page - reducing hits to the backend?

2009-06-02 Thread Peter Crowther
can also spend a lot of time testing a new app, only to find out that the real usage patterns aren't like that at all and you suddenly need to optimise one operation that you never thought would be used heavily! - Peter

RE: Update server.xml without restart?

2009-06-02 Thread Peter Crowther
. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Peter Crowther
server, to the two Tomcat servers, or to all of them? Unless you need secure communication between httpd and Tomcat (rare), keep the Tomcat comms unsecured and add SSL only to httpd. - Peter - To unsubscribe, e-mail

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Peter Crowther
probably have better targets for your security effort. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Newbie question: How to test if Tomcat is running?

2009-06-02 Thread Peter Crowther
://www.myhomepage.de:8180 nothing at all appears? Unless Debian changes Tomcat's configuration a lot, the default port is port 8080, not 8180. Try that? - Peter - To unsubscribe, e-mail: users-unsubscr

RE: Tomcat Concurrent Requests

2009-06-01 Thread Peter Crowther
. - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: Tomcat Concurrent Requests

2009-06-01 Thread Peter Crowther
bottlenecks. The output of tools on your servers *is* useful. On Windows, Performance Monitor is your friend. On UNIX, vmstat and iostat are good first lines of attack; your flavour of UNIX probably has better tools than those. - Peter

RE: Tomcat Concurrent Requests

2009-06-01 Thread Peter Crowther
to *really* split hairs, I'd point out that one request might launch background threads and even this isn't necessarily true. But I'm splitting hairs now. - Peter - To unsubscribe, e-mail: users-unsubscr

RE: MaxPermSize, Tomcat startup trouble

2009-05-28 Thread Peter Crowther
at this approach, check the Tomcat 6 classloader how-to on the web site. But if you do this, I would suggest you regard it as an emergency hack and look urgently at ways to remove it. - Peter - To unsubscribe, e-mail

Re: Has anyone created a WSDL for the Manager Application

2009-05-27 Thread Peter Lin
I think he wants it in XML format, and be able to bind it to an object model On Wed, May 27, 2009 at 1:29 PM, Mark Thomas ma...@apache.org wrote: Mike Oliver wrote: Ok perhaps I was unclear. I have multiple instances of Tomcat installed and need to manage the applications deployed on those

RE: MaxPermSize, Tomcat startup trouble

2009-05-27 Thread Peter Crowther
PermSpace going? Change to an x64 Windows architecture, or change to a non-Windows OS (may not be large enough, even so), or run two (or more) Tomcat instances on the machine and split the contexts between them so that you don't need 1G of Permspace. - Peter

RE: Tomcat Server can't load himself (without using localhost)

2009-05-26 Thread Peter Crowther
your firewall configuration on the computer - is port 8080 open? - Peter - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

<    2   3   4   5   6   7   8   9   10   11   >