Re: startup dosent work anymore since updated on xp!

2004-02-20 Thread Martin Gainty
Bonjour Francois: On the one hand you are using CALL as if you are synchronously executing a BATch file but you are passing "START" parameter I thought CALL and START were mutually exclusive ?!?!? http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechn ol/winxppro/proddocs/call

RE: how to pass paremters from javascript to jsp

2004-02-20 Thread Dan
I think this is kind of off topic in a Tomcat discussion group, but I am not sure since I am not savy on the culture here. As far as I know you cannot directly communicate from Javascript to JSP. There is a fundamental problem here and that is that a JSP page is transduced into a servlet and outpu

RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-20 Thread Kumar Abhay-CAK203C
I was getting the same error some time back but still no solution !! Pls share the solution in case u are able to solve it Regards Abhay -Original Message- From: Nathan Pitts [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 3:52 PM To: Tomcat Users List Subject: Re: Error in J

Re: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT

2004-02-20 Thread Nathan Pitts
I have the same problemMy application works fine on Tomcat 4.x, but when I move to 5.0.x I get the same exact error. This is not a matter of just not knowing how to use the driver..yes, the driver is located in common/lib/jconn2.jar (Sybase driver) .HELP! nate Here's my er

Re: DataSource problem

2004-02-20 Thread Nathan Maves
I was not aware that I was :) I have turned this off in net beans. I just use this for my development and create a war file with it. I just drop this war in the webapps dir of tomcat. Now I can't seem to get rid of it! Nathan On Feb 20, 2004, at 1:55 PM, Antonio Fiol Bonnín wrote: This s

Re: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Hans Wichman
Hi, if the others don't mind this is slightly off topic ;-): yep SCJ2D is a next step (not THE next step because you can go other ways as well, see http://suned.sun.com/US/certification/java/index.html) I think I've invested about 80 hours at this point and the code is practically done. Next ste

RE: Tomcat and checked vs. unchecked exceptions

2004-02-20 Thread Yansheng Lin
Not trying to be smart or anything here, but you might want to take a look at declarative exception handling in Struts. it's new in 1.1. That way, you have more control over exceptions in your action class. Just a suggestion:). -Original Message- From: Shapira, Yoav [mailto:[E

Re: DataSource problem

2004-02-20 Thread Antonio Fiol Bonnín
This sounds as anything but a DataSource problem. What are you using NetBeans "web monitor module" for? Antonio Fiol Nathan Maves wrote: Hey guys just joined the alias today! I am getting the following error from my web app. NotifyUtil::java.net.ConnectException: Connection refused Means se

Can't stop jk2 debug logging

2004-02-20 Thread Chris Boyce
I am trying to use UNIX domain sockets with mod_jk2 (Solaris, apache 2, Tomcat 4.1.29). When I use domain sockets, my catalina.out fills up with messages like this: ( info ) [jk_jni_aprImpl.c (472)] jkInvoke() invoke ed1b723c I have commented out the logger in workers2.properties. I can't figu

Re: Logging

2004-02-20 Thread Nathan Maves
I have been waiting for someone to say that :) I was just being lazy and looking for a easy example. ~N On Feb 20, 2004, at 1:29 PM, Adam Hardy wrote: Nathan, it seems from your signature that you're already at the right place. Or are you a troll? Seriously though, log4j, like the other logg

Re: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Adam Hardy
If you don't mind me asking, compared to the 16 hours for SCJ2P, how is it going with SCJ2D ? I assume SCJ2D is the next one up from SCJ2P? On 02/20/2004 08:03 PM Hans Wichman wrote: Hi, I guess it's a matter of which way you look at it. Starting from scratch and getting certified doesn't really

The same request coming into TC twice?

2004-02-20 Thread Robert Priest
Hello, We are running TC 4.1 with the ISAPI filter (isapi_redirector2.dll) on a Windows 2000 Server machine. We have this HTML form filled with information ( nothing special, a few input fields and such). When this form is submitted however, TC receives two posts with the SAME information. We

