RE: Tomcat 6 crash, no log, no hs_err_pid file

2011-05-04 Thread Caldarale, Charles R
From: Jakub Królikowski [mailto:ja...@pakamera.com.pl] Subject: Tomcat 6 crash, no log, no hs_err_pid file sometimes, even once a day, Tomcat stops suddenly. There is no java process anymore, there is no errors in catalina.out log file, and, what is the most confusing, there is no

RE: What is JAVA_HOME?

2011-05-03 Thread Caldarale, Charles R
From: Varuna Seneviratna [mailto:varunasenevira...@gmail.com] Subject: What is JAVA_HOME? What is the use of the Java Home directory to Tomcat.What are the files of the Java installation that Tomcat uses?I am asking this to determine the set of files and their Home directory which should be

RE: tomcat 7: is it possible to config tomcat common classloader to point to other location?

2011-05-02 Thread Caldarale, Charles R
From: Yongqin Xu [mailto:yong...@hotmail.com] Subject: RE: tomcat 7: is it possible to config tomcat common classloader to point to other location? If common.loader map to common classloader, what shared.loader get map to? Nothing, unless you change catalina.properties. Tomcat 5.5 and

RE: tomcat 7: is it possible to config tomcat common classloader to point to other location?

2011-05-02 Thread Caldarale, Charles R
From: Yongqin Xu [mailto:yong...@hotmail.com] Subject: RE: tomcat 7: is it possible to config tomcat common classloader to point to other location? I mean, can I define my own placeholder there? It's not a placeholder, it's a reference to a system property, evaluated when the .xml or

RE: Problems deploying a servlet on ubuntu

2011-05-01 Thread Caldarale, Charles R
From: Karl Schmitt [mailto:karlschmitt1...@googlemail.com] Subject: Re: Problems deploying a servlet on ubuntu http://localhost:8080/ch1/Serv1 is still not working even after restarting tomcat6 or the whole machine :-( What does not working mean? Be specific: HTTP status, log entries, etc.

RE: Connection pool race condition

2011-04-30 Thread Caldarale, Charles R
From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of chris derham Subject: Re: Connection pool race condition Fixed this by setting the service to startup delayed sc config service_name start= delayed-auto Sounds like a FAQ/Wiki entry might be in order here, but I'm not quite

RE: Problem with connection pool

2011-04-29 Thread Caldarale, Charles R
From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of chris derham Subject: Problem with connection pool So what I deduce is that a connection goes to server, obtains the lock, and then somehow swapped out and so never commits transaction, hence lock is never released, hence

RE: SessionExample from the examples webapp

2011-04-28 Thread Caldarale, Charles R
From: János Löbb [mailto:janos.l...@yale.edu] Subject: Re: SessionExample from the examples webapp Where should I look for those scripts ? The link is on the Tomcat 7 doc page: http://tomcat.apache.org/tomcat-7.0-doc/building.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread Caldarale, Charles R
From: john.marci...@pb.com [mailto:john.marci...@pb.com] Subject: RE: (Issue) Tomcat 7.0.12 silent install Is there documented procedure for installting Tomcat using the 32-bit zip file? 1) download 2) unzip 3) run service.bat - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread Caldarale, Charles R
From: john.marci...@pb.com [mailto:john.marci...@pb.com] Subject: RE: (Issue) Tomcat 7.0.12 silent install If the installer can't find the JVM then things could go wrong. When I install Tomcat on the 64-bit system using the wizard I had to tell the installer the location of the 32-bit

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-28 Thread Caldarale, Charles R
From: john.marci...@pb.com [mailto:john.marci...@pb.com] Subject: RE: (Issue) Tomcat 7.0.12 silent install When run on a 64-bit Windows system the NSIS script does not check the 32-bit registry path for a JRE. The difference being that the 32-bit entries are off the Wow6432Node key.

RE: SessionExample from the examples webapp

2011-04-28 Thread Caldarale, Charles R
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Subject: Re: SessionExample from the examples webapp 2 Chuck: OP is building its own app, not Tomcat. Hmmm... from the discussion, I thought the OP was building a modified examples webapp that was included with Tomcat, and therefore

RE: How to access session between multiple contexts?

2011-04-27 Thread Caldarale, Charles R
From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: How to access session between multiple contexts? I have enabled the SingleSignOnValve (although authorization is handled via some Spring-stuff) but I thought it is needed to share the session among different contexts. No, the

