Performance with/without loadbalancing

2004-12-07 Thread Michael Südkamp
2 4 seconds 3 2,2 seconds All workers ran on just one PC. What I wonder is why a loadbalanced configuration is that much more performant than a Tomcat configuration without loadbalancing. Michael

AW: Performance with/without loadbalancing

2004-12-07 Thread Michael Sudkamp
intensive. With only one worker, the CPU is not at maximum load. With three workers the CPU goes up to 80/90 percent. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Asynchronous statistics logger

2004-12-02 Thread Michael Cornell
practice. This singleton was using the Timer and TimerTask for its implementation. What is the best practice for implementing this sort of class ? Thanks Michael --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.788 / Virus

Removing a webapp that crashed on startup?

2004-11-30 Thread Michael Schuerig
: Encountered exception LifecycleException: Container org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/myapp] has not been started Is there a way to remove an undead webapp without stopping and restarting Tomcat? Michael -- Michael Schuerig Those people who smile

Re: Removing a webapp that crashed on startup?

2004-11-30 Thread Michael Schuerig
be useful to you. I see I haven't been specific enough. What I meant is that I tried to undeploy a crashed app from the manager's web UI. I get the same result when I try to undeploy using the undeploy ant task. Michael -- Michael Schuerig Thinking is trying to make up

Re: Mysql: Cannot create JDBC driver

2004-11-28 Thread Michael Echerer
javax.servlet.ServletException: Cannot create JDBC driver of class '' for connect URL 'null', cause: No suitable driver Typically this just means that the JNDI name could not be resolved. Thus no driver is available. Server.xml: (...) Context path=/bankApp1 docBase=bankApp1 debug=5

Tomcat and Servlets - DESPERATE for help

2004-11-24 Thread Michael McQuade
Hi folks, I pray someone can tell me something here. Im writing an application in Servlets using Tomcat Heres my scenario. I display a User Login screen, ID and Password on an HTML form, user enters data, the submit button executes the program to verify the Users

Re: Tomcat and Servlets - DESPERATE for help

2004-11-24 Thread Michael McQuade
is your question? We are happy to help, but need some detail. --Dan -Original Message- From: Michael McQuade [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 9:31 AM To: Tomcat Users List Subject: Tomcat and Servlets - DESPERATE for help Hi folks, I pray

Re: [OT] Re: Tomcat and Servlets - DESPERATE for help

2004-11-24 Thread Michael McQuade
you considered using response.sendRedirect() to send the user to another page after a successful login? -Ben On Wed, 2004-11-24 at 10:31, Michael McQuade wrote: Hi folks, I pray someone can tell me something here. Im writing an application in Servlets using Tomcat Heres my scenario

Remote debugging a web app with Eclipse?

2004-11-14 Thread Michael Schuerig
to listen on. All I found out, though, is that there's a deprecated -Xdebug option. Is there a short tutorial somewhere on remote debugging? Michael -- Michael Schuerig Failures to use one's frontal lobes mailto:[EMAIL PROTECTED]can result in the loss of them. http

Re: Remote debugging a web app with Eclipse?

2004-11-14 Thread Michael Schuerig
=${tomcat.home}/bin/startup.sh os=Linux,Unix env key=JAVA_OPTS value=${tomcat.java_opts}/ /exec /target Michael -- Michael Schuerig Face reality and stare it down mailto:[EMAIL PROTECTED]--Jethro Tull, Silver River Turning http://www.schuerig.de/michael

Tomcat and CGI Programs

2004-11-10 Thread Michael McQuade
Hi Tomcat people,a simple question here I hope. Im running Servlets in Tomcat (nothing earth shattering there I know)... But I also need to run a couple CGI programs ( i.e. program.exe ).. I assume Tomcat will do this???Can anyone tell me if I have to do anything special, set

Why JNDI ResourceLink not resolved, if .war file name doesn't match context path in Tomcat 5.0.28 ?

2004-11-10 Thread Michael Echerer
drop in with the manager app. Cheers, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: comparison of Type 4 JDBC drivers

2004-11-10 Thread Michael Sudkamp
And we switched from FreeTDS (which AFAIK is the predecessor of jTDS) to the MS driver years ago because is had more functionality. We use it with heavy statements and result sets and had never any problem with it ;-) Michael -Ursprungliche Nachricht- Von: Tuncay Baskan [mailto

Re: Doubts with tomcat

2004-11-07 Thread Michael Echerer
strange approaches), if you need to support https. Please help me to understand these basics. Hope I could help. Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: META-INF/context.xml not overwriting Catalina/localhost/webapp.xml after redeploy.