Re: Logging

2004-02-20 Thread Adam Hardy
Nathan, it seems from your signature that you're already at the right place. Or are you a troll? Seriously though, log4j, like the other loggers, is an API that you code with - there's no compliancy involved. Adam On 02/20/2004 09:13 PM Nathan Maves wrote: Where is the best resource on how to m

Re: Logging

2004-02-20 Thread Nathan Maves
Where is the best resource on how to make your classes log4j compliant? Nathan Maves Sun Microsystems On Feb 20, 2004, at 1:08 PM, Shapira, Yoav wrote: Howdy, So is log4j the "industry standard" for logging in tomcat apps? Is it what you use? It's what I use, and I'd say there's no established i

Re: Very Very Slow performance of Tomcat - Connection Pool Dies

2004-02-20 Thread Ankur Shah
Harry Mantheakis wrote: If your firewall drops idle connections after some time, you will need to tune a couple of settings. In your sysctl settings for the Apache machine, set your tcp keepalive time to a value lower than the drop time of your firewall. I have a very strict firewall p

DataSource problem

2004-02-20 Thread Nathan Maves
Hey guys just joined the alias today! I am getting the following error from my web app. NotifyUtil::java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305) at j

RE: Logging

2004-02-20 Thread Shapira, Yoav
Howdy, >So is log4j the "industry standard" for logging in tomcat apps? Is it >what you use? It's what I use, and I'd say there's no established industry standard. It's one of the most commonly used packaged. Many people still use System.out/System.err. Many servlet developers use the ServletC

Re: Logging

2004-02-20 Thread epyonne
That's what we use. - Original Message - From: "David Evans" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, February 20, 2004 02:02 PM Subject: RE: Logging > So is log4j the "industry standard" for logging in tomcat apps? Is it > what you use? > > dave > >

RE: Logging

2004-02-20 Thread David Evans
So is log4j the "industry standard" for logging in tomcat apps? Is it what you use? dave On Fri, 2004-02-20 at 13:54, Shapira, Yoav wrote: > Howdy, > > >No, I am doing it through log4j. But would it interested in knowing > anyone > >using J2SE 1.5.0 beta logging API. Heard it's the same as lo

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Shapira, Yoav
Howdy, >and yet were able to pass the exams; this also puts the non-technical >hiring managers in a precarious position. There is clearly no substitute Of course, non-technical hiring managers who have to hire software engineers are in a precarious position by definition almost, since they are

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Oswald Campesato
Hello, Drew: "Perception is reality but reality isn't necessarily perception" has proven itselt many, many times. People often need credentials in order to _get_ the job but not to actually perform the tasks, especially with the current supply/demand imbalance. Non-technical hiring managers c

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Hans Wichman
Hi, I guess it's a matter of which way you look at it. Starting from scratch and getting certified doesn't really say much (because then you are as Yoav said, the unexperienced certified developer). However if you have reached a certain level of experience, I don't see what's wrong with getting

RE: Logging

2004-02-20 Thread Shapira, Yoav
Howdy, >No, I am doing it through log4j. But would it interested in knowing anyone >using J2SE 1.5.0 beta logging API. Heard it's the same as log4j in >principle. No significant changes were made to the java.util.logging API in J2SE 1.5. The API is largely the same as in JDK 1.4. And yes, it

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Hamilton Andrew
I tend to agree with the certifications are BS argument. I have several certifications and they don't really help me do my job. Unfortunately, in the climate we are in these days, the fact that there are certifications lead us down the road to being forced into acquiring them. When faced with th

RE: Logging

2004-02-20 Thread Yansheng Lin
No, I am doing it through log4j. But would it interested in knowing anyone using J2SE 1.5.0 beta logging API. Heard it's the same as log4j in principle. Thanks! -Original Message- From: David Evans [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 11:06 AM To: Tomcat Users List

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Shapira, Yoav
Howdy, >What if you had two experienced engineers, but only one of them had a ASF >certification?? >Which one would you hire? I don't know, but the certification would not likely be the deciding factor. It would come down to the relevance of the experience, familiarity with the industry, etc, t

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Januski, Ken
Now if you had your spelling certification we wouldn't have to worry about this:-) I personally have found that certification has helped me learn a few things better. But I think that's really all that should be expected of them now: they may force you to study and learn a few things that you don'

