RE: Problem in Tomcat 5.0.19 - Help Needed

2004-03-26 Thread Ramachandran
Hi Shanmugam, Yes i am using custom tag(menus-taglib) menu here. Is there any problem arise while using that? Can u please give me the solution. Here by i atached my menuinclude.jsp here. -Original Message- From: shanmugampl [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 1:40 PM

Re: Question on debuggin JNDI/prepared statement in a bean

2004-03-26 Thread Harry Mantheakis
Hello pstmt.setString(1,ClassifiedAd); pstmt.setString(2,UniqueDateId); Are those two parameters - 'ClassifiedAd' and 'UniqueDateId' - variables? They should be, and if so, where do you declare and initialise them? They do not appear in the method you posted. Harry I am frustrated trying

Re: Problem in Tomcat 5.0.19 - Help Needed

2004-03-26 Thread shanmugampl
Hi, Is menus-taglib.tld is your own custom tag, or is it a third party tag. In tomcat 5, tag pooling is enabled by default. This is a feature, where the same instance of the tag will be used in all places. Your tags should be able to handle tag pooling or you must disable it. You can

RE: Tomcat Hangs

2004-03-26 Thread Ryan Lissack
What OS is Tomcat running on ? -Original Message- From: Surya Suravarapu [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 00:51 To: [EMAIL PROTECTED] Subject: Tomcat Hangs We have Tomcat 4.1.27 running in conjunction with Apache 1.3.x. We're using AJP13 connector. The machine that we're

RE: tomcat certificate

2004-03-26 Thread Idoia Murua Belacortu
Yes, you are right. Before my server.xml file had the following realm defined: !-- Global JNDI resources -- GlobalNamingResources !-- Test entry for demonstration purposes -- Environment name=simpleValue type=java.lang.Integer value=30/ !-- Editable user database that can also be

profiling with -Xrunhprof

2004-03-26 Thread Michael Südkamp
Hi, I ran my Tomcat web-app with Sun JDK 1.4.2 with the built-in profiler activated: My options are: cpu=times,thread=y,cutoff=0,format=a which should give me exact method call times. My problem is that the reported method call counts are strange. For example one method which is called

WebDAV with Tomcat and IIS/isapi_redirect.dll

2004-03-26 Thread Ingo Rockel
Hi there, has anyone a working setup with Tomcat and IIS/isapi_redirect.dll where the WebDAV commands like PROPFIND are passed to the Tomcat-Servlets and are not processed by the IIS (and answered with a 404)? I tried isapi_redirect.dll and isapi_redirector2.dll without any luck so far. Any

Re: Problem in Tomcat 5.0.19 - Help Needed

2004-03-26 Thread Andres Ledesma
Hi Ramachandran, You can check out your session, if it is new, include the page, otherwise do not do it. Andrew On Friday 26 March 2004 09:10, shanmugampl wrote: Hi Ramachandran, Are you using any custom tags(your own) in your menuinclude.jsp? Could you post your jsp page to get a

Re: Question on debuggin JNDI/prepared statement in a bean

2004-03-26 Thread Adrian Lanning
This topic doesn't really have anything to do with Tomcat so you might have better luck receiving help on some other mailing list. Anybody know which list he should be posting to? What is the actual problem you are having? Do you execute your prepared statement somewhere? Adrian -

How to increate maxThread attribute value?

2004-03-26 Thread S.Latha Kamatchi
Hi folk I'm using Tomcat 4.1.27. My web application ,at one point of time does some 2000 database inserts. I have no plm when the no of insert operations to the DB is less (about 100). When the no of inserts exceeds, it shows the following error in the Tomcat server console: Thread pool

Re: RE: Tomcat Hangs

2004-03-26 Thread Surya Suravarapu
Tomcat is running on Windows 2000 machine. - SPS - Original Message - From: Ryan Lissack [EMAIL PROTECTED] Date: Friday, March 26, 2004 3:49 am Subject: RE: Tomcat Hangs What OS is Tomcat running on ? -Original Message- From: Surya Suravarapu [mailto:[EMAIL PROTECTED]

Re: Tomcat Hangs

2004-03-26 Thread Surya Suravarapu
Can you please elaborate what you meant by kill -QUIT. Tomcat is running on a windows 2000 machine. - SPS - Original Message - From: Antonio Fiol Bonnín [EMAIL PROTECTED] Date: Friday, March 26, 2004 1:55 am Subject: Re: Tomcat Hangs kill -QUIT to see what the threads are doing...

RE: Tomcat Hangs

2004-03-26 Thread Ryan Lissack
You can achieve the same thing on Windows by typing 'Ctrl-Break' at the console window -Original Message- From: Surya Suravarapu [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 12:15 To: Tomcat Users List Subject: Re: Tomcat Hangs Can you please elaborate what you meant by kill -QUIT.

Re: Tomcat Hangs

2004-03-26 Thread pavan . k
when u r saying that tomcat is not consuming even half of the total memory, there should be something else that is creating the problem..may be iam wrong but this is what i feel..pls stop all other services on ur windows machine and see if tomcat is the sole culprit Pavan Kumar Tata

Re: Tomcat Hangs

2004-03-26 Thread pavan . k
also pls check if u have schedukled any tasks in wndows like virus scanner etc etc..they consume a lot of memory and effect the performance... Pavan Kumar Tata Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com [EMAIL PROTECTED] 03/26/2004 07:20 AM Please

mod_jk 1.2

2004-03-26 Thread Petr Nepoitek
Hi, I downloaded the latest version of the jk_12 connector for Solaris 8, but when expanding the tar file there's a checksum error. Does anybody have a correct version of the connector for Sun? Thanks in advance, Nep. - To

Re: Connection Pool setup.

2004-03-26 Thread Gordon Luk
Hi Doug, Thank for your advise, indeed my project state at begining. So every thing is simple right now. BTW, i already experience on connection pool on my previus ejb project. I will take care on it. As a simple mind, take and go. :-) Gordon Parsons Technical Services wrote: Gordon, What

Re: Tomcat Hangs

2004-03-26 Thread Surya Suravarapu
Pavan, This machine is exclusively used for Apache and Tomcat. There are no other major services running on it. No other services are taking up more memory. When Tomcat hangs, there is still a lot of physical memory available on the machine. There are no scheduled tasks running on the

RE: Tomcat 3.2.3 windows service

2004-03-26 Thread Larry Isaacs
You can try looking in your wrapper.properties file. At the bottom the wrapper.cmd_line property is defined. This property contains the command line used to fire up Tomcat. Create a batch file containing this command line with all substitutions manually resolved. If done correctly, then this

Problem with Apache 2.* + tomcat 4.1.* using mod_jk2

2004-03-26 Thread ppalavilli
hi guys, I am trying to hook up my tomcat 4.1.29 with the Apache 2.0.49 server (running mod_ssl if that makes any difference) with the mod_jk2 2.0.2 version. I downloaded the mod_jk2 source and built it on my own for linux. Everything works fine - I can get to tomcat JSPs and Servlets (using

RE: [OT] Thank you! : New homes for Tomcat on Linux Found !

2004-03-26 Thread Shapira, Yoav
Hi, Excellent. Just please post a link to at least one of them once you're ready, and we will add the link to the FAQ or docs. Yoav Shapira Millennium Research Informatics -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 9:59 PM To:

RE: Elliptic Curve Cryptography

2004-03-26 Thread Shapira, Yoav
Hi, Yes, but you have to write code for it, it's not supported out of the box. Yoav Shapira Millennium Research Informatics -Original Message- From: Andrey Rogov [mailto:[EMAIL PROTECTED] Sent: Sunday, March 07, 2004 5:20 PM To: [EMAIL PROTECTED] Subject: Elliptic Curve Cryptography

RE: Question on debuggin JNDI/prepared statement in a bean

2004-03-26 Thread Shapira, Yoav
Hi, This is a fine list, and he'd get a ton of help anyways. He should just mark the subject as [OFF-TOPIC]. Yoav Shapira Millennium Research Informatics -Original Message- From: Adrian Lanning [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 7:01 AM To: Tomcat Users List

RE: Regarding Configuration in Tomcat 4.1.30

2004-03-26 Thread Shapira, Yoav
Hi, I am facing problem in configuring Tomcat version 4.1.30. I am having one application name ecghr. I deployed the application in webapps directory.And also i mentioned in it server.xaml Still it is not working. It is showing the following error. You only need to do one, not both.

RE: which memory profiling tool is better for tomcat?

2004-03-26 Thread Shapira, Yoav
Hi, I actually haven't used Purify in a while. I've used JProbe a lot and like OptimizeIt marginally better, but it's a personal preference only. There are also a number of free tools: http://www.manageability.org/blog/stuff/open-source-profilers-for-java. Yoav Shapira Millennium Research

Re: Tomcat Hangs

2004-03-26 Thread Surya Suravarapu
Just now Tomcat stopped responding. While stopping the console I've got the following message: --- # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Error ID: 43492F424A454354264143544F52590E435050010E # #

RE: Tomcat Hangs

2004-03-26 Thread Shapira, Yoav
Hi, You said it's hung, not crashed, but this is an internal crash. It's a bit beyond not responding ;) Due cose: update your JDK if you can, as 1.4.2 is far more stable and performant than 1.3. And make sure you have all the Windows Update patches installed on the machine, as this error is

Re: RE: Tomcat Hangs

2004-03-26 Thread Surya Suravarapu
Yes this time it appears to be a crash. The message that I posted below is the only message that I can see on the console. This is the last message before crashing. - SPS - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] Date: Friday, March 26, 2004 9:17 am Subject: RE: Tomcat

RE: RE: Tomcat Hangs

2004-03-26 Thread Shapira, Yoav
Hi, Yes this time it appears to be a crash. The message that I posted below is the only message that I can see on the console. This is the last message before crashing. There should be a file called hs_err_ ( can be a number of different things on the Windows platform) in the current

RE: Question on debuggin JNDI/prepared statement in a bean

2004-03-26 Thread Tom K
Harry, Yes the ClassifiedAd and UniqueDateId are two parameters taken from an html form, the values of ClassifiedAd and UniqueDateId are used in a prepared statement for substitution of ? and ? the results are then forwarded to a results jsp, which used the getXXX() to retrieve the values

new apache to tomcat connector for linux

2004-03-26 Thread Mark Nye
Hi, I spend about half a day looking for the jk flavor of the week. It seems the documentation is running in circles. I currently use apache 2 with tomcat 3. (tomcat 3 is the only tomcat that we have been succesfull at installing with apache) I would like to use the new tomcat with apache

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

RE: new apache to tomcat connector for linux

2004-03-26 Thread Dale, Matt
This may not live there for much longer but is the best tutorial about http://cymulacrum.net/writings/tomcat5/book1.html Ta Matt -Original Message- From: Mark Nye [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 14:32 To: [EMAIL PROTECTED] Subject: new apache to tomcat connector for linux

RE: new apache to tomcat connector for linux

2004-03-26 Thread Hamilton, Andrew
Mark, I use apache2, Tomcat 5 and JK2. It is far better for you to compile the JK2 connector yourself. It is a lot easier to do than you might think. Make sure you configure your apache2 for DSO and it is extremely simple to set it all up. Drew -Original Message- From: Mark Nye

Re: Securing a folder

2004-03-26 Thread John Sidney-Woollett
If you are using JK to connect Apache and Tomcat, you can specify JkMounts which should cause Apache to forward the request to tomcat to handle. For example: VirtualHost 192.168.1.10:80 ServerName www.domain.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/www.beanpix.com

RE: new apache to tomcat connector for linux

2004-03-26 Thread Shapira, Yoav
Hi, You mean to say you read http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html and found none of it helpful enough to do something besides copy the old conf directory?!? Yoav Shapira Millennium Research Informatics -Original Message- From: Mark Nye [mailto:[EMAIL

RE: Tomcat Hangs

2004-03-26 Thread Surya Suravarapu
I could not find that file. But meanwhile it stopped responding again. This time it is not a crash, I can still see the console and the java.exe process in the Task Manager. When I hit ctrl + break on the console, there was a lot of log message that scrolled on the screen. I've pasted some of

RE: Tomcat Hangs

2004-03-26 Thread Shapira, Yoav
Hi, I could not find that file. But meanwhile it stopped responding again. This time it is not a crash, I can still see the console and the java.exe process in the Task Manager. OK. Make note of the fact these are different problems with different results: one is a hang, one is a crash. When

Re[2]: Elliptic Curve Cryptography

2004-03-26 Thread Andrey Rogov
Hi Yoav, Can I find some examples ? SY Hi, SY Yes, but you have to write code for it, it's not supported out of the SY box. SY Yoav Shapira SY Millennium Research Informatics -Original Message- From: Andrey Rogov [mailto:[EMAIL PROTECTED] Sent: Sunday, March 07, 2004 5:20 PM To:

RE: Re[2]: Elliptic Curve Cryptography

2004-03-26 Thread Shapira, Yoav
Hi, Nope. Yoav Shapira Millennium Research Informatics -Original Message- From: Andrey Rogov [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 10:16 AM To: Tomcat Users List Subject: Re[2]: Elliptic Curve Cryptography Hi Yoav, Can I find some examples ? SY Hi, SY Yes, but you

Re: TC V4.1.29 Coyote Connector / minProcessors maxProcessors / Confusion

2004-03-26 Thread jblayer
Shapira, Yoav writes: I think your testing, servlets, configuration is all fine. The maxProcessors-1 observation is something I've noticed in the past, but as you say I don't think many people care because they deal with ~75 maxProcessors (the default value). Thanks - glad to know I'm not off

Why won't Tomcat 5 shutdown properly?

2004-03-26 Thread Frank Diakovasilis
Hi, Just tried switching to Tomcat 5 and am having a little problem. Why will Tomcat 5 start fine, but not shutdown properly? Has this happened to anybody, does anybody have a clue as to why it would behave this way? error displayed in console [of startup.bat] when shutdown.bat is clicked:

RE: Why won't Tomcat 5 shutdown properly?

2004-03-26 Thread Shapira, Yoav
Hi, Try it with a JDK. Other than that I don't know ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Frank Diakovasilis [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 10:40 AM To: 'Tomcat Users List' Subject: Why won't Tomcat 5 shutdown properly? Hi,

RE: Why won't Tomcat 5 shutdown properly?

2004-03-26 Thread Frank Diakovasilis
I did that as well, but still did not work. Thanks anyway. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 10:42 AM To: Tomcat Users List Subject: RE: Why won't Tomcat 5 shutdown properly? Hi, Try it with a JDK. Other than that I don't

RE: Why won't Tomcat 5 shutdown properly?

2004-03-26 Thread Caldarale, Charles R
From: Frank Diakovasilis [mailto:[EMAIL PROTECTED] Subject: Why won't Tomcat 5 shutdown properly? Just tried switching to Tomcat 5 and am having a little problem. Why will Tomcat 5 start fine, but not shutdown properly? Same problem I reported last week. Some new log messages were not

RE: Why won't Tomcat 5 shutdown properly?

2004-03-26 Thread Frank Diakovasilis
sounds good to me, I appreciate the help. Thanks -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 10:46 AM To: Tomcat Users List Subject: RE: Why won't Tomcat 5 shutdown properly? From: Frank Diakovasilis [mailto:[EMAIL PROTECTED]

RE: auth-method query

2004-03-26 Thread Koes, Derrick
I have already authenticated, but I am not authenticating for this particular request. -Original Message- From: Koes, Derrick Sent: Wednesday, March 24, 2004 6:50 PM To: '[EMAIL PROTECTED]' Subject: auth-method query I wish to programmatically check for the auth-method using Tomcat

Re: Question on debuggin JNDI/prepared statement in a bean

2004-03-26 Thread Adrian Lanning
Hey Tom, When I said your thread was off-topic I didn't mean to imply you couldn't post your question! Sorry if that's how it came across. Just thought you should mark it [OT] as Yoav pointed out. It appears I was wrong anyways; I missed the part about it working in Resin and not in Tomcat. As

Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Jeremy Nix
Is this possible to do? I've configured load balancing with apache and that worked as desired, but since then I've determined that the apache server was unnecessary in my configuration. If it is possible, can you please provide a sample jk2.properties file, or at least step me in the right

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Shapira, Yoav
Hola, Is this possible to do? I've configured load balancing with apache and that worked as desired, but since then I've determined that the apache server was unnecessary in my configuration. If it is possible, can you please provide a sample jk2.properties file, or at least step me in the

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Adam Fowler
I think (hope) he means one apache httpd instance load balancing to several tomcat instances. Your guess as to what he means is as good as mine tho! 8o) Adam. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 26 March 2004 16:36 To: Tomcat Users List Subject: RE:

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Jeremy Nix
I've misphrased. What documentation I've come across indicates that Apache (or IIS) is necessary to configure tomcat as a cluster. It very well may be possible, which is why I'm asking the list. The main feature that I'm looking for in this configuration is the session failover ability. I have

Re: Question on debuggin JNDI/prepared statement in a bean

2004-03-26 Thread Harry Mantheakis
Hi Tom how do you set up a JNDI connection in a bean? Exactly the same way as you would anywhere else, so if you have some code working in a servlet, copy it. To be precise, it is a database connection, acquired from a DataSource, which is itself acquired via a JNDI lookup. The fact that your

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Shapira, Yoav
Hi, One alternative to balancing traffic without Apache, using only a tomcat cluster, is to use the balancer webapp that ships with tomcat 5. It's not a load balancer in the strict sense of the definition, as it doesn't replicate anything or allow for sticky sessions, but defacto it works. Yoav

PDF Files

2004-03-26 Thread Peter Guyatt
Hi All, Does anyone know how to jump directly to a specific page in a PDF document if you have manually loaded it and served it through a servlet ? Thanks Pete - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Tomcat 5 and IIS 5 Configuration Document

2004-03-26 Thread LILES, DAVID (CONTRACTOR)
After a couple of painful weeks trying to figure out how to integrate Tomcat 5 with IIS 5, I finally have a working environment with many thanks going to Adrian Lanning. I have put together a document that outlines the steps taken to get this configuration working and would like to share it

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Jeremy Nix
That doesn't exactly accomplish what I'm looking to do. Like I said, I need session replication amongst the tomcat instances...I guess theres always the idea of managing session data in some other medium (DB). _ Jeremy Nix Senior Application Developer Southwest

RE: Question on debuggin JNDI/prepared statement in a bean

2004-03-26 Thread Tom K
Not exactly...it is not the same! I have it working with a connection pool, mySQL and JNDI. To keep my reply short it goes like this within the bean: getDBConnection(); // get the connection prepareStatement(); //

RE: [ANNOUNCE] mod_jk2 2.0.4 released

2004-03-26 Thread David Short
Can you please provide the link to download? -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 9:10 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [ANNOUNCE] mod_jk2 2.0.4 released The Tomcat team is

RE: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Tony Requist
That doesn't exactly accomplish what I'm looking to do. Like I said, I need session replication amongst the tomcat instances...I guess theres always the idea of managing session data in some other medium (DB). Coincidentally, I just got that working -- but it required a full day of writing

RE: Using PersistentValve for session replication

2004-03-26 Thread Tony Requist
I want to store session information in a database to be shared between a set of servers in a load balancing without session affinity configuration. Lacking input from others, I will answer part of my own question to possibly help somebody else. The result is that with a day of work it is

Re: TC V4.1.29 Coyote Connector / minProcessors maxProcessors / Confusion

2004-03-26 Thread jblayer
The second observation: two requests to the same servlet always handled serially. Tomcat normally creates one instance of a servlet for every declaration in web.xml. The exception is SingleThreadModel (deprecated, don't use this) servlets. There's no provision in tomcat to create more

Connection pool in cayenne

2004-03-26 Thread Salvatierra, Mauricio h (M.H.)
Hi people. I using a connection pool in cayenne and have the next error... ORA-00020: maximum number of processes... Any idea how resolve this problem. Thanks Saludos !! SALVATIERRA, Mauricio Hugo Information Technology Ford Argentina S.C.A.

Re: Tomcat 5 and IIS 5 Configuration Document

2004-03-26 Thread Tim Funk
You can add a link to http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links -Tim LILES, DAVID (CONTRACTOR) wrote: After a couple of painful weeks trying to figure out how to integrate Tomcat 5 with IIS 5, I finally have a working environment with many thanks going to Adrian Lanning. I have

application-managed security with tomcat

2004-03-26 Thread Thomas Fuerle
Hi there, we adressing the following problem with tomcat (similar works with bea8.1) using application-managed security application is sending 401, see *.jsp private static void login(HttpServletResponse response) { System.out.println(sending 401 for authenticate);

RE: Tomcat 5 and IIS 5 Configuration Document

2004-03-26 Thread LILES, DAVID (CONTRACTOR)
Thanks -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 12:14 PM To: Tomcat Users List Subject: Re: Tomcat 5 and IIS 5 Configuration Document You can add a link to http://nagoya.apache.org/wiki/apachewiki.cgi?Tomcat/Links -Tim LILES, DAVID

Multiple instances of tomcat and apache 2.0.48

2004-03-26 Thread Angelo Alerta - Mainfield
I'm trying to use two instances of tomcat 5.0.12 with apache 2.0.48. One instance listen at port 8009 while other listen on port 50089. Reading the output of error_log of apache it seems that channelSocket.open() try to connect always on port 8009... All request are sent to instance listening at

Re: Multiple instances of tomcat and apache 2.0.48

2004-03-26 Thread Emerson Cargnin
Why don't you create a different virtual IP for running the second instance?? Angelo Alerta - Mainfield wrote: I'm trying to use two instances of tomcat 5.0.12 with apache 2.0.48. One instance listen at port 8009 while other listen on port 50089. Reading the output of error_log of apache it

RE: TC V4.1.29 Coyote Connector / minProcessors maxProcessors / Confusion

2004-03-26 Thread Shapira, Yoav
Hi, No problem, glad to help. It's very hard to get a perfectly controlled test environment. Yoav Shapira Millennium Research Informatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 12:49 PM To: [EMAIL PROTECTED] Subject: Re: TC

RE: Connection pool in cayenne

2004-03-26 Thread Shapira, Yoav
Hi, Yeah, call your DBA and ask him to allow more concurrent connections to your DB. Yoav Shapira Millennium Research Informatics -Original Message- From: Salvatierra, Mauricio h (M.H.) [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 1:07 PM To: 'Tomcat Users List' Subject:

Re: Connection Pool setup.

2004-03-26 Thread Antonio Fiol Bonnín
Suggestion: Also add the logAbandoned parameter and set it to true. I found it very useful at hard times. Antonio Fiol Gordon Luk wrote: Hi Doug, Thank for your advise, indeed my project state at begining. So every thing is simple right now. BTW, i already experience on connection pool on my

Windows Login Id in a Web App on T5

2004-03-26 Thread Kumar Abhay-CAK203C
Hi, How can I get user's windows login Id in a java web application (JSP/Servlets) running on Apache Tomcat (T5) without using NTLM Authentication. The need is due to the fact that I cant use POST method with NTLM Authentication in a JSP's to send data to a servlet. Help !! Regards Abhay

multiple tomcat instances cause user logout

2004-03-26 Thread Carlton Lo
I have installed 2 instances of tomcat on my machine. I've user 1 login to tomcat 1, when user 2 login to tomcat 2, it automatically logout user 1 in tomcat 1??? tomcat 4.0.6 on win 2000 Carlton Lo Pluris 550 Cochituate Road Framingham, MA 01701 Tel: (508) 663-1089 Fax: (508) 663-1060

building jk2 failure - cant find coyote

2004-03-26 Thread Allan Bruce
I am trying to build the jk2 connector, and when I try I get an error saying it cant find coyote. Here is the exact output: BUILD FAILED /tmp/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/build.xml:142: Warning: Could not find file

Spam

2004-03-26 Thread tomcat-user
I have visited this website and I found you in the spammer list. Is that true? Attachment: No Virus found Norman AntiVirus - www.norman.com Norton AntiVirus Deleted1.txt Description: plain/text - To unsubscribe,

RE: building jk2 failure - cant find coyote

2004-03-26 Thread David Short
can you please provide the link where you downloaded the tarball from? -Original Message- From: Allan Bruce [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 11:44 AM To: [EMAIL PROTECTED] Subject: building jk2 failure - cant find coyote I am trying to build the jk2 connector, and

Re: Tomcat 4.1.29 Problem

2004-03-26 Thread Ramesh Thyagarajan
Doug, I have tried that but it does not seem to help. Are there any changes in other config files? From: Parsons Technical Services [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Tomcat 4.1.29 Problem Date: Thu, 25 Mar 2004

Re: building jk2 failure - cant find coyote

2004-03-26 Thread Allan Bruce
jakarta.apache.org I got the source tar.gz ver 2.2.04 I think Allan - Original Message - From: David Short [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, March 26, 2004 8:05 PM Subject: RE: building jk2 failure - cant find coyote can you please provide the

Re: Session sharing/load balancing multiple tomcat instances W/O Apache Web Server

2004-03-26 Thread Antonio Fiol Bonnín
Jeremy Nix wrote: I've misphrased. What documentation I've come across indicates that Apache (or IIS) is necessary to configure tomcat as a cluster. It very well may be possible, which is why I'm asking the list. The main feature that I'm looking for in this configuration is the session

Re: multiple tomcat instances cause user logout

2004-03-26 Thread Antonio Fiol Bonnín
Carlton Lo wrote: I have installed 2 instances of tomcat on my machine. I've user 1 login to tomcat 1, when user 2 login to tomcat 2, it automatically logout user 1 in tomcat 1??? tomcat 4.0.6 on win 2000 Using the same working directory for both? --Avoid it. Other than that, no idea.

RE: multiple tomcat instances cause user logout

2004-03-26 Thread Carlton Lo
They are installed int different directories ... -Original Message- From: Antonio Fiol Bonnín [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 3:48 PM To: Tomcat Users List Subject: Re: multiple tomcat instances cause user logout Carlton Lo wrote: I have installed 2 instances of

Simpler solution to force login on conditional security restraint?

2004-03-26 Thread stekell
Is there a simple way to force a standard login programmatically on page/servlet? I would like to conditionally force the behavior that happens non-conditionally when a user requests a page which has a security constraint and gets their login. I can think of some solutions for this, like setting

error in tomcat logging

2004-03-26 Thread Emerson Cargnin
I've got the message : log4j:WARN No appenders could be found for logger (org.apache.catalina.session.ManagerBase). log4j:WARN Please initialize the log4j system properly. I'm using tomcat 5.0.18. Could it be due to any lof4j configuration of my apps? I think that this could happen if I had a

RE: How to Secure my Passwd Info from server.xml file?

2004-03-26 Thread Cathy Hui
I probably didn't state my question more clearly. What I actually want to encrypt is the dblogin passwd, not the user login to tomcat. Is there a way to do that? Thanks for the reply! Cathy -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25,

Re: Tomcat 4.1.29 Problem

2004-03-26 Thread Parsons Technical Services
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html#Automatic%20Application%20Deployment Look under Automatic Application Deployment In a nutshell: Leave the context there, but remove the expanded directory. If the directory is there then the war will not explode. This is all mute if

Re: Question on debuggin JNDI/prepared statement in a bean

2004-03-26 Thread Harry Mantheakis
Tom In a servlet you have an init() statement that executes only once which you get your db connection in... I hope you are not in a fog about this: there is nothing pre-ordained about getting a connection in a servlet init method - that just happens to be where your code is. also you need

JK2

2004-03-26 Thread SH Solutions
Hi I really wanted to avoid asing the list for this again. Sorry, I couldn't get it going. This was on the list soo often and I always read the posts and I bookmarkes, every link I could find. I am using apache2 and tomcat5 for some time now. Every works great. Now I need to run multiple tomcats

RE: tomcat certificate

2004-03-26 Thread Mark Thomas
Got there in the end! I'll add this to my list of things to look at. Mark -Original Message- From: Idoia Murua Belacortu [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 10:22 AM To: Tomcat Users List Subject: RE: tomcat certificate Yes, you are right. Before my

RE: Windows Login Id in a Web App on T5

2004-03-26 Thread Mark Thomas
You can't get a use a windows username and password without integrating with windows authentication. How about fronting things with IIS? Let IIS do the authentication for you. Haven't tried it but I don't see why it wouldn't work. -Original Message- From: Kumar Abhay-CAK203C

Why does free memory(not the heap) continue to drop with Tomcat4.1.29, Linux and Jrockit?

2004-03-26 Thread tom ly
The Free Memory(not the java heap) continues to drop even when there is nothing going on with tomcat. It gets to the point where there is hardly any left and we have to restart tomcat. I'm using JRockit and have my JAVA_OPTS=-server -Xms1200 -Xmx1200 on a Pentium 3 machine with 2GB of RAM.

Tomcat5 and HttpServletRequest#getSession

2004-03-26 Thread John C Cartwright
Hello All, I'm a little confused about the creation of new sessions. I have a webapp running (Tomcat 5.0.19), and I can see from a SessionListener that the session is timed out - Session destroyed, all attributes removed. So far, so good. But when a subsequent request is made like the

Re: No suitable driver

2004-03-26 Thread Todd H. Siegel
Doug, Yes, I am using TC5, the drivers work when I connect directly via DriverManager and are in common/lib. Here are the relevant parts of my server.xml: GlobalNamingResources !-- Test entry for demonstration purposes -- Environment name=simpleValue type=java.lang.Integer value=30/

RE: HttpSession Replication in Tomcat Cluster not working with EJ B's!

2004-03-26 Thread Filip Hanik \(lists\)
I think you need to store the EJBHandle, not the actual bean that you are referencing. is that what you are doing? Filip -Original Message- From: Suraj Prabhu [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 4:20 AM To: Tomcat Users List Subject: RE: HttpSession Replication in

RE: clustering/replication tomcat 5

2004-03-26 Thread Filip Hanik \(lists\)
should be a document in the doc folder shipped with tomcat. steps are pretty simple 1. ucomment the cluster section in server.xml 2. add distributable/ to web.xml 3. make all your attributes serializable 4. if you have two or more tomcat instances on the same machine then you will need to

Re: RE: Tomcat Hangs

2004-03-26 Thread Surya Suravarapu
It appears that upgrade to JDK 1.4.2 is helping. Tomcat did not crash/hang today. - SPS - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] Date: Friday, March 26, 2004 9:17 am Subject: RE: Tomcat Hangs Hi, You said it's hung, not crashed, but this is an internal crash.

Message on Tomcat console

2004-03-26 Thread Surya Suravarapu
Hello All! Tomcat console is displaying the following message very often: --- SystemId Unknown; Line 1358; Column 31; name has an illegal attribute: {1} --- It is not affecting Tomcat performance or anything but just want to find out if anybody else have observed this kind of

RE: [ANNOUNCE] mod_jk2 2.0.4 released

2004-03-26 Thread David Short
I found the zip file but the version under the http://apache.towardex.com/jakarta/tomcat-connectors/jk2/binaries/win32/ directory only contained the Unix binary. -Original Message- From: Henri Gomez [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 9:10 AM To: [EMAIL PROTECTED];

Re: Connection Pool setup.

2004-03-26 Thread Gordon Luk
Hi Antonio Fiol, Right, it should be helpful for development, we all want know what IT's doing? But for production, i think it should be off. Gordon Antonio Fiol Bonnín wrote: Suggestion: Also add the logAbandoned parameter and set it to true. I found it very useful at hard times.

Tomcat 4.1.27 fails to start

2004-03-26 Thread Surya Suravarapu
Tomcat fails to start with the following stacktrace: - Catalina.start: org.xml.sax.SAXException: Stopping after fatal error: The string -- is not permitted within comments. org.xml.sax.SAXException: Stopping after fatal error: The string -- is not per mitted within comments. at

Re: Tomcat 4.1.27 fails to start

2004-03-26 Thread Justin Ruthenbeck
sarcasm I'm going to go out on a limb here and suggest that perhaps you have some xml that you just edited where you included the string -- within a comment block. I'm basing this guess on the error message that you got: The string -- is not permitted within comments. /sarcasm Seriously, check

  1   2   >