RE: webapp servlet vers web services

2011-04-27 Thread Caldarale, Charles R
From: Calum [mailto:cal...@gmail.com] Subject: Re: webapp servlet vers web services On 27 April 2011 18:02, robert.jen...@surecomp.com wrote:  servlet-mapping    servlet-nameInitServlet/servlet-name    url-pattern//url-pattern  /servlet-mapping If I understand spec correctly and

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-27 Thread Caldarale, Charles R
From: John Marcinek [mailto:john.marci...@pb.com] Subject: (Issue) Tomcat 7.0.12 silent install Thanks in advance for help. Thanks for all the environment info; always good to have. Tomcat silent install does not work on Windows 2008 Server. Did you try it from a command window that's

RE: (Issue) Tomcat 7.0.12 silent install

2011-04-27 Thread Caldarale, Charles R
From: John Marcinek [mailto:john.marci...@pb.com] Subject: RE: (Issue) Tomcat 7.0.12 silent install I've been installing the 32-bit version of Tomcat (sorry, don't think I mentioned that). There is no 32-bit-only Windows service installer, but there are 32- or 64-bit specific .zip files.

RE: problems with class loader on different web applications

2011-04-26 Thread Caldarale, Charles R
From: Michal Singer [mailto:michal.sin...@expand.com] Subject: problems with class loader on different web applications Hi, I am using tomcat 6.0.18. Move up - that's almost three years old, and lots of fixes have gone in since then. The Thread.currentThread.getContextLoader() shows a

RE: problems with class loader on different web applications

2011-04-26 Thread Caldarale, Charles R
From: Michal Singer [mailto:michal.sin...@expand.com] Subject: RE: problems with class loader on different web applications This version was tested thoroughly Apparently not, or you wouldn't be reporting a problem. I prefer not to upgrade the tomcat since the upgrade is not trivial ???

RE: Tomcat dying on its own

2011-04-26 Thread Caldarale, Charles R
From: Alex Carvalho da Silva [mailto:alexc...@gmail.com] Subject: Re: Tomcat dying on its own How can I solve that problem? First, don't resurrect old threads that were dead and buried months ago. Second, start a new thread for your specific problem, and include pertinent details such as

RE: Applying Tomcat Patches

2011-04-25 Thread Caldarale, Charles R
From: Asha K S [mailto:a...@adobe.com] Subject: Applying Tomcat Patches Can someone please point me to the documentation which specifies the steps to follow to patch the Tomcat server with the latest security patches released. 1) download the latest .tar.gz or .zip file for the major

RE: Applying Tomcat Patches

2011-04-25 Thread Caldarale, Charles R
From: Asha K S [mailto:a...@adobe.com] Subject: RE: Applying Tomcat Patches Can you please point me to the link where I can download Tomcat patches from ? You missed the point: don't try to download patches, just get the tar or zip release files from the Tomcat download page; the patches

RE: can't see GUI in Redhat Linux

2011-04-25 Thread Caldarale, Charles R
From: TSGX [mailto:cy...@yahoo.com.sg] Subject: Re: can't see GUI in Redhat Linux i am not sure if this is the thread to address the problem It's not. (im not sure of how to start a new thread) Rule 1: don't use nabble Rule 2: use an actual e-mail client Rule 3: start a new thread by

RE: Tomcat 6 Context not created, deployment fails

2011-04-25 Thread Caldarale, Charles R
From: John G. [mailto:unfolding...@gmail.com] Subject: Re: Tomcat 6 Context not created, deployment fails In regards to your recommendations, the documentation and in line with multiple contexts sharing a single war file: - the situation is like the one above Not sure what that means.

RE: Problems deploying a servlet on ubuntu

2011-04-24 Thread Caldarale, Charles R
From: Mark Eggers [mailto:its_toas...@yahoo.com] Subject: Re: Problems deploying a servlet on ubuntu 2. You are you using OpenJDK This won't impact you in the short term. However, there have been several issues reported on the mailing list that have been cleared up by using the Oracle

RE: shared library in tomcat container runtime`

2011-04-22 Thread Caldarale, Charles R
From: Yongqin Xu [mailto:yong...@hotmail.com] Subject: shared library in tomcat container runtime` In runtime, will each app get its own separate object instances from the same shared lib jars? Even for those static members of the class, right? No; everything in $CATALINA_HOME/lib is