RE: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Yansheng Lin
Um, that's true for any charset that are not part of iso-8859-1. In his case, he could display those characters(even though they are not part of iso-8859-1, I think), so I guess he is lucky that most systems support those characters(mine does too:). -Original Message- From: Adam Hardy [

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Shapira, Yoav
Howdy, Many typos today... Sorry ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Shapira, Yoav >Sent: Friday, February 20, 2004 1:12 PM >To: Tomcat Users List >Subject: RE: Apache/Tomcat/Struts Certification Proposal > > >Howdy, >My person view on most of these cer

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Randall Svancara
I found your comment on certifications insightful. What if you had two experienced engineers, but only one of them had a ASF certification?? Which one would you hire? Thanks, Randall -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 11:12

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Shapira, Yoav
Howdy, My person view on most of these certification is that they're BS. They mostly tell you someone knows the nomenclature and has read some books. They're no substitute for experience, and when (this is not an if, I've actually been in this situation) I have to choose between a less experien

RE: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Yansheng Lin
Tried it on 5.0.18, and displayed correctly So not sure why it's happening on your machine. -Yan -Original Message- From: Trygve Hardersen [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 10:41 AM To: 'Tomcat Users List' Subject: RE: 5.0.16 and 5.0.18 international characte

Re: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Adam Hardy
Well if you're not worried about it. By the way, if you are writing message resource files and serving the results as UTF-8, then you have to write the files & save them in unicode, and then use native2ascii to convert them into \uXXX for the characters to come out right. If you don't do that,

Logging

2004-02-20 Thread David Evans
Hello All, I am trying to get ideas on logging, general configurations, best practices, etc. Currently i use the default tomcat configuration which sends all catalina logs to $CATALINA_HOME/logs/catalina_log..txt and sends all System.err.println() and System.out.println() calls to $CATALINA_HO

RE: Apache/Tomcat/Struts Certification Proposal

2004-02-20 Thread Yansheng Lin
I just thought it would help people with real knowledge to stand out and have a better chance. It's just not fair for people with better understanding of the software(I believe you can get a IIS certification, why not Apache). And it would help the Apache Foundation as well. With the money they

Re: (was: similar problem) Connection Pool Dies

2004-02-20 Thread Harry Mantheakis
Thank you Antonio (!) Your suggestions sound very plausible - I shall look into them and I promise to post a follow up (for the record) in due course, though it might take me a couple of days. Many thanks indeed, and kind regards Harry Mantheakis London, UK > Hi Harry, > > >> I'm going to tr

RE: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Trygve Hardersen
Checked the headers at 5.0.18, and as you said Content-Type is text/html. I don't use the i18n taglib, and I've tested 15 times that the difference is really between 14 and 16/18. Model is made up of Session Beans, which use Hibernate to get the data from a MaxDB database. In other words there is n

RE: Filter mapping problem under Solaris 9

2004-02-20 Thread Shapira, Yoav
Howdy, >Using the example RequestDumperFilter and a couple of files, the pattern >matching _is_ ok after all ... so I am interested in the reported problem >with POSTing. I'll have a dig around the archives and see if I can find >anything out. Good, glad to hear that. The thread I had in mind w

Re: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Adam Hardy
It probably also has alot to do with the JSTL i18n taglib. Are you using that? Or perhaps your database or JDBC driver? I would not assume that a minor version upgrade from 14 to 16 would produce such a major change. There would have been a massive outcry back then. Although 14 was still beta a

RE: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Trygve Hardersen
Correct, Context-Type is text/html. So what's the conclusion? Tomcat 5.0.14 and international characters work fine with utf-8, for later versions use iso-8859-1 or other? milx -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 6:00 PM To: Tomcat

RE: Filter mapping problem under Solaris 9

2004-02-20 Thread Boland, Dave
Sitting here mildly red-faced. Yes, you are right - the problem is narrowing down to be a problem with the jCIFS code. I have just finished testing using a couple of Linux and a Solaris box, and I am coming round to the conclusion that there is something awry with the NtlmAuth code. Using the exam

Re: 5.0.18 + keytool

2004-02-20 Thread Adam Hardy
Yes, your message is getting through. I've never had that error, although I have almost the same config as you. I assume you've googled as well? On 02/20/2004 05:14 PM Stewart Walker wrote: Wondering if I my message is getting out there as as I've seen no response. Going to try again. Could r

RE: Tomcat and checked vs. unchecked exceptions

2004-02-20 Thread Shapira, Yoav
Howdy, >Apparently it changes a checked exception into an unchecked one. I'm not >sure what that means to me, except that try as I might, I can't catch >this in Tomcat and present a nice error page: > > > javax.servlet.ServletException > /exceptions/Exception.jsp > > > jav

Re: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Adam Hardy
The point is that the browser sees the HTTP response headers, even if it doesn't display them, and it uses them to decide which charset to use to display the page, regardless of your xml & meta declarations in the html file. On 02/20/2004 05:57 PM Trygve Hardersen wrote: I don't get the point o

Re: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Adam Hardy
Yes, exactly. Or you can output the response header to a log on the server with response.getCharacterEncoding() BTW, browsers pay higher priority to the HTTP header than the HTML page's meta tag or xml declaration. So I'm doubtful that they use the xml declaration's character-encoding. Basical

RE: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Trygve Hardersen
I don't get the point of doing this. The problem is not request and response, but the way characters are displayed. Changed the charset to western European, charset=iso-8859-1, and now everything works fine. milx -Original Message- From: Antonio Fiol Bonnín [mailto:[EMAIL PROTECTED] Sent

Tomcat and checked vs. unchecked exceptions

2004-02-20 Thread Wendy Smoak
This got no play on comp.lang.java.programmers, and while I don't think it's Tomcat specific, I'm at a loss as to how to present a nice error page when this happens. Help? Can someone possibly shed some light on this? I have a Servlet that keeps coming up with: ExceptionConverter: java.io.IOEx

RE: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Bodycombe, Andrew
I don't know if this would work because I've never tried it, but you could try overriding the default servlet in each of your webapps (just copy the and from the TOMCAT_HOME/conf/web.xml) Then you can control the 'listings' parameter in each individual web application, instead of relying on the

Re: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Ben Souther
This is great, Thanks Tim. On Friday 20 February 2004 11:44 am, Tim Funk wrote: > Just decalre a new default servlet in the local webapp's web.xml. Just be > sure not to call it default since teh global webapp reserved it. > > > mdefault > >org.apache.catalin

Re: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Jerry Ford
Ben: The proverbial $.02 of opinion: If the customer owns the directory, then doesn't the customer also own the decision to allow files in it to be listed? Seems like it is an easier documentation problem to explain how to prevent listings ("include an index.html file in your directory if you

Re: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Tim Funk
Just decalre a new default servlet in the local webapp's web.xml. Just be sure not to call it default since teh global webapp reserved it. mdefault org.apache.catalina.servlets.DefaultServlet listings false

Re: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Ben Souther
That would do except that we are allowing customers to create directories and have no guarantee that the welcome file will exist there. It would be nice if we could disable directory listing for the entire app from within the war file. We have no guarantee that they won't be using the same i

Re: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Antonio Fiol Bonnín
What Adam said was: Look in the response headers to see it. I think he *really* meant the response headers, not the html code. To do that on IE, you need a plugin called ieHTTPheaders or something like that. On Netscape/Mozilla, use LiveHTTPHeaders. Otherwise, if you are not on HTTPS, you can us

Proposal: New parameter for JK2 connector

2004-02-20 Thread Antonio Fiol Bonnín
Hello, Seen that mod_jk has a "socket_keepalive" option for the Apache side, my proposal consists in adding a similar setting in the Tomcat side. Advantages: If you pull the power cord of your Apache server (or something else bad happens to it), Tomcat will notice shortly after, and will close

5.0.18 + keytool

2004-02-20 Thread Stewart Walker
Wondering if I my message is getting out there as as I've seen no response. Going to try again. Could really use your help getting past the below error while trying to setup/import a server certificate. The required jsse jar files are in $JAVA_HOME/jre/lib/ext The IBMJava was installed during

Re: (was: similar problem) Connection Pool Dies

2004-02-20 Thread Antonio Fiol Bonnín
Hi Harry, I'm going to try and hijack this thread if I may (!) because, as you say... Welcome! ;-) [...] The other Tomcat server runs on a Red Hat 9 machine at my home. It connects to the above Oracle DB box - far away - using the same static IP address. [...] The problem is with the the DB c

5.0.16 and 5.0.18

2004-02-20 Thread Trygve Hardersen
Hi again Same problem with Netscape, in other words not a client problem. milx  - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Trygve Hardersen
Thanks for the reply. Project never ran on 4.x, developed on 5.x starting from 5.0.14. Using JSTL 1.1. 5.0.14: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en"> 5.0.18: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

Re: Réf. : Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Antonio Fiol Bonnín
As far as "connections" does not mean "active connections", what "meissa.Sakho" wrote is strictly true. Each Apache process connects to Tomcat when (if) it needs to. Call that a "connection". Apache processes do not disconnect from Tomcat. Call those "idle connections". idle connections <= co

Re: startup dosent work anymore since updated on xp!

2004-02-20 Thread FRANCOIS Dufour
well its look like this @echo off if "%OS%" == "Windows_NT" setlocal rem --- rem Start script for the CATALINA Server rem rem $Id: startup.bat,v 1.3.4.2 2002/01/30 18:10:40 patrickl Exp $ rem --

Re: FAQ, but help!

2004-02-20 Thread QM
On Fri, Feb 20, 2004 at 07:58:29AM -0600, Tony Nakamura wrote: : I do have one more question to ask, if I may. Is there a list of : all throwable exceptions by servlet and jsp? Yes and no. ;) 1/ Yes: check the servlet spec for method signatures. For example, a servlet's doGet() throws (IIRC) ju

