Re: Mark certain contexts inactive?

2005-10-06 Thread Rob Hills
deployment of a _new_ application, but the benefits outweigh that loss for me. One benefit is the ability to stop an application from loading up on startup. HTH, Rob Hills Western Australia - To unsubscribe, e-mail: [EMAIL

Re: Tracking Datasource Connection Usage?

2005-10-06 Thread Rob Hills
on debugging, but I've found that the most common way to chew up connections is to not put the code that frees the conneciton inside a finally {} block. If you don't free the connection in a finally {} block, it may not be freed if an exception occurs. HTH, Rob Hills Western Australia

Installing Tomcat 5.5 on Fedora 4 via Yum

2005-09-30 Thread Rob Hills
in finding any way to upgrade Tomcat beyond 5.0 using Yum. Has anyone else achieved this? If anyone on this list happens to know, it'd be nice to find out when TC 5.5 will be considered stable enough to make it to the RedHat downloads TIA, Rob Hills Western Australia

Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Rob Shields
Hi Is there a way to limit the number of threads that Tomcat 4.1 creates in its thread pool? It generally shows about 20-35 java processes when running on Linux. I don't need this number of threads since it's only being used by another application that uses 4-8 threads. Thanks Rob

RE: Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Rob Shields
useURIValidationHack=false / - Chuck Regards Rob __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email

RE: Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Rob Shields
will have much of an impact on system resources. - Chuck Rob __ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email

Dropped response

2005-08-31 Thread Rob Hunt
I saw this interesting request show up in my log file: 2005-08-28 20:11:08 RequestDumperValve[catalina]: REQUEST URI =/cgi-bin/jud.cgi 2005-08-28 20:11:08 RequestDumperValve[catalina]: authType=null 2005-08-28 20:11:08 RequestDumperValve[catalina]: characterEncoding=null

RE: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Rob Hills
of us run Tomcat as a Service. I've not yet been able to find a way of changing environment variables in Windows and have the OS pick up the changes and pass them to a service (no matter how often you stop and start the service) without rebooting. Cheers, Rob Hills MBBS, Grad Dip Com Stud, MACS

Re: configuration files for war deployments

2005-08-28 Thread Rob Hills
sorry). HTH, Rob Hills MBBS, Grad Dip Com Stud, MACS Senior Consultant Netpaver Web Solutions Tel:(08) 9485 2555 Mob:(0412) 904 357 Fax:(08) 9485 2555 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

When would TC (5.0.19) not send back (or even log) a response?

2005-08-28 Thread Rob Hunt
I saw this interesting request show up in my log file: 2005-08-28 20:11:08 RequestDumperValve[catalina]: REQUEST URI =/cgi-bin/jud.cgi 2005-08-28 20:11:08 RequestDumperValve[catalina]: authType=null 2005-08-28 20:11:08 RequestDumperValve[catalina]: characterEncoding=null

Re: Tomcat and the HttpServletRequest Object

2005-08-13 Thread Rob Hunt
Jeff, You still haven't given a rationale why you *need* the parameters presented in a specific order (even though the brower's supposed to produce that result). I've worked with a set of generic form processing servlets and never had the desperate need to know the order upon receipt; if I'm

Re: How force Tomcat 5.5.4 to always use URL Rewriting

2005-08-13 Thread Rob Hunt
Set the cookies attribute for the given (server.xml) context/ node to false. This will force Tomcat to rely only on URL rewriting.

Linking/forwarding GET requests using Default servlet or other Tomcat feature

2005-07-27 Thread Rob Hunt
I'm running a stand-alone (no Apache front-end) TC 5.0.19 server on a WinXP box. I have a webapp that has a /teams directory that contains gameScores.htm, teamStandings.htm and scoreForm.htm. I also have a /playoffs directory (can you tell this is a sports-related site?) directory that has

Re: Linking/forwarding GET requests using Default servlet or other Tomcat feature

2005-07-27 Thread Rob Hunt
Yes, I know you can make many mappings to a given servlet/jsp, but that's not what I'm asking for. When an HTTP client requests /playoffs/gameScores.htm, I'm hoping there's some slight-of-hand trick/feature that will cause Tomcat to serve /teams/gameScores.htm WITHOUT a redirect so that it

Re: Linking/forwarding GET requests using Default servlet or other Tomcat feature