RE: shared library in tomcat container runtime`

2011-04-22 Thread Caldarale, Charles R
From: Yongqin Xu [mailto:yong...@hotmail.com] Subject: RE: shared library in tomcat container runtime` for our own shared lib jars, we have to duplicate them for each deployed apps, even if sometimes the shared lib jars could be over 100MB. That would really cumbersome! Not really; just

RE: shared library in tomcat container runtime`

2011-04-22 Thread Caldarale, Charles R
From: Yongqin Xu [mailto:yong...@hotmail.com] Subject: RE: shared library in tomcat container runtime` look like TC7 does not give user a choice to deploy their app as a shared library or a normal app, but a normal app, right? There's no such thing as a shared library in the servlet spec.

RE: Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-22 Thread Caldarale, Charles R
From: Michael Anstis [mailto:michael.ans...@gmail.com] Subject: Tomcat 6: Classloading: META-INF\services: Nested JARs ClassLoader.getSystemResources(META-INF/services/AFile) We'll assume that the missing closing quotation mark is a typo. However the file is not found. Nor should it be;

RE: Tomcat 6: Classloading: META-INF\services: Nested JARs

2011-04-22 Thread Caldarale, Charles R
From: Michael Anstis [mailto:michael.ans...@gmail.com] Subject: Re: Tomcat 6: Classloading: META-INF\services: Nested JARs Thanks for the candid reply Chuck. Sorry to have spoken that way. Couldn't resist answering the question given the way it was phrased. - Chuck THIS COMMUNICATION

RE: To re-write URLs, is there a better solution than www.zlatkovic.com/httpredirectfilter.en.html ?

2011-04-20 Thread Caldarale, Charles R
From: Brian Braun [mailto:brianbr...@gmail.com] Subject: To re-write URLs, is there a better solution than www.zlatkovic.com/httpredirectfilter.en.html ? I'm using this solution to apply URL rewrite in my app: www.zlatkovic.com/httpredirectfilter.en.html I'm wondering if there is a better

RE: Restarting Tomcat Threads

2011-04-19 Thread Caldarale, Charles R
From: Zbynek Vavros [mailto:zbynek_vav...@cz.ibm.com] Subject: Restarting Tomcat Threads I have noticed that when I kill Tomcat (shut down its service) How do you kill Tomcat? (Be specific.) then after start this thread is started automatically (I can see messages about connecting to

RE: example.war

2011-04-18 Thread Caldarale, Charles R
From: János Löbb [mailto:janos.l...@yale.edu] Subject: example.war Where can I get the war file of the supplied example webapp ? There isn't one in the distribution (or the build). Just create it with the jar tool. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

RE: Tomcat 5.5.23 installation issues

2011-04-18 Thread Caldarale, Charles R
From: Venkata Surapaneni [mailto:vsurapan...@imedx.com] Subject: RE: Tomcat 5.5.23 installation issues Is there any particular reason to use that version? There is no particular reason to use this version. I just need to stick to Tomcat 5 and so I downloaded the latest version available.

RE: Question on exception error

2011-04-17 Thread Caldarale, Charles R
From: Savoy, Melinda [mailto:melindasa...@texashealth.org] Subject: Question on exception error We just moved from a JBoss app server to Tomcat Care to give us a hint about what Tomcat version? (Be precise.) Also, the JVM level, the platform you're running on, and whether or not you have

RE: Question on exception error

2011-04-17 Thread Caldarale, Charles R
From: Savoy, Melinda [mailto:melindasa...@texashealth.org] Subject: RE: Question on exception error We're running: Tomcat 6.0.18 Just on general principles, I would move up to something newer than that - it's almost three years old, and lots of security and other bug fixes have gone in

RE: Redirect from a domain to another (keeping the first one)

2011-04-15 Thread Caldarale, Charles R
From: amousset [mailto:aurelien.mous...@gmail.com] Subject: Redirect from a domain to another (keeping the first one) So, if I access http://domain2.com/wouhoo and http://domain1.com/blabla/domain2/wouhoo should be the same !! How can I do that ? Try this:

RE: 'Parametrizing' context.xml?

2011-04-15 Thread Caldarale, Charles R
From: pzwedhhs [mailto:pzwed...@guerrillamailblock.com] Subject: Re: 'Parametrizing' context.xml? I still could not find out, how to access the variable in context.xml. Are you sure that the context.xml you're modifying is the one being used? If there's a Context element in

RE: Found org.apache.catalina.filters.CSRF_NONCE

2011-04-15 Thread Caldarale, Charles R
From: Mathew Samuel [mailto:mathew.sam...@entrust.com] Subject: Found org.apache.catalina.filters.CSRF_NONCE now I know that the org.apache.catalina.filters.CSRF_NONCE is not a String but something else. Actually, Konstantin told you that several hours ago: 1)

