Weld CDI, PostContruct Annotated Method Called Before Objects Are Injected

2022-11-21 Thread Roger Wegmann
servlet. Is there a way to configure tomcat or weld so that the order of the called method is correct according to the CDI 2.0 specification in chapter 19.3.2. Kind regards, Roger Wegmann - To unsubscribe, e-mail: users-uns

Re: Probelm with shutdown script

2020-08-27 Thread Roger Marquis
Can you help us understand why Tomcat is different in this respect than say Apache httpd? Roger Marquis - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat shutdown password complexity

2020-05-09 Thread Roger Marquis
less their lack of reliability, makes a little clearer why some devops might want to avoid the shipped daemon control scripts. Roger Marquis - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e

Hanging requests with nio2/openssl connector

2019-01-16 Thread Roger Brechbühl
;m still curious what could be wrong. Any hint is appreciated. Kind regards, Roger [1] Versions Tomcat 8.5.34 Tomcat Native 1.2.18 APR1.6.3 RedHatLinux7.5 OpenSSL1.0.2p Java 1.8.0_192 [2] Tomcat startup log see attachment [3] Reference and tes

Re: Proper way to set up tomcat 8.5 (autostart and service setup)

2019-01-08 Thread Roger Marquis
write logs there. Would save many hassles and provisioning issues if Tomcat (dist and packages) created /var/log/tomcat and, if necessary, symlinked $TOMCAT_HOME/logs. At least that way you could be assured of not having an unwritable log

Re: Debugging tomcat native connector

2018-10-31 Thread Roger Brechbühl
with which connector do you have problems? nio, nio2 or apr? I ask because we have problems with nio2-openssl when ssl session is reused e.g. when a request is proxied with nginx. kind regards, Roger Mark A. Claassen schrieb am Mi. 31. Okt. 2018 um 15:32: > Is there a way to debug the nat

Re: Password Authentication Lib?

2016-12-30 Thread Roger Marquis
arg 1) or even why a second arg is needed. Should this be the hash string from the password database? If so it doesn't appear to work. Do we also need to derive the algorithm, saltLength and iterations from server.xml? All I'm looking for

Re: Password Authentication Lib?

2016-12-22 Thread Roger Marquis
xact version of Tomcat 8 are you running? 8.0.39 now but the plan is to update to 8.5 once this is worked-out. Thanks, Roger - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Password Authentication Lib?

2016-12-22 Thread Roger Marquis
I have a change-password form that must validate the current user's password and am unable to find a Tomcat (8.0) method to use for this. It's not in FormAuthenticator or any other class I could find. Pointers would be appreciat

CATALINA_OPTS under windows 7