2004-11-06 Thread Michael Echerer
Steve Kirk wrote: Remy mentioned earlier today on another thread that the path is ignored in a context.xml file because it is redundant, but I _think_ he was talking about 5.5 rather than 5.0. I have deleted the post now but I think he said that the docBase is probably also ignored. search the

RE: Taglib loading classes of web application

2004-10-27 Thread Michael Wille
Class.forName(className) -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com On 10/21/04 7:49 PM, Michael Wille [EMAIL PROTECTED] wrote: Hello all, I have a strange question. I need to load a class that is inside a packkage of a web application from within a taglib that the web

mod_jk2/tomcat 5.0.28 performance

2004-10-27 Thread Michael Buchsbaum
Is there a way to tune mod_jk2 and/or tomcat 5.0.* to handle large files better. I have no performance issues when serving up smaller files, but when I serve up a larger file (~150K+) - there seems to be a bottleneck with the mod_jk2. I hope I explained that well.

Apache2 + mod_jk2 on FreeBSD - default socket timeout (bug?)

2004-10-26 Thread Michael Diener
in FreeBSD. Btw exactly the same setup for Apache2 and mod_jk2 works fine on Linux. Regards, Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Apache2 + mod_jk2 on FreeBSD - default socket timeout (bug?)

2004-10-26 Thread Michael Diener
Ok, and here is the attachment. I also forgot to mention that FreeBSD has the version 5.x and Tomcat the version 5. Michael -- [logger] level=DEBUG [shm] file=/tmp/shmFile # Defines a load balancer named lb. [lb:lb] [workerEnv:] info=Global server options timing

Re: Running HSQLDB in-process?

2004-10-26 Thread Michael Schuerig
On Monday 25 October 2004 21:59, Michael Schuerig wrote: Ah, good to know! I was unaware that Tomcat substitute properties in context.xml. I dumped the properties in my servlet (an axis-based web service, actually) and there doesn't seem to be a suitable property available. But as I'm using

Re: Running HSQLDB in-process?

2004-10-25 Thread Michael Schuerig
context-param param-namelog4jConfigLocation/param-name param-value/WEB-INF/log4j.properties/param-value /context-param Then, in context.xml Context path=/mywebservice docBase=/home/michael/workspace/mywebservice/build Resource name=jdbc/verzeichnisdb auth=Container type

Running HSQLDB in-process?

2004-10-24 Thread Michael Schuerig
to decide how to access the database (server, file in-process, in-memory). As a last resort, I could run HSQLDB as a server and be done with it. But as only my single web app is using the DB there's no independent reason to do this. Michael -- Michael Schuerig Not only does

Re: [Somewhat OT] Content vs. Programming

2004-10-22 Thread Michael McGrady
the differences? Michael McGrady Anthony E. Carlos wrote: Hello, folks! Based on my readings, it seems that most people running Tomcat on dedicated boxes. Unfortunately, I'm in a shared environment running multiple instances of Tomcat, one for each client. My problem is that some clients like to update

Re: AW: Mysterious session behavior across browsers: SUMMED UP

2004-10-21 Thread Michael McGrady
Thanks to everyone who addressed this issue. The behavior is interesting. IE is different than the rest. Opera is unpredictable from my limited study. Netscape and Mozilla Firefox predictably are the same. Here is what happens with IE 6.0, Opera 7.54, Netscape 7.1 and Mozilla Firefox 5.0.

Re: AW: Mysterious session behavior across browsers

2004-10-21 Thread Michael McGrady
Steffen Heil wrote: As this makes sense to me, I supose other browsers handle things similar. Regards, Steffen Hi, Steffan, Turns out they don't. See the other email on this. Michael - To unsubscribe, e-mail: [EMAIL