2005-07-27 Thread Rob Hunt
Yes, I know that an internal forward would work. I just didn't want to code/test/debug it. Yes, I'm being very lazy here; but I hate to reinvent the feature if it already exists and it just seems to me that this is something that probably should already exist (since it can be done in Apache).

Re: Newbie: Connection refused first time on Tomcat

2005-07-26 Thread Rob Hills
and the JRE that have no spaces in them - be sure to remove the space in the path the installer offers for Tomcat (Tomcat 5.5) - it's not always obvious. HTH, Rob Hills www.netpaver.com.au West Perth, Western Australia

Re: Dynamic server configuration...

2005-07-21 Thread Rob Hills
(eg via an api or whatever) but have not received a reply to date. Rob Hills www.netpaver.com.au Western Australia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Error 500 messages

2005-07-21 Thread Rob Hills
= exception; while (e != null) { % PError Code: %=e.getErrorCode()%/P PMessage: %=e.getMessage()%/P % e = e.getNextException(); } } else { // non-sql error handling here... } } HTH, Rob Hills www.netpaver.com.au Western Australia

Automated Server Configuration (was api for server.xml maintenance)

2005-07-21 Thread Rob Hills
. Rob Hills www.netpaver.com.au Western Australia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Error 500 messages

2005-07-21 Thread Rob Hills
Hi Adile, I did say it was untested, and I've spotted a problem in my code already (why are bugs so invisible BEFORE you press the send button??!!) On 22 Jul 2005 at 9:41, Rob Hills wrote: Something like the following (untested) in your error.jsp should do the trick: % if (exception

Re: Problem with refreshing JSP

2005-07-12 Thread Rob Hills
application so it's best to switch it off on a production server. Rob Hills Western Australia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Remote Username

2005-07-11 Thread Rob Dickey
(rolename); HTH Rob -Original Message- From: Christopher Molnar [mailto:[EMAIL PROTECTED] Sent: Monday, July 11, 2005 1:14 PM To: tomcat-user@jakarta.apache.org Subject: Remote Username I have a quick question and hope that someone can point me in the right

Re: web app url config question

2005-07-11 Thread Rob Hills
/testwebapp/home.jsp. There are a number of ways to do this. One is listed at the bottom of the wiki howto page: http://wiki.apache.org/jakarta-tomcat/HowTo HTH, Rob Hills - To unsubscribe, e-mail: [EMAIL PROTECTED

api for server.xml maintenance

2005-07-11 Thread Rob Hills
how to use that. 2. Alternatively, is there any way to deploy multiple root context applications using the built in manager? TIA, Rob Hills Perth, Western Australia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Does JavaFaces cause Tomcat webapp deployment Issues?

2005-06-24 Thread Rob Goh
unaffected, its just any new ones I try to deploy. I've tried to uninstall and reinstall Tomcat, but the same problems start to happen again. Would be so grateful for any help (is there something simple that I'm missing?), I'm tearing my hair out on the keyboard at the mo ;-) Many thanks, Rob

RE: Does JavaFaces cause Tomcat webapp deployment Issues?

2005-06-24 Thread Rob Goh
, not MinWebapp3 I said before (I was just trying to keep the problem simplier earlier :-) Thanks in advance again for any further feedback - even if you know of any reasons why I generally would get the type of error messages I'm getting. Ta (Thanks) Rob -Original Message- From: Jason Novotny

RE: Tomcat memory question

2005-06-14 Thread Rob Dickey
service provider too :) HTH Rob -Original Message- From: Charl Gerber [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 5:33 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat memory question My tomcat instance is now running 10 webapps and will most likely get more, in the region

RE: Tomcat memory question

2005-06-14 Thread Rob Dickey
service provider too :) HTH Rob -Original Message- From: Charl Gerber [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 5:33 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat memory question My tomcat instance is now running 10 webapps and will most likely get more, in the region

Can't get tomcat-5.5.9 to talk SSL

2005-06-13 Thread Rob Tanner
no common encryption algorithms. I don't see anything else in the HOW-TO that needs to be done. What am I missing? Thanks. -- Rob Tanner UNIX Services Manager Linfield College, McMinnville OR

Re: Can't get tomcat-5.5.9 to talk SSL

2005-06-13 Thread Rob Tanner
Caldarale, Charles R wrote: From: Rob Tanner [mailto:[EMAIL PROTECTED]] Subject: Can't get tomcat-5.5.9 to talk SSL I try to access port 8443 (https://www:8443) and Firefox pops up a dialogue box with the message "Firefox and www cannot communicate securely because they

Changes in TC5.5

2005-06-09 Thread Rob Dickey
by org.apache.catalina.core.StandardContextValve? 3) Has org.apache.catalina.HttpRequest been deprecated??? If so, what's the new class? Again, I was hoping to find these answers on google, change logs, javadocs, etc.where else should I look for deprecated class listings ??? Thanks for any info. Regards, Rob