RE: Fwd: frequent Class unloading/classnotfound problem

2011-04-14 Thread Caldarale, Charles R
From: S Arvind [mailto:arvindw...@gmail.com] Subject: Re: Fwd: frequent Class unloading/classnotfound problem Exception Cause-java.lang.NoClassDefFoundError: com/X/hcare/actions/QuickLoginModel The usual cause is either the class really doesn't exist, or that it exists in more than

RE: Fwd: frequent Class unloading/classnotfound problem

2011-04-14 Thread Caldarale, Charles R
From: S Arvind [mailto:arvindw...@gmail.com] Subject: Re: Fwd: frequent Class unloading/classnotfound problem Is there any relation between max-open-files in linux and NoClassDefFoundError in runtime. There certainly can be. Are your webapps failing to close files (including sockets) when

RE: Simple Tomcat monitoring ?

2011-04-12 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Simple Tomcat monitoring ? 5396 root 20 0 832m 610m 9224 S 100 5.1 12:32.43 java the second task visible above is the interface to the search engine). Which seems to be single-thread and thus a possible bottleneck. The

RE: How to hide tomcat console when installed as service

2011-04-12 Thread Caldarale, Charles R
From: Amit k [mailto:opteemuspr...@gmail.com] Subject: Re: How to hide tomcat console when installed as service Really is there not any way out? Did you bother to read the link that Mladen provided? http://msdn.microsoft.com/en-us/library/ms683502%28v=vs.85%29.aspx - Chuck THIS

RE: Tomcat manager fails and can't tell why.

2011-04-12 Thread Caldarale, Charles R
From: Yucca Nel [mailto:yucca...@live.co.za] Subject: Re: Tomcat manager fails and can't tell why. Seems to be an issue when I add an ampersand to the password! Which is not an alphanumeric character, contrary to your earlier postings. Probably some escaping required when using

RE: Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts?

2011-04-11 Thread Caldarale, Charles R
From: Brian Braun [mailto:brianbr...@gmail.com] Subject: Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts? I'm considering a parallel Tomcat installation in the same Linux VPS, both running at the same time. I perfectly know that it

RE: Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts?

2011-04-11 Thread Caldarale, Charles R
From: Brian Braun [mailto:brianbr...@gmail.com] Subject: Re: Two Tomcat 7.0.11 installations in the same Linux instance, running both on port 80, without conflicts? Is it so easy? wow, I thought it was going to be more complex. Thanks! Forgot to mention that you can either install two

RE: localhost:8080

2011-04-09 Thread Caldarale, Charles R
From: ken dias [mailto:kend...@hotmail.com] Subject: localhost:8080 I have to type localhost:8080 to get to my webserver - tomcat 6.0.032. Before, just localhost would work. I have XP Thanks, Ken Date: Sat, 9 Apr 2011 18:26:11 +0100 Subject: Re: [ win xp and win server 2003 ]

RE: JDBC Pool Disconnections

2011-04-08 Thread Caldarale, Charles R
From: הילה [mailto:hilavalen...@gmail.com] Subject: Re: JDBC Pool Disconnections go back for a sec.. last thing we talked about is adding the strings of validation query, validation interval and test on borrow, so the pool will know if the connections had been closed by DB or not, and

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Caldarale, Charles R
From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] Subject: HttpSessionActivationListener sessionDidActivate not getting called Lately I am seeing that sessionDidActivate() does not get called upon tomcat restart, even though sessionWillPassivate() is called. Also even though

RE: Tomcat LifecycleListener