2012-12-10 Thread Raf Roger
Hi, i need to setup CATALINA_OPTS environment variable under windows 7. I read that in directory *tomcatDir/bin/* should be a file named setenv.bat for Windows in which i could define the CATALINA_OPTS environment variable. However after a fresh installation of Tomcat 7.0.33 i discovered that su

Fwd: Tomcat users

2012-12-08 Thread Raf Roger
Hi, Where can i find a very good documentation or tutorial/video about users and roles for tomcat 7.x ? i'm new and i must say i'm a little bit confused :( thx -- Alain --- Windows 7 x64 / Fedora 17 x64 MySQL 5.5.28 Apache 2.4.3 / OpenSSL 1

remove Unsubscribe

2010-04-06 Thread Hill, Roger
Remove Unsubscribe Roger Hill | Application Engineer II SAVVIS 1 Savvis Pkwy, Town & Country, MO 63017 Office: 1-314-628-7643 | 1-800-SAVVIS-1 This message contains information which may be confidential and/or privileged. Unless you are the intended recipient (or author

RE: Change redirect to SSL behavior?

2009-09-16 Thread Roger David Powers
Users List" > Date: Wednesday, September 16, 2009, 3:20 PM > > From: Roger David Powers > [mailto:prog...@yahoo.com] > > Subject: Re: Change redirect to SSL behavior? > > > > Second try: any input? > > You already got the answer, which you appear to

Re: Change redirect to SSL behavior?

2009-09-16 Thread Roger David Powers
Second try: any input? A workaround would seem to be to not configure the ssl connector till it is needed, but doing that requires a restart of tomcat (right?) which is too disruptive in my environment. --- On Thu, 9/3/09, Roger David Powers wrote: > From: Roger David Powers > S

Re: Number of threads

2009-09-16 Thread Roger David Powers
The 'manager' web app status page gives the number of threads in use by connector. Try hitting http://a.b.c.d/manager/status to bring up this page. I've also used JMX and jconsole to monitor such things. I used chapter 16 of "Professional Apache Tomcat 6" as a reference of how to use JMX with T

RE: Change redirect to SSL behavior?

2009-09-03 Thread Roger David Powers
ubject: RE: Change redirect to SSL behavior? > To: "Tomcat Users List" > Date: Thursday, September 3, 2009, 3:24 PM > > From: Roger David Powers > [mailto:prog...@yahoo.com] > > Subject: Change redirect to SSL behavior? > > > > Having the ability to not get

Change redirect to SSL behavior?

2009-09-03 Thread Roger David Powers
The description of redirectPort for HTTP connector says: If this Connector is supporting non-SSL requests, and a request is received for which a matching requires SSL transport, Catalina will automatically redirect the request to the port number specified here. The default is specified as port

RE: Problem with respecting docBase in context file in TC 6.0.20?

2009-08-20 Thread Roger Powers
> You may have already figured this out, but just in case: > > 1) The path attribute of a element may only > be used when the element is nested inside a > element in server.xml - which is strongly > discouraged. > > 2) The docBase attribute of a element may > only be used when a) the webapp i

Question on setting of context path in Tomcat 6

2009-08-19 Thread Roger Powers
http://tomcat.apache.org/tomcat-6.0-doc/config/context.html says, after I removed some unimportant stuff and added some yellow to highlight: Context elements may be explicitly defined: · In individual files (with a ".xml" extension) in the $CATALINA_BASE/conf/[enginename]/[hostname]/

Re: Problem with respecting docBase in context file in TC 6.0.20?

2009-08-19 Thread Roger Powers
I also tried renaming /usr/tomcat/conf/Catalina/localhost/t.xml to /usr/tomcat/conf/Catalina/localhost/a.xml and now no exception is thrown, and I see via tomcat manager that context /a is created, but whenever I try to access any pages under /t I get error 404. --- On Wed, 8/19/09, Roger

Problem with respecting docBase in context file in TC 6.0.20?

2009-08-19 Thread Roger Powers
Problem: 1) /usr/tomcat/conf/Catalina/localhost/t.xml has: 2) /usr/tomcat/webapps/a exists. 3) /usr/tomcat/webapps/t does not exist. 4) When tomcat starts, org.apache.catalina.core.StandardContext:resourcesStart() throws java.lang.IllegalArgumentException: Document base /usr/tomcat/webapps/

Re: Setting maxThreads from outside tomcat

2009-07-30 Thread Roger Powers
Sorry, I just discovered that catalina.properties can be used to set variables that can be used in server.xml - problem solved! --- On Thu, 7/30/09, Roger Powers wrote: > From: Roger Powers > Subject: Setting maxThreads from outside tomcat > To: users@tomcat.apache.org > Date: Th

Setting maxThreads from outside tomcat

2009-07-30 Thread Roger Powers
Hi, I am making tomcat 6 work on different platforms that need different values for maxThreads in the Connector in server.xml. Ideally, I would set an environment variable and/or property that could be used when server.xml is read - is something like this supported? Or, worse case, it looks li

apache-tomcat-jdbc-1.0.20-beta Abandoned Issue

2009-04-04 Thread Roger Niederland
I started testing the connection pool with our application. I have an issue with the abandon connection detection. Looking at the source code the timestamp which is used to check for abandonment is updated when the connection is created, borrowed, or returned. In our application we create a temp

Ahh ...

2008-04-15 Thread Thompson,Roger
looking at the bash scripts it's: catalina.sh debug any tips or suggestions?

Using JDB on tomcat

2008-04-15 Thread Thompson,Roger
earch them -- just browse them. Thanks, Roger

javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

2008-04-14 Thread Roger Keays
The following configuration gives me a javax.naming.NameNotFoundException: However, if I move the JNDI resource up it works as expected: ... Is that the intended behaviour? Cheers, Roger

RE: UTF-8 encoding problems

2008-03-31 Thread Thompson,Roger
s may not be my particular problem. I post it to the list as informations that some library outside of tomcat can munge UTF-8 encoding. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 4:10 PM To: Tomcat Users List Subject: Re: UTF-8 encoding p

RE: UTF-8 encoding problems

2008-03-17 Thread Thompson,Roger
thanks, will try the TcpMon -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 4:10 PM To: Tomcat Users List Subject: Re: UTF-8 encoding problems Thompson,Roger wrote: > I saw that--All it really says is to set URIEncoding="UTF-8&q

RE: UTF-8 encoding problems

2008-03-17 Thread Thompson,Roger
g problems Thompson,Roger wrote: > WHere else besides the connector definition in the server.xml, should I look to find this. The implementor of the SRW/U code is convinced that the problem is in tomcat some where as he does not get this same error. http://wiki.apache.org/tomcat/FAQ/CharacterEnco

UTF-8 encoding problems

2008-03-17 Thread Thompson,Roger
Environment: Tomcat 5.5.20, no apache frontend. Running XSLTFIlter and urlrewrite in front of the tomcat. WE are implementing a RESTful webservice (tspilot) on top of a SRU service on the connector going into tomcat I have: Problem: Somewhere in tomcat the UTF-8 encoded chatacters are ge

Trailing slash problem

2008-02-21 Thread Thompson,Roger
I know this has been discussed, but I seem unable to find much about it other than a comment by Yoav Shapira. Environment: Tomcat 5.5.20 with no apache front end. The http connector adds a trailing slash to the top level rerquest to a web app like as follows: http://tspilot.oclc.org/gsafd ==> htt

Tomcat 6 and IPv6 config

2008-02-19 Thread Roger Abelenda
Hi, I have a tomcat server running in a machine. When I enter the IPv4 url of the machine it brings me the tomcat server page, but when i enter de IPv6 it can't find the server. The machine that has the tomcat server has OpenSuse installed, and the network interface is correctly configured (I cant

Trying to respond to s symbol both as a context (webapp) and as a request

2008-02-05 Thread Thompson,Roger
c, mesh, and fast as well as other that have to respond the same way. Ciao, Roger Thompson

Location of work-directory

2008-01-28 Thread Roger
Hello there, I wonder if it is possible to move the work-directory to another location, specifically to another harddrive, and if so, how this can be done. Thanks! Roger - To start a new topic, e-mail: users

SSL enabling Tomcat app

2008-01-03 Thread Roger Holtom
s 6,0.13 and Java is jre1.6.0_01. Ideally, the Tomcat app would run on 443. Thanks for any help or links to procedures for doing this! Roger Holtom Systems Administrator University of Montana Tel: 406-243-2486 Fax: 406-243-4500 ema

Re: serving files through SSL

2007-11-08 Thread Roger Parkinson
I obviously did not look hard enough in the right places, sorry. That worked. Specifically: response.setHeader("Pragma", "cache"); response.setHeader("Cache-Control", "cache"); fixed it. Thanks for the help. Roger Caldarale, Charle

Re: serving files through SSL

2007-11-08 Thread Roger Parkinson
ooking for the difference between the response for the static file and the response for the dynamic file. I've identified that the cache headers are being set by default on the dynamic file. Is there a way to turn these off? I don't know that they are the issue but it is the one differen

Re: serving files through SSL

2007-11-07 Thread Roger Parkinson
luded that the problem did not need to be solved at the browser end. Thanks for your help Roger Gabe Wong wrote: Roger Parkinson wrote: In both cases the URL is invoke with some javascript that looks like this: function downloadpdf(url) { var pdfWindow = window.open( url ,'pdf',&#x

Re: serving files through SSL

2007-11-07 Thread Roger Parkinson
es a mix of html and servlet requests beforehand. But the response to the static PDF always works regardless of when it is called Regards Roger Gabe Wong wrote: Roger Parkinson wrote: I am trying to deliver some PDFs to the browser using my tomcat application. It works, but not always under SSL a

serving files through SSL

2007-11-06 Thread Roger Parkinson
length of the file and that I need to do something smarter there, but I'll do that when it starts working. Version info: Tomcat 5.5, Java 1.5, WinXP SP2 Thanks for your help. Roger - To start a new topic, e-mail: users@

Re: [tomcat]How to decrypt the DIGEST authentication?

2007-10-30 Thread Roger Parkinson
realm.RealmBase| class, passing the cleartext password and the digest algorithm name as arguments. This method will return the digested password." Roger zhongliang zhang wrote: > Hi,everyone, > I got a problem with the DIGEST authentication. > I conf

Re: Help with Tomcat & IIS

2007-10-24 Thread Roger Parkinson
We do it because the IIS is already active on the existing server and it is running a bunch of other stuff we don't want to stop (eg MS Exchange). So we cannot have tomcat take over handling port 80 requests. It works fine, though. Roger Jacob Rhoden wrote: Propes, Barry L wrote: there&#

Re: tomcat hang/freeze under windows

2007-08-29 Thread Roger Parkinson
races() (java 5) on demand. With a stacktrace, you will know exactly where you http thread is waiting :) En l'instant précis du 28/08/07 23:44, Roger Parkinson s'exprimait en ces termes: Sorry this is question is so terse, but general approach kind of help would be very welcome. I ge

tomcat hang/freeze under windows

2007-08-28 Thread Roger Parkinson
I'm using form based login (is that right term? throws up a JSP page with a user/password prompt if you're not logged in, then lets you proceed). Realm is through JDBC to SQLServer. O/s: windows 2000 Java: jdk1.5.0_11 Tomcat 5.5.7 T

Re: tomcat 5.5 and J2SE 1.4

2007-07-22 Thread Roger
Unzip the compatibility package (be sure to have the same version as your Tomcat version), then you'll see several folders (common and lib I believe). Copy those into the Tomcat install folder, over the current ones. They replace some of the tomcat jars. That should do it. Roger

Re: Tomcat 5.5 and SSL

2007-07-19 Thread Roger
this connector: keystoreFile="C:\websites\keystore\.keystore", resulting in something like this: 4) restart tomcat 5) test: https://localhost:8443/ Good luck! Roger Peter Stavrinides schreef: Knock knock... anybody? Peter Stavrinides wrote: Hi All This may be a trivial issue for

Re: Tomcat 6 + Apache 2.0 with SSL

2007-07-06 Thread Roger
nderstand.) 3) I have difficulty understanding the mod_rewrite syntax. It this a good book on how to learn it? Do you have other suggestions? http://www.amazon.com/Definitive-Guide-Apache-mod_rewrite/dp/1590595610/ Roger Op 6 jul 2007, om 11:19 heeft David Smith het volgende geschreven: But al

Tomcat 6 + Apache 2.0 with SSL

2007-07-05 Thread Roger
it to be used via http. I don't care if this is done using mod_rewrite or mod_proxy or anything else. All suggestions are appreciated! Thanks, Roger - To start a new topic, e-mail: users@tomcat.apache.org To unsubscri

Re: Windows or Linux as Tomcat server?

2007-06-20 Thread Roger
that is familiar with Linux or BSD (with good Linux administrators), that would be a good test case. Roger - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Windows or Linux as Tomcat server?

2007-06-18 Thread Roger
/library/reports/windows_vs_linux_part2/index.html Roger

Re: [OT] Avoiding spam

2007-06-06 Thread Roger Roger
set a rule in your mail app that only accepts mails from certain addresses. Roger From: Jacob Rhoden [mailto:[EMAIL PROTECTED] > Slightly off topic, I notice when I post, my email address ends up on > hundreds of websites on google. How do people get around this? Fake > email addresses?

HTTP 500 when using custom error pages in Tomcat 6.0

2007-06-05 Thread Roger Roger
java:266) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) Thanks for your input! Roger

I want to Redirect to a different app

2007-05-29 Thread Roger Parkinson
econd instance of Demo called Testapp, but actually Demo itself. I've looked around for a way to do this but I'm starting to think it cannot be done so time to ask. Configuration is IIS talking to Tomcat 5.5 Thanks Roger -- /Roger Parkinson Mob

RE: How-to make default Running status = false

2007-05-24 Thread Roger Tismeer
, May 23, 2007 at 12:20:53PM -0500, Roger Tismeer wrote: > I've been perusing the wiki and other avenues for some help in regards > to being able to not Start any of the webapps that I have loaded when I > start up Tomcat. Is this possible? In server.xml the 'host' el

How-to make default Running status = false

2007-05-23 Thread Roger Tismeer
ss, I can do so. Thanks, Roger Tismeer (480) 570-4987

Re: Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
ns more work. I suppose it's something you have to do one time. Cheers, Roger On 5/23/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Roger Roger [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 6 + SSL > > I've installed Tomcat 6.0, the default installation

Re: Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
t. If I comment this out and restart, it still doesn't work. R. On 5/23/07, Markus Schönhaber <[EMAIL PROTECTED]> wrote: Roger Roger wrote: > I used the following connector: > keystoreFile="C:\Tomcat\keystore\.keystore" >maxThreads="150&qu

Re: Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
Hi Srinivas, I used that manual to setup SSL on Tomcat 5.5. That worked. I created a keystore key, and put it in: C:\Tomcat\keystore\.keystore I used the following connector: I tried this with a keystore filename without the starting dot, but that didn't change anything. Remember that this set

Re: Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
Thanks Srinivas. I did that, then restarted Tomcat, then if I open https://127.0.0.1:8443/ or https://localhost:8443/ nothing happens. I get an error after a long time (more than a minute). Running netstat I see port 8443 is "established". If I try to open a page on a non-existent port, I get an e

Tomcat 6 + SSL

2007-05-23 Thread Roger Roger
I would like to install Tomcat 6.0 with SSL. Tomcat 6.0 works, and I can get Tomcat 5.5 working with SSL. For some reason I cannot get this to work with 6.0. Do you have any ideas or suggestions what might cause this? I'm working on a Windows machine. Thanks, Roger

Re: [Fwd: static fields suddenly started sharing]

2007-05-10 Thread Roger Parkinson
ne. I'm getting too specific to my app here, which is not useful, so I'll stop. Anyway, thanks again for the help. I've mentioned Filip but the responses from Christopher Schultz and Johnny Kewl were very welcome too. Oh, and Christopher asked which library I was using. It isn&

[Fwd: static fields suddenly started sharing]

2007-05-07 Thread Roger Parkinson
x27;t see any relevant changes, Thanks for any help Roger - 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 launch problem

2007-02-05 Thread Varley, Roger
sed by Tomcat using a different version of Xerces when it starts under Eclipse. I know I've read of problems when Tomcat gets hold of the wrong version of Xerces (and Xalan as well) in the past, but I can't remember where I've read it. Perhaps someone elses

Re: Tomcat PermGen OutOfMemoryException solution?

2007-01-17 Thread Roger Keays
Ondrej Zizka wrote: Hello, I have the common problem with PermGen and Tomcat, see http://mail-archives.apache.org/mod_mbox/tomcat-users/200606.mbox/[EMAIL PROTECTED] Suppose there is a school server where students (re)deploy their apps, each of which's classes definitions take about five to t

Another way to launch an external program from a servlet?

2007-01-17 Thread Roger Simmons
option doesn't have to be selected? The motivation is that when the option is selected, tomcat launches its console screen which can't be closed without stopping the service. Thanks Roger - To start a new topic, e-mail: u

partial GET requests consuming entire thread pool

2007-01-16 Thread Roger Keays
x27;ve got some sort of download 'accelerator' installed, but it is causing quite a problem. One client will easily consume 200 threads and my thread pool is being exhausted rapidly. Has anybody else had this problem? Cheers, Roger -- Ninth

Re: running tomcat invisibly

2007-01-11 Thread Roger Simmons
m. That is the problem. The applications are launched using the Runtime.exec. Is there is a different way of starting processes from tomcat that would make them visible while keeping the "Allow Service to Interact with the Desktop" option unchecked? Thanks, Roger On 1/10/07, David Kerber

RE: How to forcibly close abandoned database connections?

2007-01-10 Thread Varley, Roger
tabase connections. > If the connections will only re-cycle with increased demand, could you not create that demand with an "admin" type program that requests, opens & then closes X connections? Regards Roger ___ This e-

running tomcat invisibly

2007-01-10 Thread Roger Simmons
Is it possible to run tomcat invisibly (that is without any console being displayed) if you check "Allow Service to Interact with the Desktop" in Windows services? (I'm using tomcat 5.5) Thanks Roger - To start

RE: Strange behaviour after upgrade to 5.5.20

2007-01-05 Thread Varley, Roger
ded the session data, a subsequent call to http://hostname/servlet created a new session - hence the appearance of sessions going out of sync. Now we've standardised and everything is working as expected. Is this a known behaviour or is there something we can do through config to get around

RE: Strange behaviour after upgrade to 5.5.20

2007-01-04 Thread Varley, Roger
.31. I can only surmise that at one time, multiple accesses by the same client/session were serialised, either by Tomcat or by IIS. Anyone know? Thanks for everyomes help. Regards Roger ___ This e-mail and the documents attached are confidenti

RE: Strange behaviour after upgrade to 5.5.20

2007-01-04 Thread Varley, Roger
started wading through it, but I'm under time pressure to get the migration completed. I was hoping someone could short-circuit the effort and provide that "Ah-ha" moment. Regards Roger ___ This e-mail and the documents attached

Strange behaviour after upgrade to 5.5.20

2007-01-03 Thread Varley, Roger
range behaviour under the new setup. It seems to be to do with session managent under Tomcat 5.5.20 - has the way sessions and session data is handled changed - and if so can someone point me to relevant documentation. Thanks Roger Varley ___

Tomcat 5.0.30-27.2 Admin Tool Service (Catalina) tree does not display

2006-11-08 Thread Roger Hendrix at Baldor-IS
incomplete: Shortcut to TreeControlTest.do?tree= Notice that nothing is following tree= I suspect that this is a simple configuration step that must be done beyond the base install. Please advise if you know what I have missed. Respectfully, Roger Hendrix Baldor Electric Co

tomcat 5.5.20 build failing

2006-10-12 Thread Roger Hendrix at Baldor-IS
Again many thanks in advance. Best regards. Roger Hendrix Information Services Baldor Electric Co. 5711 R. S. Boreham, Jr. St. 72908 External Web: http://www.baldor.com - To start a new topic, e-mail: users@tomcat.apache.org To u

Changing default index.jsp

2006-09-25 Thread Roger Mori-Tuesta
Dear Partners: I'd like to change the default index.jsp/index.html page with my /tomcat-5-15-home/webapps/obc/myindex.jsp. Please advice. Thank you. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-ma

RE: 2 tomcat on the same PC

2006-08-23 Thread Roger Alix-Gaudreau
ame. You might also be interested in reading through the batch file itself, for more details. Roger Alix-Gaudreau Manhattan Associates, Inc. -Original Message- From: Yan Bai [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 2:56 PM To: Tomcat Users List Subject: Re: 2 tomcat

readConfiguration() broken in juli

2006-06-08 Thread Roger Keays
onfiguration is inherited by classloaders though. My patch doesn't reset any configuration in parent classloaders and I'm not sure what consequences this will have. Roger [1] http://issues.apache.org/bugzilla/show_bug.cgi?id=39627 -- Ninth Avenue So

Re: Deadlock -> Out of Threads -> Strange Exception -> OutOfMemory -> Server Death. Bug in org.apache.naming.resources.ProxyDirContext.cacheLoad?

2006-03-17 Thread Roger Keays
I've studied a number of stack traces and the locking seems fine - there is evidence of cyclical deadlock. The problem is that a whole lot of threads (including the ones holding the locks) are listed as 'waiting for monitor' but I can't see why. I found out that it was the garbage collector

Re: Deadlock -> Out of Threads -> Strange Exception -> OutOfMemory -> Server Death. Bug in org.apache.naming.resources.ProxyDirContext.cacheLoad?

2006-03-17 Thread Roger Keays
Leon Rosenberg wrote: This is called thread hi-jacking :-) Sorry, thought it might be the same issue. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Deadlock -> Out of Threads -> Strange Exception -> OutOfMemory -> Server Death. Bug in org.apache.naming.resources.ProxyDirContext.cacheLoad?

2006-03-17 Thread Roger Keays
e of stack traces of the threads holding the problematic locks (on the PersistenceManagerFactoryImpl) Thanks again, Roger TP-Processor21" daemon prio=1 tid=0x08534250 nid=0x56b8 waiting for monitor entry [0xbabfe000..0xbabff7d4] at java.lang.ClassLoader.defineClass1(

Re: Deadlock -> Out of Threads -> Strange Exception -> OutOfMemory -> Server Death. Bug in org.apache.naming.resources.ProxyDirContext.cacheLoad?

2006-03-16 Thread Roger Keays
problems. My environment is * Linux version 2.4.27-2-686 * jdk 1.5.0.6 * tomcat 5.5.16 * jvm args -Xmx256m * glibc 2.3.2 Any suggestions on this one would be helpful. Thanks! Roger Begin stacktrace snippets: "TP-Processor14" daemon prio=1 tid=0x08402b38 nid=0x3376 w

RE: Tomcat 5.5.9 on Win2003 crashes as service but runs from startup.bat

2006-01-06 Thread Roger Alix-Gaudreau
f you happen to encounter a similar problem and learn more about the explanation, I'd love to know what you find. Thanks, Roger Alix-Gaudreau -Original Message----- From: Roger Alix-Gaudreau Sent: Wednesday, January 04, 2006 5:11 PM To: users@tomcat.apache.org Subject: Tomcat 5.5.9 on Win20

RE: war file deployment question

2006-01-06 Thread Roger Alix-Gaudreau
bapps\application\includes. For a jsp in the pages folder, a reference to the jsp that encapsulates the page footer (found in the includes folder) would look like: <[EMAIL PROTECTED] file="../includes/page_footer.jsp"%> Hope that helps, Roger Alix-Gaudreau -Original Message---

RE: accessing port 8443 with http

2006-01-06 Thread Roger Alix-Gaudreau
If you look at Tomcat\conf\server.xml, you'll most likely discover that port 8443 is the default SSL port for Tomcat, which is why you see the page correctly when accessing https://:8443. If you want 8443 to be a non-secure port, you should change the settings in server.xml. Roger Alix-Gau

Tomcat 5.5.9 on Win2003 crashes as service but runs from startup.bat

2006-01-04 Thread Roger Alix-Gaudreau
it's got something to do with an operating system incompatibility. Has anyone else seen this problem? If so, is there a solution? Am I required to upgrade Java or Tomcat? Thanks in advance for any help and advice you might be able to offer. ___

RE: how to better save a trans in DBCP?

2005-12-06 Thread Varley, Roger
new datasource that is session specific and returns the same connection on each request or change your individual classes so that the datasource is passed as a parameter so that it can be shared between multiple invocations. In either case, set up your transaction before c

RE: Performance problems

2005-12-06 Thread Varley, Roger
Hi Richard I've printed that off for future reference. Thank you for your prompt response. Regards Roger > > Roger, > > A thread dump/stack trace of all the threads in the Tomcat > JVM is one way to > see whats happening. It will show what is happening in detail >

Performance problems

2005-12-06 Thread Varley, Roger
, but I thought that I would post this on the off chance someone has seen similar symptoms. Is there a tool/profiler that can be attached to a running JVM when we see this problem that will let us see the state of the JVM at the time.

Tomcat Deployment Problem

2005-10-26 Thread Varley, Roger
orking Regards Roger __ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and

Tomcat Deployment Problem

2005-10-26 Thread Varley, Roger
ce so I'm happy that Tomcat is finding the webb-app Ok. What can I try next to determine the cause of the error. I'm sure it's because I've done something stupid, but without an idea of what it is, I'm stumped Regards Roger __