Re: How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Sale Rahul
Hello Philipp, Trying to answer your questions : #1.What purpose is this class you speak of? -- Purpose is to clean send emails with some interval of time. #2.What external ressources does the class need? -- This class need mail.session. #3.What pieces of application state information does it n

how to pass paremters from javascript to jsp

2004-02-20 Thread xavier manohar
Hello Can any body tell me how to pass parmeters got from html file to javascript function and sending or assigning it to a variable defined in jsp file. thanks in advance, Mano Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more.

jk jni isapi connector problems

2004-02-20 Thread Tariq Chalabi
Hi all, I had a problem with iis shutting down tomcat nt service whenever there was a high load. As a cure for this - and maybe also to improve performance - I'm trying to get the in-process isapi filter working. I'm using jk connector with tomcat 4.1 on iis 5. ( The jk connector seems bett

RE: tomcat installation

2004-02-20 Thread Bachler, Elisabeth (Elisabeth)
I have already done it. I started tomcat too. I just thought that I needed to set up some variables in order to have it working. Well, I will try to have it working now. Thank you -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: viernes, 20 de febrero de 2004 15:04

Re: How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Philipp Taprogge
Hi! Sale Rahul wrote: Dear All Gurus, We need to make one utility class which needs to run on its own in the tomcat.We donot want to make it as servlet or so. Is there any way with which we can do that ? might... But it is very hard to advise you with so little information. What purpose is this c

Re: FAQ, but help!

2004-02-20 Thread Tony Nakamura
An update on this issue.. (BI changed my 500.jsp to a simple HTML file, 500.html, and (Bit started working. I am still not sure why, so I will have to do (Bsome more hacking around. Thanks for everyone's advice. (B (BI do have one more question to ask, if I may. Is there a list of (Ball th

RE: How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Shapira, Yoav
Howdy, >Sale Rahul wrote: >> Dear All Gurus, >> We need to make one utility class which needs to run >> on its own in the tomcat.We donot want to make it as >> servlet or so. >> Is there any way with which we can do that ? public class MyClass implements Runnable { public void run() { // D

tomcat installation

2004-02-20 Thread Bachler, Elisabeth (Elisabeth)
Hello, I am a perfect beginner so please bear with me. I am trying to install Tomcat version 5 on Solaris(later on I want to install SOAP). I have never done it before so I am having problems. I cannot find the installation guide. When I go to Documentation Tomcat 5.0 -> User Guide ->First webapp->

RE: tomcat installation

2004-02-20 Thread Shapira, Yoav
Howdy, >I am a perfect beginner so please bear with me. I am trying to install >Tomcat version 5 on Solaris(later on I want to install SOAP). I have never All you need to do is download tomcat, either in .zip or .tar.gz format, and extract the archive. That's it on unix systems. You can then s

RE: Filter mapping problem under Solaris 9

2004-02-20 Thread Shapira, Yoav
Howdy, >Now I am really confused. I also have the same problem under Linux ( White >Hat Enterprise - not sure of version number.. ) This is good, in that it's more consistent. >This raises the obvious question of 'am I setting the url-pattern >correctly?' I would assume that it would be possibl

How to add the class to the tomcat , so that it runs on its own

2004-02-20 Thread Sale Rahul
Dear All Gurus, We need to make one utility class which needs to run on its own in the tomcat.We donot want to make it as servlet or so. Is there any way with which we can do that ? Please let me know ... Thanks in advance. Rahul __ Do you Yahoo!? Yahoo! Ma

Re: 5.0.16 and 5.0.18 international character support

2004-02-20 Thread Adam Hardy
On 02/20/2004 01:17 PM Trygve Hardersen wrote: I'm having a silly problem with 5.0.16 and 5.0.18, regarding the Scandinavian characters æ, ø and å (probably others to). I've developed a project using tomcat and struts, where both message resources and actual data in the database contain these chara

Re: startup dosent work anymore since updated on xp!

2004-02-20 Thread SMaric
Try opening the bat file using Notepad If you see some 'un-printable' chars, then you need to close the file open it in wordpad save it close it If this is the problem You will need to do this for several of the bat files throughout the tomcat directory tree use Explorer to search for *.bat & wor

Realm tomcat

2004-02-20 Thread Pal Rouvillain
hello, I need some help on realm and tomcat Here's my problem I want to use tomcat to give permissions to certains people to access to my application via url. I've got an external authentification server. This server can tell if my couple login/password is ok and return the information on

5.0.16 and 5.0.18 international character support

2004-02-20 Thread Trygve Hardersen
Hi all I'm having a silly problem with 5.0.16 and 5.0.18, regarding the Scandinavian characters æ, ø and å (probably others to). I've developed a project using tomcat and struts, where both message resources and actual data in the database contain these characters. Using 5.0.14 and prior, I've not

RE: Filter mapping problem under Solaris 9

2004-02-20 Thread Boland, Dave
(Ooops, newbie problems sending mail - apologies to Yoav! ) Now I am really confused. I also have the same problem under Linux ( White Hat Enterprise - not sure of version number.. ) This raises the obvious question of 'am I setting the url-pattern correctly?' I would assume that it would be poss

Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Christian Hufgard
> Why dont you try "Balancer" option that is available in release 5.0.11 and > above versions. Like I wrote, our productive system is a tomcat 4.1.24. Anyway: What exactly does this opton do? Christian > Pankaj > > > > "Christian Hufgard" <[EMAIL PROTECTED]> on 02/20/2004 02:33:42 PM > > Ple

Re: Very Very Slow performance of Tomcat - Connection Pool Dies

2004-02-20 Thread Harry Mantheakis
Hi Antonio I'm going to try and hijack this thread if I may (!) because, as you say... > Otherwise, you will bang your head against a wall. And that causes > headache ;-) And I *do* have a headache with a problem that might be related to what you are talking about. Basically, I have deployed

Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread pabhatia
Why dont you try "Balancer" option that is available in release 5.0.11 and above versions. Pankaj "Christian Hufgard" <[EMAIL PROTECTED]> on 02/20/2004 02:33:42 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To:"Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject:

Peter Stokes/IT/Cavan/QDI/QuinnG is out of the office.

2004-02-20 Thread StokesP
I will be out of the office starting 20/02/2004 and will not return until 23/02/2004. I will be back in the office 11:30am Monday. IFaces email please send to Anton Treacy. QUINN-direct Insurance Limited is regulated by the Irish Financial Services Regulatory Authority

Re: Réf. : Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Christian Hufgard
We serve all content via tomcat, so here is no apache involved. The non-static content would be only a fiew images and some css, while nearly everyting else in generated dynamically or has to be proteced via our framework. Christian > That is not true. This can be only true if you have only o

Re: Réf. : Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Pepijn Palmans - Kangaroot
That is not true. This can be only true if you have only one instance of tomcat, and ALL (even static!!!) content is serverd by tomcat. Under normal setup you let your static content be served by apache, and only use tomcat when needed. So you might wanna have more apache processes. Pepijn On

Réf. : Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread meissa . Sakho
As I know, the maxProcessor value must match the MaxClients value in apache, because each apache process must connect to a processor in Tomcat. ___ NATEXIS ASSET MANAGEMENT Meissa SAKHO 01 58 19 45 71. . . . . . . . . . . . (84571) [EMAIL PROTECTED]

RE: Apache Tomcat 4.0 vs 4.1

2004-02-20 Thread John Eaton
Yes I can see the jsp page in the work directory. The reason I chose this title is that it works in Tomcat 4.0.3 but does not work in 4.1.24 or 4.1.29 Thanks John -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 19 February 2004 16:57 To: Tomcat Users List Subject:

Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Christian Hufgard
> I have several machines running tomcat now, but I like to get it tuned for > higher load. How can I find out the maximum processors I shoudl accept ? > Just putting in a high number of course results in very slow processing of > request, resulting in people refreshing, results in even more proce

Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Pepijn Palmans - Kangaroot
Is there any document 'out in the wild' describing how to know which values you should use ? I'm just getting to know tomcat but I find it hard to find the right documentation. (many books describe the options in a complete different/confising way). I have several machines running tomcat now, but

Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Christian Hufgard
> Why put minProcessors higher then the maximum allowed ? Think this does make no sense and should result in either a constant ammount of processors (the min value, since it cannot fall lower), an error message at startup or some other, unexpected behaviour. Now I set the minProcessors to 30, maxP

Re: maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Pepijn Palmans - Kangaroot
I'm having trouble finding the exact meaning of some of the parameters myself... but this might be part of a solution for your problem: Why put minProcessors higher then the maximum allowed ? Pepijn Palmans Managing Director Kangaroot Linux Solutions Grote Steenweg 91 2600 Antwerp, Belgium Tel:

maxProcessors = max ammout of concurrent connections?

2004-02-20 Thread Christian Hufgard
Hi folks, did not found this question answered, neither in the faqs, nor in the archive of this mailing list, nor in bugzilla. Like in the subject described, my question is, wether the attribute maxProcessors in the Connector tag sets the maximum ammount of concurrent connections the CoyeteConnec

Location of DTDs for Tomcat

2004-02-20 Thread Rommel Sharma
Hi, I have a servlet that checks if an XML confirms to a DTD. It expects the DTD to be in the bin folder where the scrit invoking tomcat start is present. What I want is to keep the DTDs at some particular folder on my machine (may be even outside Tomcat installation folder) and want the DTD to b