Taglib loading classes of web application

2004-10-21 Thread Michael Wille
Hello all, I have a strange question. I need to load a class that is inside a packkage of a web application from within a taglib that the web application is using within its context. Let me try and explain this: I have a bunch of entities in the package: com.name.webapp.entities. In this

Mysterious session behavior across browsers

2004-10-20 Thread Michael McGrady
While testing my application, when I open a new browser, I am getting session data in the new browser that was in another browser. Am I nutso? Isn't this definitely supposed to be impossbile. Tomcat 5.0 Struts 1.2 JDK 1.4 Thanks for any assistance. Michael McGrady

Re: Mysterious session behavior across browsers

2004-10-20 Thread Michael McGrady
Okay, Tim, thanks a million. I have another question. Live and learn. I did not know that. This means, then, that my session data will be available to someone who comes along and uses the same browser? I am trying to get used to this idea. Michael McGrady Tim Funk wrote: If its the same PC

[OT] Re: Push-Server with Tomcat

2004-10-19 Thread Michael McGrady
Do you have a simple sample of this Steve? If so, I would sure like to see it. Michael McGrady Steve Kirk wrote: Not sure if this is stating the obvious, or this is the approach you've already taken, but it's not necesary to refresh the whole page that is displaying your data every few seconds

Re: Jasper compilation of included files

2004-10-15 Thread Michael Schuerig
to A. I've given JSP segments (fragments) a .jspf extension and that does the trick for me. See the spec JSP.1.1.8. Michael -- Michael Schuerig Nothing is as brilliantly adaptive mailto:[EMAIL PROTECTED] as selective stupidity. http://www.schuerig.de/michael/--A.O. Rorty

administration webapp

2004-10-14 Thread Michael Simpson
=org.apache.catalina.realm.MemoryRealm debug=99 digest=MD2 / I've looked at the manuals, etc. but it just does not seem to work - access always fails. Can anyone see the obvious mistake here. Thanks in advance. -- Michael Simpson Systems Development Express Newspapers mailto

RE: administration webapp

2004-10-14 Thread Michael Simpson
Hi Yoav. I actually tried that bit of code before - tried again just now and still does not work. Error generated is Invalid username or password. Anything else I can check? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 13:50 To: Tomcat Users

RE: administration webapp