Changes in TC5.5

2005-06-09 Thread Rob Dickey
by org.apache.catalina.core.StandardContextValve? 3) Has org.apache.catalina.HttpRequest been deprecated??? If so, what's the new class? Again, I was hoping to find these answers on google, change logs, javadocs, etc.where else should I look for deprecated class listings ??? Thanks for any info. Regards, Rob

List of Classes Deprecated in 5.5

2005-06-09 Thread Rob Dickey
Can anyone tell me where I can get a list of classes deprecated in 5.5 (say since 5.0). Example: org.apache.catalina.HttpRequest is no longer found. TIA for any info. Regards, Rob - To unsubscribe, e-mail: [EMAIL PROTECTED

List of Classes Deprecated in 5.5

2005-06-09 Thread Rob Dickey
Can anyone tell me where I can get a list of classes deprecated in 5.5 (say since 5.0). Example: org.apache.catalina.HttpRequest is no longer found. TIA for any info. Regards, Rob - To unsubscribe, e-mail: [EMAIL PROTECTED

Migration problem moving from 4.1.31 to 5.5.9

2005-05-18 Thread Rob Tanner
to use https in the proxy, or am I just missing an obvious but simpler step somewhere? Thanks -- Rob Tanner UNIX Services Manager Linfield College, McMinnville OR

Re: JVM's perm size always increase after hot deploy to tomcat 5.0.28

2005-04-07 Thread Rob Ross
with the same problem? Thanks in advance! Paulo Alvim Powerlogic Brazil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Rob Ross, Senior Software Engineer E! Networks [EMAIL PROTECTED

Re: RES: JVM's perm size always increase after hot deploy to tomcat 5.0.28

2005-04-07 Thread Rob Ross
/ sxh/20040105+tomcat+deploy+memory+leakhl=enclient=safari http://www.junlu.com/msg/153876.html http://66.102.7.104/search?q=cache:GnJoip0vndkJ:mail- archive.objectweb.org/barracuda/2004-06/ msg00028.html+tomcat+undeploy+memory+leakhl=enclient=safari Rob Ross, Senior Software Engineer E

RE: [Way off topic] Getting MSOutlook calendar to interface with Tomcat-served data

2005-04-03 Thread Rob Hunt
Synchronize as in one-way import/upload from the web server. Synchronize as in not duplicating entries. Synchronize as in not generating additional entries from events that had been modified; event A originally scheduled for 10:00am is moved to 2:00pm -- ultimate result, a single event

[Way off topic] Getting MSOutlook calendar to interface with Tomcat-served data

2005-04-02 Thread Rob Hunt
I'd like to serve calendar/event info to the calendar in MS Outlook (or is that LookOUT!?). I know that it's possible to create output that can be statically imported, but I'd like to make it as easy as possible to periodically/on-demand synchronize Outlook with a Tomcat server.

unexpected behaviour when hot-deploying

2005-03-29 Thread Rob van Oostrum
? Any ideas would be most welcome. This is Tomcat 5.0.28 running on RHE ES 3.0 Cheers Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Wild Card Hosting

2005-03-24 Thread Rob Hunt
There are some domain-name-registrars/DNS-providers that allow you to set up a wildcard host where their domain name servers will dynamically redirect HTTP requests. For example: http://*.domain.tld/ could be redirected to something like

Re: Mime-mapping to trigger e-mail client

2005-03-07 Thread Rob Hunt
So, I tried setting the servlet response content type to message/rfc822. With Netscape Nav 7.2, it prompts me to open the default application (suggesting MS Outlook Express, which is my default e-mail app). I click OK and get the e-mail content in all its glory. With IE 6, it simply displays

Mime-mapping to trigger e-mail client

2005-03-06 Thread Rob Hunt
I've got RFC822 e-mail messages stored in a database. I'd prefer *not* to write (or rely on) an email-to-HTML converter. Instead, I'd like to serve the content as-is and have the client's browser recognize the mime type and trigger an e-mail client. My question is, what mime-mapping will

ANN: scalable clustered session manager

2005-02-22 Thread Rob Block
current scalability limitations are a concern. Please address any questions to me at [EMAIL PROTECTED] Regards, Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Status of Bug 24970

2005-02-07 Thread Rob Tomlin
expect this bug to actually be fixed in...or if is fixed at all...or if it will be fixed... 1. Can someone confirm which version of Tomcat this bug is fixed in. If its shown in the bug page I can't see it... 2. Is there a work around other than patching a jar? Thanks Rob Tomlin

What worke on 4.1.27 fails of 4.1.31

2004-11-08 Thread Rob Tanner
(ClassListAdministrator.java:110) Another much more complex servlet that I moved over but that does not require the use of sessions works fine, so I think the basic installation is okay. Any idea why that error's coming up on sessions? Thanks, Rob -- Rob Tanner UNIX Services Manager Linfield College

RE: What worke on 4.1.27 fails of 4.1.31

2004-11-08 Thread Rob Tanner
sure you don't have any servlet JARs in your WEB-INF/lib directory. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Rob Tanner [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 2:36 PM To: 'Tomcat Users List' Subject: What worke on 4.1.27 fails

RE: jakarta-tomcat-4.1.31 fails to render the example JSPs

2004-10-22 Thread Rob Tanner
directory (not overlaid on an earlier tomcat version), that pretty much eliminates that as a problem. Especially after closely examining the error itself, what I wonder is whether there is an incompatibility between v4.1.31 and j2sdk1.4.2_02 that could be the root cause of the problem? Thanks. -- Rob

RE: jakarta-tomcat-4.1.31 fails to render the example JSPs

2004-10-21 Thread Rob Tanner
, and I'm bringing up tomcat (at least initially) outside of the IDE. Are these two jsp jars something I should have and so I should go get them seperately from the tomcat distro? And where should they go? Thanks, Rob -- Rob Tanner UNIX Services Manager Linfield College, McMinnville

jakarta-tomcat-4.1.31 fails to render the example JSPs

2004-10-20 Thread Rob Tanner
are the only things I can thing of that might be at issue. I normally work with pure servlets and not JSPs, so I'm not sure what else I need to look at. Thanks, Rob ** ERROR RESULT DISPOLAYED IN BROWSER * org.apache.jasper.JasperException: Unable to compile class for JSP An error

cluster FarmWarDeployer

2004-09-17 Thread Rob van Oostrum
Enterprise / JDK 1.4.2_03-b02 / Tomcat 5.0.27 thanks Rob

RE: cluster FarmWarDeployer

2004-09-17 Thread Rob van Oostrum
BTW the web.xml for the war does include the distributable / element -Original Message- From: Rob van Oostrum [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 4:51 PM To: [EMAIL PROTECTED] Subject: cluster FarmWarDeployer I have a Deployer set up like so

RE: cluster FarmWarDeployer

2004-09-17 Thread Rob van Oostrum
be watchEnabled would only be true for the admin server. also, never seen that error, but I will investigate, feel free to open an item in bugzilla Filip - Original Message - From: Rob van Oostrum [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, September 17, 2004 3:51

Re: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-21 Thread Rob Scala
version goes by another name? So I tried setting PATH and JAVA_HOME, but it gave the same result. It seems that the rpm installation of tomcat hard coded some things - there is no catalina.sh. On Sat, 2004-08-21 at 09:21, QM wrote: On Fri, Aug 20, 2004 at 10:36:22PM -0400, Rob Scala wrote

Re: Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-21 Thread Rob Scala
I discovered my problem. The tomcat rpm for fedora core 2 was built with gcj, and it doesn't work with another jdk. I'll remove it and try to install from jpackage.org or apache.jakarta.org. Thank you very much for your help. On Sat, 2004-08-21 at 10:54, Rob Scala wrote: This is interesting

Tomcat-4.1.27 not picking up jsse from j2sdk-1.4.1

2004-08-20 Thread Rob Scala
ideas? Rob -- Rob Scala Scala Systems - custom software development http://www.scalasystems.com 860-443-5702 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat 5.0.25 and SSL problem

2004-07-09 Thread Rob Guest
We are running Tomcat 5.0.25, AIX 5.2. We are having problems getting SSL to work. We can reach the default tomcat page when we use 8070 but not when we use the SSL port 8443. We have the following connector's setup in our server.xml Connector port=8070 maxThreads=150

Limit to number of web applications

2004-06-01 Thread Rob Wichterman
I was wondering if there is any type of limit to how many web applications you can run with tomcat. I am only looking at about 5 concurrent users per application. I have 5 deployed right now and was wondering if I should keep deploying or install another tomcat. I am going to eventually need to

No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
may be? Greetz, -- Rob. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
I just did some more investigation. Sessions are working for every app except the most important one :). The web.xml of both apps are empty except for the body of web.xml. Pretty weird, -- Rob. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 10

RE: No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
I only uncommented the invoker servlet in the main web.xml, haven't touched the server.xml. But as it works for another app on the same server, I'm guessing this couldn't be the problem? As for context.xml, I have never heard of it, and it isn't present in both webapps. Greetz, -- Rob

RE: No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
Wow, this solved my problem... thanx a lot... so simple after 5 hours of work. Greetz, -- Rob. -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 11:05 AM To: Tomcat Users List Subject: Re: No session in tomcat 5.0.24 Rob Tillie wrote: Last

Any Known File Descriptor Issue?

2004-05-07 Thread Rob Wichterman
Our system exports multiple files at a time, by export we mean generate the files in pure html and download them. The number of files generated can be anywhere from 10 - unlimited number of html files. The export and html generation works fine as long as we don't run out of file descriptors on the

Need help building JK/JK2 for Netscape (Sun ONE) on Solaris

2004-04-19 Thread Rob Cash
on my system, not cc, and I don't know how to tell and to tell libtool that. I've tried all sorts of properties, but without any luck. Any help would be greatly appreciated. Cheers, Rob - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: emergency - need to get into admin app

2004-04-19 Thread Rob Cash
I believe that tomcat-users.xml is only read when Tomcat is started. So if you modified the file after you started Tomcat, it won't help. You'd need to restart Tomcat after modifying the file. This is just my best guess, not a definitive fact. Good luck. Cheers, Rob Stephen Charles Huey [EMAIL

catalina.out log

2004-04-07 Thread Rob Wichterman
I am getting these odd logs in the Catalina.out. 67928 7830 1 67928 7830 1 I am not sure what they are but I get them often and they always come in groups of three numbers. Thanks,

Odd Memory Problem

2004-04-02 Thread Rob Wichterman
I have been battling a memory problem for a few months now with no luck. I have used profilers and everything else you could imagine. The problem is we have never been able to duplicate it on the testing servers it only happens on production which does not see much load at all (100 users a day).

Garbage Collection

2004-03-30 Thread Rob Wichterman
Can anybody tell me if these look like healthy garbage collections. [GC [ParNew: 3968K-0K(4032K), 0.0132890 secs] 25349K-22156K(56072K), 0.0134572 secs] [GC [ParNew: 3952K-0K(4032K), 0.0086222 secs] 26109K-22649K(56072K), 0.0087891 secs] [GC [ParNew: 3953K-0K(4032K), 0.0092634 secs]

RE: Garbage Collection

2004-03-30 Thread Rob Wichterman
optimizeIt trial version and get a better picture of what is happening. peter Rob Wichterman [EMAIL PROTECTED] wrote: Can anybody tell me if these look like healthy garbage collections. [GC [ParNew: 3968K-0K(4032K), 0.0132890 secs] 25349K-22156K(56072K), 0.0134572 secs] [GC [ParNew: 3952K

RE: restarting tomcat

2004-03-30 Thread Rob Ross
it belongs is also reloaded? Rob -Original Message- From: naryam naryam [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 8:28 PM To: [EMAIL PROTECTED] Subject: restarting tomcat Hi, Is it true that each time a java servlet changes the tomcat servlet engine must

RE: restarting tomcat

2004-03-30 Thread Rob Ross
Classloader would be created to load the new servlet, and all other servlets/classes in that context. But since I just started reading this, maybe I'm not understanding all the subtleties. Rob - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: restarting tomcat

2004-03-30 Thread Rob Ross
directory, so they could be handled differently, but I'm guessing, unless I hear something definitive, that they too require the web app to be reloaded. Rob -Original Message- From: Duncan Krebs [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 10:06 PM To: Tomcat Users List Subject

Connection is Closed

2004-03-29 Thread Rob Wichterman
I keep receiving a Connection is Closed error in my tomcat localhost_log. After receiving this error I have to restart tomcat to reconnect to oracle. Is there any type of auto reconnect parameter? Thanks,

RE: Connection is Closed

2004-03-29 Thread Rob Wichterman
/ResourceParams /Context /Host /Engine /Service /Server Hope that does the trick. Tom Kochanowicz -Original Message- From: Rob Wichterman [mailto:[EMAIL PROTECTED] Sent: Monday, March 29, 2004 7:36 AM To: 'Tomcat Users List' Subject: Connection is Closed I keep receiving

Connection Closed

2004-03-26 Thread Rob Wichterman
I had a weird connection problem with Tomcat4.1.24 today. Here is the error: Mar 26, 2004 8:44:45 AM org.apache.jk.server.JkCoyoteHandler action INFO: RESET I received about 10 of these during which I could not login to my application. The index page came up with out any problems but it

Garbage collector

2004-03-22 Thread Rob Wichterman
I was wondering if anyone had a preference in which garbage collector to use. I am currently using -XX:+UseConcMarkSweepGC but I was wondering which would be considered the best or most commonly used. Thanks

Lost my catalina.out, how to get it back?

2004-03-16 Thread Rob Ross
to it. How can I get Tomcat to start writing to catalina.out again? Rob Ross - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat4.1.30 compiler problem

2004-03-15 Thread Rob Wichterman
Has anyone had a problem with tomcat4.1.30 that was crashing the jvm? I am running Solaris 8 with j2sdk1.4.2_04. Tomcat4.1.24 has no problem compiling the jsp's but 4.1.30 crashes after 4 or 5 compiled pages. I tried different jvm's, patched my OS and even deployed other webapps with the same

RE: delaying context reload

2004-03-15 Thread Rob Ross
of just copying it in there? ;) (I don't know anything about Tomcat's WAR deployment -- I use ant to war and unwar my apps to do hot deployment.) -chris What do you do with your WARs after you have built them? I.e., how do you deploy them? Rob

RE: webapps\ROOT\WEB-INF\classes

2004-03-10 Thread Rob Ross
from the default (unnamed) package into a class. Thus many source code examples that would compile under a 1.2 JDK will no longer work correctly under 1.3. This isn't a tomcat specific issue though. Rob - To unsubscribe, e-mail

Stable Version

2004-03-10 Thread Rob Wichterman
I am trying to get tomcat4.1.30 to work with my webapp. It keeps dying with thefollowing error: This seems to happen while it is compiling the jsp's. Any help would be appreciated. Which release is the most stable? Unexpected Signal : 10 occurred at PC=0xFE2315BC Function=[Unknown.

why two webapps from one war file?

2004-03-09 Thread Rob Ross
timestamp=true/ /Context When I use the manager app to deploy a war file, I end up with TWO webapps listed in the manger, one for /dept/post/vale, and one for just /vale. Why does this happen? Rob Ross Senior Software Engineer E! Networks [EMAIL PROTECTED

RE: why two webapps from one war file?

2004-03-09 Thread Rob Ross
to automatically deploy WARs that are placed there, then it will deploy that WAR from the file, and deploy it from the context you configure in server.xml. Rob Ross wrote: I have a war file, vale.war. The context.xml for this webapp (in META-INF) is Context path=/dept/post/vale

deploying war to tomcat 5.0.19 via manager app

2004-03-08 Thread Rob Ross
, why does it work this way? Am I doing something wrong, or not understanding something about deploying a war file via the manager app? Thanks in advance, Rob Ross Senior Software Engineer E! Networks [EMAIL PROTECTED

IIS and Tomcat (help?)

2004-02-17 Thread Rob McGrath \(Rite Aid Corp\)
w/ only one Nic card. it could be done later with 2. If so, is there a simple way to do this? Or, am I over analyzing? Thanks!!! Rob __ Disclaimer: This e-mail message is intended only for the personal use

Re: multiple apache instances load balancing tomcat

2004-02-03 Thread Rob Augustinus
does it fail because of placing objects in the session which lack the Serializable interface? Pete Stokes wrote: David, Problem with using the Tomcat 5 session replication, this 3rd party app cannot be clustered that way, it fails. Therefore my only choice is sticky sessions. Pete. David

Re: request timeout - page cannot be displayed

2004-01-29 Thread Rob Harrington
' and 'disableUploadTimeout' but neither seems to have any effect. Sorry to answer your question with a question, but maybe we can pursue this together. -Rob --- Altug B. Altintas [EMAIL PROTECTED] wrote: Hi We have got a page which process a request for a long time (because of algoritm) so we set session-timeout

Re: request timeout - page cannot be displayed

2004-01-29 Thread Rob Harrington
Altug, I'm finding as well that in practice 60 minutes is the breakpoint for connection timing out. I'd love to know what would happen if you rebuilt the Tomcat code with a higher value for that static variable. I'm not sure that would be a viable solution for me long term though, since I don't

Re: tomcat service stops

2004-01-29 Thread Rob Augustinus
in your threads.. otoh it could have something to do with a memory leak in 4.1.29 (if I recall correctly) Rob Augustinus Dmitriy . wrote: Running with a couple of concurrent users and the service just stops. Nothing obvious in the log files. Anyone ever experienced that with Tomcat? I've got Tomcat

connectionTimeout and disableUploadTimeout

2004-01-28 Thread Rob Harrington
tc4.1.27 - SunOS 5.6 and Windows XP Problem: I have a modal popup window from which a user can launch a fairly long (hours) db query. The results get displayed in the popup. This works fine for short duration queries, but for longer ones (1 hour plus?) the query does return from the db, but

Re: OracleConnection datasource CLOB.createTemporary

2004-01-18 Thread Rob Augustinus
how about typcasting the DBCP Connection to OracleConnection ? afaik this is the proper way? Kahle, Pavel (CONS FIN) wrote: somwehere in the CLOB.createTemporary is Connection retype to OracleConnection but Connection returned from DBCP DataSource.getConnection is not assignable to that class. I

Tomcat JProfiler

2004-01-09 Thread Rob Wichterman
. It works fine with one or the other. 2. If I shutdown tomcat the Jprofiler process will not shutdown unless I manually kill it. Thanks in advance, Rob

Installation quesiton

2003-12-17 Thread Rob McGrath \(Rite Aid Corp\)
Are these the same file? The first: filename_of_the_chain_certificate = should be the cert.cer file received from the CA, no? In examples I've found, the second: your_certificate_filename = is a *.cer file as well? Don't know why they'd be referenced differently if they were the same file though... TIA - Rob

FW: Installation quesiton

2003-12-17 Thread Rob McGrath \(Rite Aid Corp\)
? The first: filename_of_the_chain_certificate = should be the cert.cer file received from the CA, no? In examples I've found, the second: your_certificate_filename = is a *.cer file as well? Don't know why they'd be referenced differently if they were the same file though. TIA - Rob

Keytool error - LAST STEP!!!

2003-12-16 Thread Rob McGrath \(Rite Aid Corp\)
\ -trustcacerts -file your_certificate_filename Which resulted in the error above... can anyone help??? Thanks much!!! Rob attachment: winmail.dat---End Message--- __ Disclaimer: This e-mail message is intended only for the personal use

Broken Pipe

2003-12-05 Thread Rob Wichterman
) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool .java:619) at java.lang.Thread.run(Thread.java:534) Rob Wichterman Systems Analyst Nuventive 3996 Mount Royal Blvd. Allison Park, PA 15101 Tel

OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
page context java.lang.IllegalStateException: Cannot create a session after the response has been committed 3. JspFactoryImpl: Exception initializing page context java.lang.OutOfMemoryError Any help at all would be greatly appreciated. Thanks, Rob Wichterman

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
Well I have had my -Xmx set to as high as 1gb and I still receive these errors. The site will stay running for at best 1 day without crashing. I was just hoping one of these could point me in a direction while I work on looking at memory leaks. Thanks, Rob -Original Message- From

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
is that it does not seem to progressively go up but rather spike up with high GC times and the full GC will not clean anything out. Thanks, Rob Rob Wichterman Systems Analyst Nuventive 3996 Mount Royal Blvd. Allison Park, PA 15101 Tel: 412-487-7424 Fax: 412-487

RE: OutOfMemory Exception initializing page context

2003-12-02 Thread Rob Wichterman
We have tried setting the heap as high as 1024 with the same results. It actually seemed to make the tomcat die sooner with the higher setting. We currently have an average of 250 logins a day. Thanks, Rob Wichterman Systems Analyst Nuventive 3996 Mount Royal Blvd

  1   2   3   4   5   >