2011-04-07 Thread Caldarale, Charles R
From: Sebastian Biedermann [mailto:biederm...@seceng.informatik.tu-darmstadt.de] Subject: Tomcat LifecycleListener I want to programm an Eventlistener for the tomcat6 Server that gives me an event when a war-file ist started. Be precise: tell us the *exact* Tomcat version (there are ~25

RE: Trouble with jdbc drivers in TC 7

2011-04-07 Thread Caldarale, Charles R
From: David kerber [mailto:dcker...@verizon.net] Subject: Trouble with jdbc drivers in TC 7 All my database pooling is done in the application, so I thought putting the jodbc.jar in the WEB-INF/lib of the app would work with no need to edit my configuration files I think that should work.

RE: Tomcat Failed to start

2011-04-07 Thread Caldarale, Charles R
From: JuniorDev [mailto:gsajunior...@gmail.com] Subject: Tomcat Failed to start I install Tomcat 7.0 Tomcat 7.0.what? and JDK 1.6 JDK 1.6.what? in windows Which of the many flavors of Windows? After installation successful Exactly how did you install Tomcat? Which Tomcat download

RE: Trouble with jdbc drivers in TC 7

2011-04-07 Thread Caldarale, Charles R
From: David kerber [mailto:dcker...@verizon.net] Subject: Re: Trouble with jdbc drivers in TC 7 Was something changed in 7 from previous versions wrt database connections? Even if it had been changed, it shouldn't matter in your case, since you're handling your own connections. This

RE: IE Firefox work fine, Mac, Google and Safari don't authenticate

2011-04-06 Thread Caldarale, Charles R
From: Dick Eastlake [mailto:dickeastl...@yahoo.com] Subject: Re: IE Firefox work fine, Mac, Google and Safari don't authenticate I'll get HttpFox and Fidler2. Just use Fiddler2; it works with any browser, since it installs as a proxy. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL

RE: Apache Tomcat Process is getting killed automatically.

2011-04-06 Thread Caldarale, Charles R
From: Prashant Rajput [mailto:praj...@infocepts.com] Subject: Apache Tomcat Process is getting killed automatically. Now almost once in two days my Tomcat process is getting killed automatically and I have to restart the Tomcat server again and again to resume the application back. Start

RE: Tomcat hardware requirments

2011-04-05 Thread Caldarale, Charles R
From: bfackrell [mailto:bradly.h.fackr...@saic.com] Subject: Re: Tomcat hardware requirments since I only have 512 MB of RAM will have to be Windows XP. Do yourself a favor and use Linux. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is

RE: Tomcat hardware requirments

2011-04-05 Thread Caldarale, Charles R
From: bfackrell [mailto:bradly.h.fackr...@saic.com] Subject: Re: Tomcat hardware requirments the processor and RAM on the Tomcat server (where the music and video will be stored) are not important. Again, that depends on your webapp; if it tries to load the whole movie into memory before

RE: Max value of MaxPermSize

2011-04-04 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: Max value of MaxPermSize The permgen is actually a section of the heap. Not really true. So if you want a 1GB permgen, you'll need at least a 1GB heap size Definitely not true. Although PermGen is managed as a heap,

RE: Max value of MaxPermSize

2011-04-04 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: Max value of MaxPermSize I was reading an IBM doc that quoted a sun doc that said permgen is part of heap. Which does not mean that it's included in the -Xmx settting, just that all the heap components are ... heaps.

RE: Max value of MaxPermSize

2011-04-04 Thread Caldarale, Charles R
From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Subject: RE: Max value of MaxPermSize Do you have any idea why he's having issues? Can't tell - the OP has provided no useful information, and instead of doing some analysis, appears to be taking a shotgun approach to problem

RE: How to limit tomcats thread consumption?

2011-04-04 Thread Caldarale, Charles R
From: Michael Jerger [mailto:jer...@jerger.org] Subject: How to limit tomcats thread consumption? they limit the number of operating-system processes to 256 processes in total. thread != process (Unless you're on a really old version of Linux.) Any idea how to cope with this silly

RE: How to limit tomcats thread consumption?

2011-04-04 Thread Caldarale, Charles R
From: Michael Jerger [mailto:jer...@jerger.org] Subject: Re: How to limit tomcats thread consumption? Do you actually need to be running httpd? Is it doing anything useful? (Serving just static content isn't useful.) Executor name=tomcatDevThreadPool namePrefix=catalina-exec-

RE: Basic question about using modjk connector

2011-04-04 Thread Caldarale, Charles R
From: JAIN, ABHAY K (ATTSI) [mailto:aj2...@att.com] Subject: Basic question about using modjk connector Document for modjk installation refers to directories auto, jk, catalina under conf which I don't find. What documentation is that? The real doc is here:

RE: PUT Data Available in App?

2011-04-02 Thread Caldarale, Charles R
From: Jonathan Rosenberg [mailto:shmol...@gmail.com] Subject: PUT Data Available in App? Some experimentation searching online leads to believe that Tomcat does not normally pass PUT data through to app. Is this correct? I am using v7. No, it's not correct. - Chuck THIS

RE: url-pattern algorithm problem?

2011-04-01 Thread Caldarale, Charles R
From: Cha [mailto:eric.cha.r...@gmail.com] Subject: url-pattern algorithm problem? url-pattern*.htm/url-pattern url-pattern/en/*/url-pattern The problem we find if the incoming url is like http://example.com/en/yp/list/cat/10/1;, it will not matched to the 'app' servlet. Likely correct

RE: different urls to open up same tomcat instance

2011-04-01 Thread Caldarale, Charles R
From: peter sze [mailto:szep...@gmail.com] Subject: different urls to open up same tomcat instance Our tomcat instance is started up with one URL: which brings up our dashboard with our server's performance. A second URL was created to bring up the same dashboard. but unfortunately, each

RE: Reg.NoClassDefintionFound Error with Tomcat-4.0.1 and jdk1.5.0_02

2011-03-31 Thread Caldarale, Charles R
From: Tirumala Rao Naidu [mailto:tirumala_na...@infosys.com] Subject: Reg.NoClassDefintionFound Error with Tomcat-4.0.1 and jdk1.5.0_02 Server: Tomcat-4.0.1 Almost ten years old, and deprecated for ages. You really, really, really need to move up. JDk: jdk1.5.0_02 Also not

RE: what exactly does it mean to run multiple tomcat instances?

2011-03-31 Thread Caldarale, Charles R
From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Subject: what exactly does it mean to run multiple tomcat instances? i can see how multiple users could share a common CATALINA_HOME directory, whose only common contents would be the bin/ and lib/ directories. but how would individual

RE: tomcat - which version to download

2011-03-31 Thread Caldarale, Charles R
From: Kaushal Shriyan [mailto:kaushalshri...@gmail.com] Subject: Re: tomcat - which version to download Should i need to go with 7.0.11 or the lower 7.0... version ? Use 7.0.11 - more bug fixes. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and

RE: manager app problem

2011-03-30 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: manager app problem It's (strangely) not an error for a web-app not to have a WEB-INF/web.xml file: defaults will be used. However, for anything but static-only webapps, it will render the webapp somewhat inert.

RE: manager app problem

2011-03-25 Thread Caldarale, Charles R
From: Propes, Barry L [mailto:barry.l.pro...@citi.com] Subject: manager app problem I'm using Tomcat 6.0.26 on Win XP Pro, and JDK 1.6.0_18. Hope I included everything here that's needed. Not quite; let's see your actual server.xml (without comments), rather than just a description of what

RE: tomcat6 still deleting XML files from Catalina/localhost when the system is booted

2011-03-23 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: tomcat6 still deleting XML files from Catalina/localhost when the system is booted Suppose one of your local system's mountpoints is /mnt/nfs01, and suppose that what you want to mount there, is the exported NFS filesystem

RE: Tomcat doesn't support autodeploy webapp with context ??

2011-03-23 Thread Caldarale, Charles R
From: jo...@centrum.cz [mailto:jo...@centrum.cz] Subject: Tomcat doesn't support autodeploy webapp with context ?? I have a feeling that it's impossible to run autodeploy-able webapp with specific context. The issue is that the context file is DELETED while the webapp is autodeployed.

RE: Global Default Error Page

2011-03-22 Thread Caldarale, Charles R
From: Jonathan Rosenberg [mailto:shmol...@gmail.com] Subject: Global Default Error Page How can I create a custom 404 error page for the case where the URL maps to a non-existent webapp? *All* URLs map to a webapp, even if it's the default (ROOT) one. Put your custom error page in ROOT.

RE: unable to share folder using a symlink

2011-03-22 Thread Caldarale, Charles R
From: James Godrej [mailto:jamesgod...@yahoo.in] Subject: unable to share folder using a symlink the Apache vhost definition is  Wrong mailing list; this one's for Tomcat, and you want the httpd one. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY

RE: Global Default Error Page

2011-03-22 Thread Caldarale, Charles R
From: shmol...@gmail.com [mailto:shmol...@gmail.com] On Behalf Of Jonathan Rosenberg Subject: Re: Global Default Error Page I configured this error page in conf/web.xml. Seemed like this made the most sense. Not sure about that. Whatever you put in conf/web.xml applies to *all* webapps,

RE: Tomcat 6.0.32, Http11NioProtocol and log poll

2011-03-21 Thread Caldarale, Charles R
From: ar...@bca-group.com [mailto:ar...@bca-group.com] Subject: Tomcat 6.0.32, Http11NioProtocol and log poll Occasionally (like 0.1% of the time), when another web page in a second frame reloads (Independent JSP generated from SpringController in same container) the page loads with what

RE: Can't move files using symbolic links (allowLinking=true)

2011-03-21 Thread Caldarale, Charles R
From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther Subject: Re: Can't move files using symbolic links (allowLinking=true) Maybe a guess : under Unix/Linux, move (mv) is a rename, and it is not the same as copy + delete original. And a

RE: Can't move files using symbolic links (allowLinking=true)

2011-03-21 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: Can't move files using symbolic links (allowLinking=true) The perl documentation for rename() though, has this to say : rename OLDNAME,NEWNAME perl itself being written in C, is usually pretty close to the C library. But maybe

RE: Tomcat 6 graceful shutdown

2011-03-21 Thread Caldarale, Charles R
From: Igor Cicimov [mailto:icici...@gmail.com] Subject: Re: Tomcat 6 graceful shutdown What can I do to trouble shoot this and find exactly where the problem is? (except taking stack trace on the hanged process of course) Taking a thread dump is pretty much the only way. Other than

RE: Tomcat 7: manager application takes forever to deploy - or not

2011-03-18 Thread Caldarale, Charles R
From: Francis GALIEGUE [mailto:f...@one2team.com] Subject: Re: Tomcat 7: manager application takes forever to deploy - or not On a 30 seconds start sequence, I collected 3 traces and all look like this one. You're waiting on /dev/random. As a workaround, set the following in the

RE: [OT] Tomcat 7: manager application takes forever to deploy - or not

2011-03-18 Thread Caldarale, Charles R
From: Francis GALIEGUE [mailto:f...@one2team.com] Subject: Re: [OT] Tomcat 7: manager application takes forever to deploy - or not Third, what if you want to do SNMP monitoring (-Dcom.sun.management.snmp.port=xxx etc etc)? You can't with the bundled scripts. Why? If you set JAVA_OPTS

RE: Installing Tomcat the Brute Force Way?

2011-03-18 Thread Caldarale, Charles R
From: Robinson, Eric [mailto:eric.robin...@psmnv.com] Subject: Installing Tomcat the Brute Force Way? If I have a working tomcat6 server, can I install tomcat6 on a new server by simply copying a few files and directories over from the working server to the new one and setting permissions?

RE: Installing Tomcat the Brute Force Way?

2011-03-18 Thread Caldarale, Charles R
From: Robinson, Eric [mailto:eric.robin...@psmnv.com] Subject: RE: Installing Tomcat the Brute Force Way? I should be able to copy /opt/tomcat and /usr/java to the new server, create the tomcat user, set permissions, and be on my way. No? Don't know about /usr/java, since that usually

RE: Installing Tomcat the Brute Force Way?

2011-03-18 Thread Caldarale, Charles R
From: Robinson, Eric [mailto:eric.robin...@psmnv.com] Subject: RE: Installing Tomcat the Brute Force Way? From looking at the server, it would appear that tomcat was installed using tomcat-6.0.18-0.noarch.rpm. Now you're in trouble. The 3rd-party repackaged versions of Tomcat typically

RE: can't see GUI in Redhat Linux

2011-03-17 Thread Caldarale, Charles R
From: wadi wadi [mailto:wadie...@gmail.com] Subject: can't see GUI in Redhat Linux When launching tomcat using ./startup.sh the following is displayed but I can't see the Tomcat gui window Not sure I'd categorize it as a gui window, but if you want to see the line-at-a-time output, use

RE: configuring APR SSL

2011-03-16 Thread Caldarale, Charles R
From: arnaud icard [mailto:arnaud.ic...@univ-avignon.fr] Subject: configuring APR SSL Why is it looking for a keystore as the APR listener is activated ? Likely because you haven't built and installed the tcnative library for your platform. Telling us your exact Tomcat version, whether

RE: --Jvm option trouble with Windows service

2011-03-16 Thread Caldarale, Charles R
From: Olivier Lefevre [mailto:lefev...@yahoo.com] Subject: Re: --Jvm option trouble with Windows service [2011-03-16 06:12:39] [debug] ( javajni.c:195 ) Invalid RuntimeLib 'C:\Java\j2sdk1.6.0\bin\server\jvm.dll' The above would indicate something's seriously wrong with the installed JDK.

RE: --Jvm option trouble with Windows service

2011-03-16 Thread Caldarale, Charles R
From: Caldarale, Charles R Subject: RE: --Jvm option trouble with Windows service Is it possible this is a 64-bit JDK on a 32-bit XP? For that matter, is this a 32- or 64-bit version of XP? (You told us your JRE is 32-bit, but said nothing about the OS or the JDK.) The service wrapper

RE: Solr on new Tomcat 7.0.11

2011-03-16 Thread Caldarale, Charles R
From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Solr on new Tomcat 7.0.11 A quick Google suggests that there might be some whitespace before ?xml If I add some whitespace in my test case I see the same error. Check the file in a text editor. Could this be caused by a UTF-16

RE: Hard time finding a but on Tomcat 7 (doesn't happen on 6.)

2011-03-16 Thread Caldarale, Charles R
From: Peter P. Lupo [mailto:ppl...@gmail.com] Subject: Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.) I found some logs on eclipse root regarding the error Im having on tomcat (Im running tomcat from eclipse). The logs contain a major hint: # JRE version: 7.0-b125 # If you

RE: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-15 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s) A 32-bit process, using 32-bit pointers, will enjoy a 2x speedup for those types of data. Also, a Java int, when allocated on the stack, must take up

RE: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-15 Thread Caldarale, Charles R
From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther Subject: Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s) Also, a Java int, when allocated on the stack, must take up the same number of bits as a pointer. That's

RE: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-15 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s) So, back to the original question: will a 32-bit JVM on a 64-bit OS give me a bigger heap potential than a 32-bit JVM on a 32-bit OS? Depends entirely on

RE: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-15 Thread Caldarale, Charles R
From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s) A Java int is defined to be 32-bits. Why would it have to be word-length on the stack? Is that documented anywhere, or does it just end up being the

RE: --Jvm option trouble with Windows service

2011-03-15 Thread Caldarale, Charles R
From: Olivier Lefevre [mailto:lefev...@yahoo.com] Subject: --Jvm option trouble with Windows service --Jvm C:\Programme\Java\jre6\bin\server\jvm.dll If instead --Jvm is set to auto all works well. Why? The DLL exists, is readable/executable by all and I am doing this under an account with

RE: Hard time finding a but on Tomcat 7 (doesn't happen on 6.)

2011-03-15 Thread Caldarale, Charles R
From: Peter P. Lupo [mailto:ppl...@gmail.com] Subject: Hard time finding a but on Tomcat 7 (doesn't happen on 6.) I'm trying to add mail.jar (Java Mail) to my app's lib (the problem also happens with tomcat's lib). As asked earlier: 1) Where did you get this mail.jar? 2) What's in it?

RE: Hard time finding a but on Tomcat 7 (doesn't happen on 6.)

2011-03-15 Thread Caldarale, Charles R
From: Peter P. Lupo [mailto:ppl...@gmail.com] Subject: Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.) I'm talking about this Java Mail: http://www.oracle.com/technetwork/java/javamail/index.html You really, really need to be specific. There are several versions of JavaMail

RE: Hard time finding a but on Tomcat 7 (doesn't happen on 6.)

2011-03-15 Thread Caldarale, Charles R
From: Peter P. Lupo [mailto:ppl...@gmail.com] Subject: Re: Hard time finding a but on Tomcat 7 (doesn't happen on 6.) I told you, the latest one. So it's 1.44. The problem is that different people have different views of what is latest. We've had at least one user claiming to have the

RE: [OT] Followup on 32-bit versus 64-bit performance discussion(s)

2011-03-14 Thread Caldarale, Charles R
From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] Subject: Re: [OT] Followup on 32-bit versus 64-bit performance discussion(s) I'm sorry, I probably missed something, but why should 64 bit app on 64 bit os on 64 bit cpu be slower as 32 bit analog? Because all the data items are bigger,

RE: tomcat http connector errors

2011-03-11 Thread Caldarale, Charles R
From: Kobi Biton [mailto:comns.k...@gmail.com] Subject: Re: tomcat http connector errors since I am the Operation guy not sure what you mean by thread dump ? jstack it is ? or other method? jstack will work.

<    7   8   9   10   11   12   13   14   15   16   >