2004-10-14 Thread Michael Simpson
=tomcat,role1/ user username=express password=thames roles=manager,admin/ /tomcat-users Andoni. - Original Message - From: Michael Simpson [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, October 14, 2004 2:26 PM Subject: RE: administration webapp Hi Yoav. I

Re: Resin slower than Tomcat, fails the AppFuse Test

2004-10-14 Thread Michael McGrady
+1 Shapira, Yoav wrote: Hi, Cool. Thanks for posting the link. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Andy Hutchinson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 4:19 AM To: [EMAIL PROTECTED] Subject: Resin slower than Tomcat, fails the AppFuse

RE: administration webapp

2004-10-14 Thread Michael Simpson
is, and it's clear that your passwords in tomcat-users.xml are clear text. Try removing digest= from Realm and restart. -Original Message- From: Michael Simpson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 7:08 AM To: '[EMAIL PROTECTED]' Subject: administration webapp Hello

Re: What's up with all these Hi virus

2004-10-14 Thread Michael McGrady
I am getting those too. Hundreds of them. Irritating. V D wrote: Should the server has email filter that throws out these. Or maybe it comes from different server? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: 5.5.3 zip has no tomcat exe for windows

2004-10-12 Thread Michael Medwith
I will refund and ship via UPS tonight -Mike On Tue, 12 Oct 2004 13:41:39 +0200, Remy Maucherat [EMAIL PROTECTED] wrote: On Tue, 12 Oct 2004 13:40:13 +0200, Harald Henkel [EMAIL PROTECTED] wrote: Hello. By design. So, does the .exe (Windows installer) download contain the

How to get rid of 'null' in forms

2004-10-11 Thread Michael Truman
app servers have a configuration parameter such as printNulls which can be set to false to fix this. But in looking at the Tomcat documentation I don't see anything like this. Have I overlooked something or is this now the expected behaviour? Thanks, Mike Michael Truman [EMAIL PROTECTED

Re: Forum instead of mailist!!

2004-10-11 Thread Michael McGrady
-1 if I had a vote. Somethings need to stay the same to work on important things. Michael Ben Souther wrote: -1 This comes up every so often and goes nowhere. The auto replies are a minor annoyance but easy enough to delete. On Mon, 2004-10-11 at 11:13, Bernhard Slominski wrote

Re: Name jdbc is not bound in this Context

2004-10-09 Thread Michael Echerer
, but I think this is easiest. There's some hint in the Tomcat 5 docu that this is needed to make global JNDI resources visible to web apps. But it's too easy to forget... Cheers, Michael Mauro Romano Trajber wrote: I have configured the following datasource in $TOMCAT_HOME/conf/Catalina/localhost

Re: Rename jsessionid

2004-10-09 Thread Michael Echerer
. Cheers, Michael Ben wrote: How can I use a different name for the session id? I would like to use: SID=27D2A9CA7006C94A9CAAE1D96D4D39BD instead of: jsessionid=27D2A9CA7006C94A9CAAE1D96D4D39BD Thanks - To unsubscribe, e-mail: [EMAIL

Example of MBean for own component?

2004-10-09 Thread Michael Schuerig
this programmatically in a listener or valve? Can I do it declaratively in a configuration file? Michael -- Michael Schuerig Those who call the shots mailto:[EMAIL PROTECTED] Are never in the line of fire http://www.schuerig.de/michael/ --Ani DiFranco

forwarding requests and response headers

2004-10-07 Thread Michael Südkamp
in Tomcat 5 showed it does not work. The 2.3 spec in chapter 8.4 says nothing about the headers, whereas it does regarding the include method in 8.3. Thanks for your opinion Michael - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Upload File

2004-10-06 Thread Michael McGrady
Pawson, David wrote: -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: 05 October 2004 15:10 To: Tomcat Users List Subject: Re: Upload File Do you just not use ActionForm, David? Sorry Michael. I don't know what ActionForm is. regards DaveP

RE: Performance issue

2004-10-06 Thread Nitschke Michael
(tomcat, console, what ever) crashes instantly. But the other system tasks keep running. You should recompile the linux kernel with about 12,000 connection or more (max is 65000, we use this). You could also use the latest kernel which has no limit for connections. mfg Michael Nitschke

Re: Upload File

2004-10-05 Thread Michael McGrady
Do you just not use ActionForm, David? Michael McGrady Pawson, David wrote: If these questions are asked on the main list, others can learn too? -Original Message- From: Caroline Jen I am trying to upload files from clients machine. I understand that we must specify

Class Not Found on Occasion but Class Exists and is Usually Found

2004-10-05 Thread Michael McGrady
I have a taglib and the resultant relevant code in _blah_blah_jsp.java is given below. For some reason I frequently get an ClassNotFoundException on com.crackwillow.tag.ImgTag from this code. After the code, I give the error message. Any idea why this is happening? private boolean

Re: Class Not Found on Occasion but Class Exists and is Usually Found

2004-10-05 Thread Michael McGrady
: - What do you think? Michael McGrady Shapira, Yoav wrote: Hi, Does your CNFE (by the way, is it actually a CNFE or a NoClassDefFoundError -- I think it's the latter, looking at the stack trace, and the distinction is significant) occur when you've reloaded your app

Re: Class Not Found on Occasion but Class Exists and is Usually Found

2004-10-05 Thread Michael McGrady
interesting. My experience is almost the same as the bug. I also use frames. It is NOT always the same frame with me. And, I do not use the ImgTag from Struts but have rolled my own. I think that this is very interesting. Something in ImgTag and frames is the problem, apparently. Michael McGrady

Re: Class Not Found on Occasion but Class Exists and is Usually Found

2004-10-05 Thread Michael McGrady
Remy Maucherat wrote: On Tue, 05 Oct 2004 13:10:59 -0700, Michael McGrady [EMAIL PROTECTED] wrote: This is very interesting. My experience is almost the same as the bug. I also use frames. It is NOT always the same frame with me. And, I do not use the ImgTag from Struts but have rolled my

Re: Class Not Found on Occasion but Class Exists and is Usually Found

2004-10-05 Thread Michael McGrady
I also have, by the way, another page which uses the same taglib in a frameset and never has this problem. I really have no idea why this would be. The pages are very, very similar. One always has a problem. The other never does. Michael Michael McGrady wrote: Remy Maucherat wrote: On Tue

Re: tomcat data source - mysql

2004-10-01 Thread Michael Eastwood
=javax.sql.DataSource /ResourceLink /Context This is a 'news' context that references a datasource called 'intranet', defined in the server.xml file. Good luck, Michael On 01/10/2004, at 4:09 PM, Eric Wulff wrote: Hi, I am not able to access a mysql server from a simple jsp example. I have

urls not conforming to the standards problem

2004-10-01 Thread Michael Cornell
I am having a problem with the way Tomcat handles urls that do not conform to the standards regarding get parameters.. As we all know this looks like http://www.myhost.com/someapp/jsp/index.jsp?name=fredage=10 My problem is that an incoming request url comes in as:

RE: urls not conforming to the standards problem

2004-10-01 Thread Michael Cornell
(as defined by HTTP 1.1) are not exposed by these APIs. They must be parsed from the String values returned by the getRequestURI method or the getPathInfo method. On Fri, 2004-10-01 at 05:26, Michael Cornell wrote: I am having a problem with the way Tomcat handles urls that do not conform

context sharing problems

2004-09-30 Thread Michael Cornell
Hi, I am trying to share the same class files (and libraries) between two different web-apps one running in ROOT/ and one is admin/ Basically, I want the first one to run from the default context ie http://www.x.com/ And the second web-app to run as http://www.x.com/admin However, all of the

RE: context sharing problems

2004-09-30 Thread Michael Cornell
/classes. Then all of your web apps can see and use them -- Dov Rosenberg Conviveon Corporation http://www.conviveon.com On 9/30/04 10:58 AM, Michael Cornell [EMAIL PROTECTED] wrote: Hi, I am trying to share the same class files (and libraries) between two different web-apps one running in ROOT

Re: Servlet mapping problem

2004-09-29 Thread Michael McGrady
as / are you talking about? Remember this is a Struts list. If you have everything mapped to your servlet in your web.xml, then, of course, everything is going to go to your servlet. I suspect this is what you have done. Why do you have a servlet with a mapping as / ? Michael McGrady

Re: Servlet mapping problem

2004-09-29 Thread Michael McGrady
Anto Paul wrote: Hi there, I posted this to Tomcat User List. I didnt posted this to Struts. Although the application is using Struts it is not specific to Struts. rgds Anto Paul On Wed, 29 Sep 2004 00:59:53 -0700, Michael McGrady [EMAIL PROTECTED] wrote: Anto Paul wrote: Hi all, I am

Character encoding in XML tag files?

2004-09-29 Thread Michael Schuerig
part: This doesn't compile spanÜ/span This either spanÜ /span But this does spanÜ /span And so does this spanÜ /span So, there have to be 3 whitespace characters after the umlaut to make it pass through jasper. =:-O Michael -- Michael Schuerig Those people who

Re: Character encoding in XML tag files?

2004-09-29 Thread Michael Schuerig
of that. Michael -- Michael Schuerig All good people read good books mailto:[EMAIL PROTECTED]Now your conscience is clear http://www.schuerig.de/michael/ --Tanita Tikaram, Twist In My Sobriety

Re: Norton AntiVirus and False Positives In Tomcat

2004-09-28 Thread Michael Duffy
Sounds like NAV may have returned some false positives. The only virus-like content I would expect inside a plain HTML doc would be rogue JavaScript. Indeed. I looked at the HTML page myself - it's unaltered, and there's nothing rogue in there that I can see. Perhaps you could point

Re: Tomcat 4.1 Connection Pooling...

2004-09-28 Thread Michael J. Makunas
were still remaining open. Turned out there was a bug in the dbcp jar and upgrading to the latest solved it. -Michael Dale, Matt wrote: Every time your application uses a connection it should call the close() method to return it to the pool. I had a similar problem where over a fairly short period

Norton AntiVirus and False Positives In Tomcat

2004-09-27 Thread Michael Duffy
I have Tomcat 4.0.6 installed on a Windows 2000 server in our data center. One of the corp IT server admins just called to tell me that the server is riddled with viruses, according to Norton Antivirus. One of the bugged files is TOMCAT_HOME/webapps/ROOT/index.html, which is dated 8-Oct-2002.

Jni Error on Startup [error] workerEnv.initChannel() init failed for channel.jni:jni

2004-09-24 Thread Curles, Michael L
Trying to run Apache 2.0.50 mod_jk2 Tomcat 5.0.28 on Windows 2000 as in-process... Receive the following in Apache error log. Any ideas on what I may be missing/doing wrong? [error] workerEnv.initChannel() init failed for channel.jni:jni [Fri Sep 24 15:40:11

RE: Issue Running Current Forrest Dev under Tomcat 5

2004-09-21 Thread Hare, Michael
under Tomcat 5 Hi, The reason I ask is because of the commons-logging CNFEs. If commons-logging can't load or initialize itself, Tomcat will basically not start. Yoav Shapira Millennium Research Informatics -Original Message- From: Hare, Michael [mailto:[EMAIL PROTECTED] Sent: Friday

Need To Allow Network Access under Tomcat Service

2004-09-21 Thread Curles, Michael L
Hi, I have the need for servlet access to pull information off a network drive. The servlet works fine when Tomcat is started from a console window but fails when Tomcat is started as service. I would rather run Tomcat as a service if possible. I see that by default, all Tomcat services are

Connections backup for modjk, all w's

2004-09-20 Thread Michael Medwith
I am really lost on this one, my application at work (running with apache/tomcat/modjk) is locking up with all Ws. We have 5 new solaris machines running tomcat and 5 more with apache (1 to 1 relationship). The application seems to lock up on a regular basis. The most useful information to this

Re: Connections backup for modjk, all w's

2004-09-20 Thread Michael Medwith
apache 2.050 tomcat 4.1.27 mod jk, 1.41_05, sometimes _06 -Mike On Mon, 20 Sep 2004 15:21:04 +0100, Dale, Matt [EMAIL PROTECTED] wrote: What versions of the 3 components are you using? -Original Message- From: Michael Medwith [mailto:[EMAIL PROTECTED] Sent: 20 September 2004

Re: Connections backup for modjk, all w's

2004-09-20 Thread Michael Medwith
it? This was designed for Apache 2 so may work better. I'm sure this isn't relevant but it might be worth a shot. Ta Matt -Original Message- From: Michael Medwith [mailto:[EMAIL PROTECTED] Sent: 20 September 2004 15:42 To: Tomcat Users List Subject: Re: Connections backup for modjk, all

Re: Connections backup for modjk, all w's

2004-09-20 Thread Michael Medwith
I use the term support loosely when talking about covalent. They are unable to provide us with any direction regarding this problem. On Mon, 20 Sep 2004 10:51:38 -0400, Michael Medwith [EMAIL PROTECTED] wrote: Our company uses covalent for support, I am a mere developer. I don't even

Re: Connections backup for modjk, all w's

2004-09-20 Thread Michael Medwith
. Apache logs and catalina.out are often full of useful error messages but it doesnt sound like you have a specific error here. -Original Message- From: Michael Medwith [mailto:[EMAIL PROTECTED] Sent: 20 September 2004 15:52 To: Tomcat Users List Subject: Re: Connections backup

Re: Tomcat 5.0.28 broken character encoding handling

2004-09-20 Thread Michael J. Makunas
=no-cache, etc)? I'm using Tomcat 4.1. Thanks... -- ** Michael J. Makunas ** http://www.makunas.com/ ** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Basic Action Question (I need more sets of eyes)

2004-09-19 Thread Michael McGrady
John Mattos wrote: Hi I've been staring at this for a while and I can't see what's wrong. Maybe one of you can help me out. I'm trying to create a basic login form. The form validation part is working (comes back and tells me that uid or pw has to be entered if I neglected to) but it SEEMS

Nullpointer exception using ssl in tomcat 5.0

2004-09-17 Thread Michael Cornell
: not available Finalizer$FinalizerThread.run() line: not available Thanks /Michael Cornell --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.754 / Virus Database: 504 - Release Date: 06/09/2004

505 Error in Tomcat 5.0

2004-09-17 Thread Michael McGrady
; } chain.doFilter(req, res); } } public void init(FilterConfig filterConfig) { // noop } public void destroy() { // noop } } What do you think? Michael McGrady - To unsubscribe, e

Connection pooling and multiple dbs

2004-09-16 Thread Michael J. Makunas
, that keeping db instances in sync isn't a problem)? -Michael -- ** Michael J. Makunas ** http://www.makunas.com/ ** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Logfiles in TC4.1.30

2004-09-16 Thread Lemke, Michael IZ/HZA-IOR
I am about to set up a TC4.1.30 for production. Unlike TC3.3 TC4.1 creates all logfiles with timestamps in the file name and creates a new file every night. How do turn this off? It interferes with out logfile policy. Thanks, Michael

RE: Logfiles in TC4.1.30

2004-09-16 Thread Lemke, Michael IZ/HZA-IOR
this e-mail from your computer system and notify the sender. Thank you. Why do you post that to a public forum? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Logfiles in TC4.1.30

2004-09-16 Thread Lemke, Michael IZ/HZA-IOR
probably get it where I need it. Thanks, Michael -Tim Lemke, Michael IZ/HZA-IOR wrote: -Original Message- From: Shapira, Yoav Sent: Thursday, September 16, 2004 2:29 PM To: Tomcat Users List Subject: RE: Logfiles in TC4.1.30 Hi, I am about to set up a TC4.1.30

RE: Why tomcat 4 or even 3?

2004-09-16 Thread Lemke, Michael IZ/HZA-IOR
everything has changed. No TC3 config file will work and no conversion tool or even a proper description exists. So for real work it is not that simple to just use the latest version of tomcat or whatever. Just my 2 cents. Michael

RE: Issue Running Current Forrest Dev under Tomcat 5

2004-09-14 Thread Hare, Michael
file in Tomcat's webapps directory and not use the configuration file. - Michael Hare GnuPG Key fingerprint = 1AD4 726D E359 A31D 05BF ACE5 CA93 7AD5 D8E3 A876 -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, September 13

TC 5.5.1 and Cactus?

2004-09-13 Thread Michael Schuerig
be done. Michael -- Michael Schuerig Airtight arguments have mailto:[EMAIL PROTECTED]vacuous conclusions. http://www.schuerig.de/michael/ --A.O. Rorty, Explaining Emotions - To unsubscribe, e-mail: [EMAIL

Re: TC 5.5.1 and Cactus?

2004-09-13 Thread Michael Schuerig
nobody and judging from bug reports, people have noticed the problem, but there's been no further comment from anyone. Michael -- Michael Schuerig Those people who smile a lot mailto:[EMAIL PROTECTED] Watch the eyes http://www.schuerig.de/michael

Issue Running Current Forrest Dev under Tomcat 5

2004-09-10 Thread Hare, Michael
Hi, I am coming from the Forrest Mailing List. I noticed that forrest 0.6 was causing a problem when trying to access the Tomcat homepage. I first noticed the problem with Tomcat 5.0.27 (I never tried anything earlier), but it carries through to 5.0.28 and 5.5.1 (I am currently using Windows

RE: Issue Running Current Forrest Dev under Tomcat 5

2004-09-10 Thread Hare, Michael
PROTECTED] Sent: Friday, September 10, 2004 12:37 PM To: Tomcat Users List Subject: RE: Issue Running Current Forrest Dev under Tomcat 5 Hi, How does Forrest 0.6 configure (or try to) its logging? Yoav Shapira Millennium Research Informatics -Original Message- From: Hare, Michael [mailto

High load on CPU from upload attempts

2004-09-09 Thread Holly, Michael
understand what is happening at a java level. Obviously, we are looking at upgrading the JVM. Any other suggestions? Thanks Michael Holly Tailisen Technologies

RE: High load on CPU from upload attempts

2004-09-09 Thread Holly, Michael
potentially have the ability to profile the behaviour in the off hours on the production system. Michael -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 10:18 AM To: Tomcat Users List Subject: RE: High load on CPU from upload

RE: High load on CPU from upload attempts

2004-09-09 Thread Holly, Michael
Yoav I think I am going to redirect my top output to a file (3 sec samples) and then try to correlate the rise in CPU with the activity in my logs... What do you think? Michael -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, September 09, 2004 10:18

Re: TC 5.5.1: *.tag-files not working?!

2004-09-09 Thread Michael Schuerig
: JSP on-server compilation: classpath problem?, no replies, unfortunately). I don't have a solution, only a workaround. For me it works to precompile JSP documents before deploying. See the excerpt from my build.xml below Michael path id=jasper.classpath fileset dir=${tomcat.home}/bin

RE: Commit Changes result in an error in the admin site

2004-09-09 Thread Tam, Michael
Very likely cause by the white spaces in your directory path. Cheers, Michael -Original Message- From: Jonathan Taub [mailto:[EMAIL PROTECTED] Sent: September 9, 2004 4:36 PM To: [EMAIL PROTECTED] Subject: Commit Changes result in an error in the admin site Just installed Tomcat 5.5

AW: ServletContextListener and HttpSessionActivationListener

2004-09-08 Thread Michael Sudkamp
But it's not explicit enough, and for that you should ask the Servlet Expert Group (you can find a link for that on the JSR154 home page). Yes, I sent them a comment. Best regards Michael - To unsubscribe, e-mail: [EMAIL

Re:OFF TOPIC: Some pretty basic Tomcat Connection Pooling Questions????

2004-09-08 Thread Michael McQuade
. Yoav Shapira Millennium Research Informatics -Original Message- From: Michael McQuade [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 9:06 PM To: Tomcat Users List Subject: Some pretty basic Tomcat Connection Pooling Questions Sorry folks, this is a REAL Newbie to Tomcat

JDT-Compiler character encoding

2004-09-08 Thread Michael Schuerig
. *Or* the JDT compiler produces character output in UTF-8 which is latter erroneously treated as ISO-8859-1. Michael -- Michael Schuerig Contests between male toads over females are mailto:[EMAIL PROTECTED] often settled by the depth of the croak. http://www.schuerig.de/michael

Re: JDT-Compiler character encoding

2004-09-08 Thread Michael Schuerig
On Wednesday 08 September 2004 16:07, Michael Schuerig wrote: There seem to be two possible causes for the incorrect output the JDT compiler doesn't behave as advertised, i.e., it does not take UTF-8 as default input encoding. *Or* the JDT compiler produces character output in UTF-8 which

JSP on-server compilation: classpath problem?

2004-09-08 Thread Michael Schuerig
/Catalina/localhost/myapp/org/apache/jsp/tag/web/selection_tagx.class For some reason, the JDTCompiler doesn't find the compiled selection_tagx.class. Michael -- Michael SchuerigThis is not a false alarm mailto:[EMAIL PROTECTED] This is not a test

Security: per app policy, app root relative FilePermissions?

2004-09-07 Thread Michael Schuerig
understanding. If I'm wrong, where can I learn more? Michael -- Michael Schuerig Face reality and stare it down mailto:[EMAIL PROTECTED]--Jethro Tull, Silver River Turning http://www.schuerig.de/michael

Some pretty basic Tomcat Connection Pooling Questions????

2004-09-07 Thread Michael McQuade
Sorry folks, this is a REAL Newbie to Tomcat/Java. Im trying to understand Connection Pooling as it seems I will need this in my webapp Please dont laugh too hard at me ok When doing connection Pooling,do you do an Open and close of your database for every Java class

AW: ServletContextListener and HttpSessionActivationListener

2004-09-06 Thread Michael Sudkamp
. Michael -Ursprungliche Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 3. September 2004 15:14 An: Tomcat Users List Betreff: RE: ServletContextListener and HttpSessionActivationListener Hi, I think this was clarified in Spec v2.4 to match Michael's

AW: ServletContextListener and HttpSessionActivationListener

2004-09-03 Thread Michael Sudkamp
tried the 5.x series and/or checked Bugzilla? Yes, Tomcat 5.0.24 does the same Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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