Re: I keep getting prompted for Basic Authentication

2007-07-20 Thread Johnny Kewl
Richard, all sounds very strange, I think post your config data... It sounds like its not authenticating, and that somehow the error page is mapped to the servlet... something like that. - Original Message - From: Richard Sayre [EMAIL PROTECTED] To: Tomcat Users List

Re: I keep getting prompted for Basic Authentication

2007-07-20 Thread David Delbecq
Just out of my mind, i remember a case here where Internet Explorer was keeping a copy of session cookie that was in contradiction with the ;JESSSIONID part of URL. For some reason it had kept alive a session cookie after exit and tried to reuse it. The effect was strange behaviour of session, as

tomcat cluster and maven2?

2007-07-20 Thread Kristian Rink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks; still all along considering switching our application environment to tomcat6, I wonder whether there is a meaningful way of deploying a web application to multiple tomcats / a tomcat cluster using maven2? FarmWarDeployer still seems not

AW: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-20 Thread Kirst Martin Wolfgang
Hi Bruno, and others! In the end I was successfull. In summaray, I've checked my config (from HOWTO) tripple and more, but nothing. I've transfered my config on a test machine and surprise, it works! But reinstalling the IIS on the original machine was not an option. And in last distress I've

Re: mod_jk issue

2007-07-20 Thread Rainer Jung
If you've got DOS lineendings, then you downloaded the zip instead of the .tar.gz. Please download the tarball and extract it with gtar (gnu tar) to make sure you don't run into problems with long path names. Solaris is one of our major development platforms and build should run just fine. Which

Re: bad workers.properties configuration

2007-07-20 Thread Rainer Jung
What are your Jk directives for Apache? What exactly gets written to the error log *and* to the mod_jk log? Does localhost resolve to an ip address on your system? Which platform are you using? Regards, Rainer Raffaele Viola schrieb: Hi all, I'm using Apache 2.2.3 and Tomcat 5.5.17 and I

Re: AW: isapi_redirect from IIS5 to tomcat 5.5 brings HTTP 404 - isapi_redirect.dll not found

2007-07-20 Thread Rainer Jung
Thanks for reporting back your findings! Kirst Martin Wolfgang schrieb: Hi Bruno, and others! In the end I was successfull. In summaray, I've checked my config (from HOWTO) tripple and more, but nothing. I've transfered my config on a test machine and surprise, it works! But reinstalling

Re: mod_jk vs. reverse proxy

2007-07-20 Thread Mladen Turk
Johnny Kewl wrote: Mladen you very modest... your mod_jk is great. LOL. It's not mine, not at all! Mladen, if you retire, elope or die, send me an email, I'll look at mod_proxy ;) Don't worry, there are many other folks actively developing mod_jk like Bill, Henri, Jean-Frederic, Mark,

Re: Problem with uriworkermap.properties

2007-07-20 Thread Rainer Jung
Could you please rerun your tests with log level debug for the redirector and post the result from its log file? Thanks. Eric B. schrieb: Hi, I'm running IIS with tomcat 5.5 and have the latest isapi_redirect.dll (1.2.23) installed and running. The basic functionality is working well, but

Regarding Text field editor in JSP

2007-07-20 Thread Girish Havaldar
Hello are there any text editor built in that assist us in formating input data, like Subscripting, superscripting, making bold, etc. This editor we need to embed in our jsp page. -- Regards Girish S.Havaldar

Re: Regarding Text field editor in JSP

2007-07-20 Thread David Smith
This is more an ajax or client side question. You might want to look at Google Web Toolkit as one possibility. --David Girish Havaldar wrote: Hello are there any text editor built in that assist us in formating input data, like Subscripting, superscripting, making bold, etc. This editor

Re: Regarding Text field editor in JSP

2007-07-20 Thread Pid
Girish Havaldar wrote: Hello are there any text editor built in that assist us in formating input data, like Subscripting, superscripting, making bold, etc. This editor we need to embed in our jsp page. http://www.fckeditor.net/ is quite good and has java module. p smime.p7s

Re: Regarding Text field editor in JSP

2007-07-20 Thread Paul Singleton
Girish Havaldar wrote: Hello are there any text editor built in that assist us in formating input data, like Subscripting, superscripting, making bold, etc. This editor we need to embed in our jsp page. 'openWYSIWYG' and 'tinyMCE' are JavaScript rich text editors embeddable in web pages

Re: Regarding Text field editor in JSP

2007-07-20 Thread Evan J
Does any of these toolkits allow the server to provide set of CSS files upon request of a page with embedded HTML editor so as the writer composes his/her page, he/she be able to include classes, for instance, from the designated CSS file(s)? On 7/20/07, Paul Singleton [EMAIL PROTECTED] wrote:

Re: Interrupting tomcat threads.

2007-07-20 Thread keif
Christopher Schultz-2 wrote: So, multiple simultaneous AJAX requests are considered illegal? Exactly. All requests that modify the session state will be synchronized. Christopher Schultz-2 wrote: I would also recommend vetoing the /second/ request, rather than canceling the first

Re: tomcat cluster and maven2?

2007-07-20 Thread Filip Hanik - Dev Lists
Kristian Rink wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks; still all along considering switching our application environment to tomcat6, I wonder whether there is a meaningful way of deploying a web application to multiple tomcats / a tomcat cluster using maven2?

Re: iPlanet / SunONE web server tomcat connector connection re-use disabled

2007-07-20 Thread Rainer Jung
Thank for the encouraging feedback. Your config looks OK, maybe you would also like to add a connect_timeout, which works like prepost_timeout but when creating a new backend connection. Regards, Rainer [EMAIL PROTECTED] wrote: Just as a courtesy in case anyone wonders the outcome of

Log4J in multiple web applications

2007-07-20 Thread David Matheson
Hey, all. I've seen this question posted in various forums before, but the solutions proposed don't work for me, so here goes: I am using Tomcat 6.0.13, and I have two web applications, FooBar1 and FooBar2, and I want to use log4j to spit out log statements to two different files, foobar1.log

Re: mod_jk issue

2007-07-20 Thread Sridhar Kommireddy
Thanks a lot Rainer. Now I have downloaded tar.gz source and it is working perfectly fine. Thanks, Sridhar On 7/20/07, Rainer Jung [EMAIL PROTECTED] wrote: If you've got DOS lineendings, then you downloaded the zip instead of the .tar.gz. Please download the tarball and extract it with gtar

Re: Interrupting tomcat threads.

2007-07-20 Thread Ronald Klop
On Fri Jul 20 15:23:45 CEST 2007 Tomcat Users List users@tomcat.apache.org wrote: Christopher Schultz-2 wrote: So, multiple simultaneous AJAX requests are considered illegal? Exactly. All requests that modify the session state will be synchronized. Christopher Schultz-2 wrote: I

Re: bad workers.properties configuration

2007-07-20 Thread Joe Riopel
On 7/19/07, Raffaele Viola [EMAIL PROTECTED] wrote: I write this workers.properties worker.list=default worker.default.port=8009 worker.default.host=localhost worker.default.type=ajp13 worker.default.lbfactor=1 Is that all you have in the worker.properties file ? My worker.properties file

Re: bad workers.properties configuration

2007-07-20 Thread Titi Wangsa
ommit lbfactor ? On 7/20/07, Joe Riopel [EMAIL PROTECTED] wrote: On 7/19/07, Raffaele Viola [EMAIL PROTECTED] wrote: I write this workers.properties worker.list=default worker.default.port=8009 worker.default.host=localhost worker.default.type=ajp13 worker.default.lbfactor=1 Is that all

RE: bad workers.properties configuration

2007-07-20 Thread Dantas, Thiago
Dears, Im looking to get the following quote as below, could you please reply it to me asap: Item1 - TOMCAT V5.0 Subscription 3years - 24x7 Item2 - APACHE V2.0 Subscription 3years - 24x7 Payment Conditions: NET 45days Regards

Re: Tomcat slows down in long run

2007-07-20 Thread Martin Gainty
You're exhausting memory and PermGen space try java -jar -Xms256m -Xmx512m -XX:MaxPermSize=512m -XX:+PrintGCDetails -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -jar bootstrap.jar M--

Re: OracleConnectionPoolDataSource

2007-07-20 Thread Julio J. Suárez Salinero
I'll try to answer all your questions and tell you what state is the page now. 1. I get the same results with oracle.jdbc.pool.OracleConnectionPoolDataSource, oracle.jdbc.OracleDriver and oracle.jdbc.driver.OracleDriver. Currently I'm using oracle.jdbc.OracleDriver. 2. I am importing

Accessing an application with different paths

2007-07-20 Thread kiran.tadepalli
Hi, We have a scenario for High Availability setup (using tomcat 5.5.9); The application 'app' is deployed on two machines (recognized as 'app1' on one machine, and 'app2' in another) to handle failover. We have enabled tomcat cluster to have the session replicated between two instances.

Re: Interrupting tomcat threads.

2007-07-20 Thread DJohnson
However, even then, you may find that the requests are not as asynchronous as you'd like. If the two HTTP requests underlying the AJAX requests happen to be sent over the same HTTP connection, then the HTTP protocol dictates that the responses must be returned in the same order, i.e. the

Re: Accessing an application with different paths

2007-07-20 Thread David kerber
I've done this by specifying both applications' context paths in the server.xml, along with the appropriate docbase entries. [EMAIL PROTECTED] wrote: Hi, We have a scenario for High Availability setup (using tomcat 5.5.9); The application 'app' is deployed on two machines (recognized

RE: Accessing an application with different paths

2007-07-20 Thread Caldarale, Charles R
From: David kerber [mailto:[EMAIL PROTECTED] Subject: Re: Accessing an application with different paths I've done this by specifying both applications' context paths in the server.xml, along with the appropriate docbase entries. Please don't do that - put them in

RE: OracleConnectionPoolDataSource

2007-07-20 Thread Propes, Barry L
on this: -Original Message- From: Julio J. Suárez Salinero [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 10:13 AM To: Tomcat Users List Subject: Re: OracleConnectionPoolDataSource 3. factory attribute is new. I have found it in google and it began to work when I started using

Re: Accessing an application with different paths

2007-07-20 Thread David kerber
But then they both need their own copy of the war, and I never figured out how to get these to work with a name that looked like a sub-directory, so that it was accessed like: http://www.myhost.com:81/wra/customername/Login.jsp It works fine if I only have a one-level context path, but I

RE: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Jayson Enriquez
Thank you Filip. That seem to work just fine! Can you also tell me how I can capture JAVA thread dumps along with these Tomcat logs? Thank you Jayson -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 11:46 AM To: Tomcat Users List

RE: Accessing an application with different paths

2007-07-20 Thread Caldarale, Charles R
From: David kerber [mailto:[EMAIL PROTECTED] Subject: Re: Accessing an application with different paths But then they both need their own copy of the war Not true; the docBase attributes in the two (or more) Context elements can be identical. I never figured out how to get these to work

Re: Accessing an application with different paths

2007-07-20 Thread David kerber
I sure wish you had been answering questions when I was setting this up 4 or 5 years ago!! D Caldarale, Charles R wrote: From: David kerber [mailto:[EMAIL PROTECTED] Subject: Re: Accessing an application with different paths But then they both need their own copy of the war Not

RE: Accessing an application with different paths

2007-07-20 Thread Caldarale, Charles R
From: David kerber [mailto:[EMAIL PROTECTED] Subject: Re: Accessing an application with different paths I sure wish you had been answering questions when I was setting this up 4 or 5 years ago!! Might not have worked this way back then. This capability came in at some point in the 5.0

Take my e-mail out of this current

2007-07-20 Thread Dantas, Thiago
Dears, Please take my e-mail out from this current. Thanks Thiago Dantas Procurement Global Procurement 55 11 4197-4592 [EMAIL PROTECTED] http://www.hp.com.br Esta mensagem (incluindo qualquer anexo) e os

Re: Take my e-mail out of this current

2007-07-20 Thread David Smith
Have you tried the advice at the bottom of every email you receive from this list? If you have and it still doesn't work, please send a message to user-owner (at) tomcat.apache.org and ask them to remove you. --David Dantas, Thiago wrote: Dears, Please take my e-mail out from this

Re: Take my e-mail out of this current

2007-07-20 Thread Joe Riopel
Bye Dears. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

sessionDestroyed don't respond to the user closing t he browser window

2007-07-20 Thread Søren Blidorf
Hi. I am trying to get the number of sessions that is active. I have made a SessionListener and every thing works as I intended except that the “sessionDestroyed” don’t respond to the user closing the browser window. I there a way to destroy/invalidate a session when the browser is

FW: Capturing Tomcat and JAVA thread dumps from (Windows)

2007-07-20 Thread Jayson Enriquez
Thank you Filip. That seem to work just fine! Can anyone also tell me how I can capture JAVA thread dumps along with these Tomcat logs? Thank you Jayson -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: Monday, July 16, 2007 11:46 AM To: Tomcat Users

IIS JK connector issues with connections forcibly closed.

2007-07-20 Thread IanC
Good afternoon, I have a web service that is hosted on tomcat v4. I use the jakarta redirect DLL with IIS to front-end the requests. Under load, I receive quite a few exceptions from my client application consuming the web service. The exceptions are all the same and read:

Re: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Filip Hanik - Dev Lists
a tomcat thread dump is equal to a java thread dump, the latter is the correct term for it so I am not sure what you are asking Filip Jayson Enriquez wrote: Thank you Filip. That seem to work just fine! Can you also tell me how I can capture JAVA thread dumps along with these Tomcat logs?

Re: sessionDestroyed don't respond to the user closing the browser window

2007-07-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Søren, Søren Blidorf wrote: I am trying to get the number of sessions that is active. I have made a SessionListener and every thing works as I intended except that the “sessionDestroyed” don’t respond to the user closing the browser window.

Re: mod_jk vs. reverse proxy

2007-07-20 Thread Mark Deneen
Since we're all giving mod_jk a big hug here I thought I would point out that I had issues with both mod_proxy_http and mod_proxy_ajp which were solved by moving (back) to mod_jk. Intermittently the response to the browser would be sent as plain-text (the browser just prints out the html) or I

RE: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Jayson Enriquez
Does this look like it captured Java thread dumps to you? The Support group we sent it to send that it does not. They need the Java thread dumps also. (Partial only) Using CATALINA_BASE: C:\Apache\Tomcat5.0 Using CATALINA_HOME: C:\Apache\Tomcat5.0 Using CATALINA_TMPDIR:

RE: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Caldarale, Charles R
From: Jayson Enriquez [mailto:[EMAIL PROTECTED] Subject: RE: Capturing Tomcat thread dumps from startup.bat (Windows) Does this look like it captured Java thread dumps to you? You apparently missed the critical part of Filip's post: then do a Ctrl+Break for the dump another way is to

RE: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Jayson Enriquez
That's it! Thank you guys. Keep up the good work. -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, July 20, 2007 1:22 PM To: Tomcat Users List Subject: RE: Capturing Tomcat thread dumps from startup.bat (Windows) From: Jayson Enriquez

Re: Capturing Tomcat thread dumps from startup.bat (Windows)

2007-07-20 Thread Filip Hanik - Dev Lists
there is no dump at all in this log, make sure you don't have the -Xrs flag enabled Filip Jayson Enriquez wrote: Does this look like it captured Java thread dumps to you? The Support group we sent it to send that it does not. They need the Java thread dumps also. (Partial only) Using

Re: IIS JK connector issues with connections forcibly closed.

2007-07-20 Thread IanC
As an update, I did find that I was a few revs behind on the isapi connector version. I did upgrade but found that the error persists. :( -- View this message in context: http://www.nabble.com/IIS-JK-connector-issues-with-connections-forcibly-closed.-tf411.html#a11715708 Sent from the

Tomcat access log question

2007-07-20 Thread John Hui
I currently have Tomcat access log enable which will log all the query that hits my web server. Some of the information is confidential. So is there a mechanism that I can use to add a interceptor or filter to encrypt those information before it gets log into the access log? Any suggestion or

Re: Tomcat access log question

2007-07-20 Thread Jacob Rhoden
John Hui wrote: I currently have Tomcat access log enable which will log all the query that hits my web server. Some of the information is confidential. So is there a mechanism that I can use to add a interceptor or filter to encrypt those information before it gets log into the access log?

Re: Tomcat access log question

2007-07-20 Thread John Hui
Thanks for the response Jacob. I think I should be more clear about my use case. I am actually not permitted to store any of these confidential information any where including ( the access logs ). That's why I want to encrypt these information. I can remove the entire query string from being

RE: Added 005f on the path after pre-compilation

2007-07-20 Thread Billy Ng
Is a way to tell tomcat not to do it? I have the same path in the jsp template. The extra 005f will totally break my app. Thanks! Billy -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 5:55 PM To: Tomcat Users List Subject: Re: Added 005f