Re: Ajp connector attributes *Processors vs *Threads

2008-06-25 Thread weiji
fredk2 wrote: > > Hello: > > One of my colleagues had a good question today. > > On the document about the Ajp connector (mod_jk ): > http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html > > minProcessors and maxProcessors are said to be "deprecated" > Apparently these atributes are r

Re: tomcat mod_proxy_ajp and root path

2008-06-25 Thread Bill Barker
"Luca Stramenga" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > We setup an Apache Tomcat servlet and JSP engine using mod_proxy ajp as > connector to host a JAVA application. > > Here is the httpd.conf entry: > > ProxyRequests Off >> ProxyVia Off >> ProxyPreserveHost On >> P

RE: Blocking Proxy Access

2008-06-25 Thread Martin Gainty
Im confused by your statement is that republicans or democrats? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature a

Re: Blocking Proxy Access

2008-06-25 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=41765 Posted on behalf of a User It's to keep undesirables, who have been banned, off from a social networking site. In Response To: > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Is there anyway to detect that a web user is trying

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Rainer Jung
Hexsel, Gustavo schrieb: That helps! A few suggestions for the tomcat deployment: - make using log4j easier (either offer a binary version of tomcat-juli.jar that uses log4j - no source required since I can't build locally due to some dbcp error; alternatively it could use Tomcat 6 has stat

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Mark Thomas
Caldarale, Charles R wrote: From: Mark Thomas [mailto:[EMAIL PROTECTED] Subject: Re: [Logging] Tutorial Contribution You have to build with a 1.5 JDK because of some API-breaking changes to the JDBC interfaces. Could you elaborate on that? Or point us to a bugzilla entry? https://issues.apa

Re: Rebuilding Tomcat from sources

2008-06-25 Thread Rainer Jung
JLucas ZB schrieb: Hello, I can't do the 'ant download' because our proxy disables some stations as ours so i have dowloaded (from 'another server') : apache-tomcat-6.0.14-src from tomcat site, it's OK. Now, i just do from my tomcat src: ant and I still have the message: /exec/products/jlz/s

Re: proxy_ajp

2008-06-25 Thread Rainer Jung
Christopher Schultz schrieb: Mark, Mark Dewey wrote: | | Is it possible that you have a firewall or iptables in the way? Can you telnet from the httpd machine to the app server over port 8007 (or 8009, depending on the server)? He should definitely try that. But I find strange, that e

[Logging] Tutorial Contribution] - Links

2008-06-25 Thread Ole Ersoy
OK - It's up: http://wiki.apache.org/tomcat/Logging_Tutorial Plus a few additions to the FAQ: http://wiki.apache.org/tomcat/FAQ/Logging Thanks for all the feedback and earlier QA! Ole - To start a new topic, e-mail: users@to

Re: ISAPI/JK redirector question

2008-06-25 Thread Rainer Jung
Hi Brantley, Brantley Hobbs schrieb: All, Is there a way to map an application to a back-end load-balanced/clustered tomcat farm from an IIS webserver such that an application deployed on the default host (i.e. deployed to the default "webapps" folder) can be addressed as a FQDN from the bro

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Ole Ersoy
Christopher Schultz wrote: SNIP There are things that I suspect are much easier to do using log4j (such as rolling logs on a schedule other than once per day) or things that cannot be done without either implementing a lot of stuff yourself or switching to log4j (such as logging to a database

Re: Tomcat and JDeveloper - installing ADF runtime

2008-06-25 Thread Zdeněk Vráblík
Hi Jan, do you know how is ADF licensed? It is free only if you are going to use with Oracle Application server. It used to be part of JDeveloper and deployment was free of charge. See http://forums.oracle.com/forums/thread.jspa?threadID=379312 Only ADF Faces is for free! Regards, Zdenek On Tue

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ole, Ole Ersoy wrote: | I would go after Log4J in the tutorial, but to be honest I did not | really see any killer use cases for it. Also, for people just trying | to figure out logging, it's much easier to start with what's already | there [...] I

Re: Permissions for Sun JSF RI and Security Manager under Tomcat 6.0?

2008-06-25 Thread Michael Anstis
Hi, I think I have found the cause! My application code contains the following:- FacesContext fc = FacesContext.getCurrentInstance(); ExpressionFactory ef = fc.getApplication().getExpressionFactory(); ELContext elc = fc.getELContext(); ValueExpression ve = ef.createValueExpression(elc, expr, cla

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Ole Ersoy
Hexsel, Gustavo wrote: That helps! Whh. Good! I was a little worried people would say "This stinks! I'm more confused than ever!!!"...And then I would have to go back to the drawing board again. :-) A few suggestions for the tomcat deployment: - make using log4j easier (either

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Ole Ersoy
Chuck, Thanks for the "Spring Cleaning" and the positive feed back! After 3 days of analyzing logging, I was feeling a little "Logged Out", so the pep definitely helps. I made all the changes you suggested (Good eye). I think it's ready the wiki now, unless anyone has additional modificati

RE: User Authentication - IE doesn't recognize mime type (pdf,xls)of files in protected directory

2008-06-25 Thread Steve Ochani
On 25 Jun 2008 at 13:45, Ed Marshall wrote: Date sent: Wed, 25 Jun 2008 13:45:42 -0500 From: Ed Marshall <[EMAIL PROTECTED]> Subject:RE: User Authentication - IE doesn't recognize mime type (pdf,xls)of files in protected directory To:

RE: User Authentication - IE doesn't recognize mime type(pdf,xls)of files in protected directory

2008-06-25 Thread Caldarale, Charles R
> From: Ed Marshall [mailto:[EMAIL PROTECTED] > Subject: RE: User Authentication - IE doesn't recognize mime > type(pdf,xls)of files in protected directory > > However, when I copy the same code from META-INF/Context.xml to > conf/server.xml That is strongly discouraged these days - it would be a

Problems with logout with Tomcat JDBCRealm

2008-06-25 Thread André Silva
Hi All =) This is my first message here, sorry for the poor english. I'm using Tomcat JDBCRealm to authentication and authorization in my app. Login works fine, and when the user press the logout button(calls the session.invalidate()), he cannot login again. When the user tries to login, the appli

Re: Apache and Tomcat

2008-06-25 Thread Andrew Miehs
On 25/06/2008, at 17:43, "Steve Ochani" <[EMAIL PROTECTED]> wrote: I know this may sound naïve but is it possible to have tomcat and apache running off the same port - 8080. No, TCP only allows one port per service. You can let apache httpd use 8080, move tomcat to something else and

RE: User Authentication - IE doesn't recognize mime type (pdf,xls)of files in protected directory

2008-06-25 Thread Ed Marshall
Thanks so much Chuck. Eliminating the no-cache headers did the job. An interesting footnote: Adding the following line to Context.xml within META-INF worked as expected. However, when I copy the same code from META-INF/Context.xml to conf/server.xml (of course adding docBase and path) and

Re: Apache and Tomcat

2008-06-25 Thread Bill Davidson
Stuart Caldwell wrote: I know this may sound naïve but is it possible to have tomcat and apache running off the same port - 8080. I have iis running on port 80 and do not have another server to install apache and tomcat. TCP only allows one listener per port-IP combination. It really does

Re: NullPointerExceptions - ReplicationValve problem...

2008-06-25 Thread Filip Hanik - Dev Lists
it happens on the line ReplicationValve.java 348 : Manager manager = request.getContext().getManager(); probably getContext() returns null, do you have a simple test case how this is happening? Filip Milan Cvejic wrote: I am using 6.0.14 version of tomcat. And jdk 1.6 update

RE: tomcat mod_proxy_ajp and root path

2008-06-25 Thread Caldarale, Charles R
> From: Luca Stramenga [mailto:[EMAIL PROTECTED] > Subject: tomcat mod_proxy_ajp and root path > > > > directory="/usr/share/tomcat-5.5.26/logs" prefix="domain.com" > > suffix=".log" timestamp="true" /> If you're really using Tomcat 5.5 (you didn't bother to tell us), there is no element in th

RE: [Logging] Tutorial Contribution

2008-06-25 Thread Caldarale, Charles R
> From: Ole Ersoy [mailto:[EMAIL PROTECTED] > Subject: [Logging] Tutorial Contribution Thanks for putting this together. I have a few comments, mostly nit-picking. > The goal of this primer is to demonstrate how to to log with > java.util.logging (JULI) This give the impression that java.util.l

tomcat mod_proxy_ajp and root path

2008-06-25 Thread Luca Stramenga
Hi, We setup an Apache Tomcat servlet and JSP engine using mod_proxy ajp as connector to host a JAVA application. Here is the httpd.conf entry: ProxyRequests Off > ProxyVia Off > ProxyPreserveHost On > ProxyPass /servlet/ ajp://www.domain.com:8009/ > ProxyPassReverseCookiePath / /servlet > ProxyP

RE: [Logging] Tutorial Contribution

2008-06-25 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > Subject: Re: [Logging] Tutorial Contribution > > You have to build with a 1.5 JDK because of some API-breaking > changes to the JDBC interfaces. Could you elaborate on that? Or point us to a bugzilla entry? I don't see such a restriction noted on t

RE: Rebuilding Tomcat from sources

2008-06-25 Thread Caldarale, Charles R
> From: JLucas ZB [mailto:[EMAIL PROTECTED] > Subject: RE: Rebuilding Tomcat from sources > > I can't do the 'ant download' because our proxy disables some > stations as ours Bloody annoying as well as being over-protective. Is your IT department run by someone named Mordac? You'll need to look

Re: [Logging] Tutorial Contribution

2008-06-25 Thread Mark Thomas
Hexsel, Gustavo wrote: That helps! A few suggestions for the tomcat deployment: - make using log4j easier (either offer a binary version of tomcat-juli.jar that uses log4j - no source required since I can't build locally due to some dbcp error; That could be because you are building with a

RE: [Logging] Tutorial Contribution

2008-06-25 Thread Hexsel, Gustavo
That helps! A few suggestions for the tomcat deployment: - make using log4j easier (either offer a binary version of tomcat-juli.jar that uses log4j - no source required since I can't build locally due to some dbcp error; alternatively it could use common-logging's autodetect, if log4j is avail

Re: proxy_ajp

2008-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, Mark Dewey wrote: | | Is it possible that you have a firewall or iptables in the way? Can you telnet from the httpd machine to the app server over port 8007 (or 8009, depending on the server)? - -chris -BEGIN PGP SIGNATURE- Ve

RE: Rebuilding Tomcat from sources

2008-06-25 Thread JLucas ZB
Hello, I can't do the 'ant download' because our proxy disables some stations as ours so i have dowloaded (from 'another server') : apache-tomcat-6.0.14-src from tomcat site, it's  OK. Now, i just do from my tomcat src: ant and I still have the message: /exec/products/jlz/sources/apache-tomcat-

Re:

2008-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, André Warnier wrote: | It has been recently shown in a thread in this same forum | that one does not normally need a filter, and I would submit that using | a filter as indicated will corrupt data in some instances. I disagree. The filter is

[Logging] Tutorial Contribution

2008-06-25 Thread Ole Ersoy
Hi, Initially I was going to add to the WIKI FAQ, but all the Logging questions are so inter related that I decided to write a tutorial instead. I have not "Tested" this so there may be some inaccuracies. I'd appreciate feedback and will update the tutorial. As soon as the dust settles I'll

RE: Apache and Tomcat

2008-06-25 Thread Caldarale, Charles R
> From: Stuart Caldwell [mailto:[EMAIL PROTECTED] > Subject: Apache and Tomcat > > I have iis running on port 80 and do not have another server > to install apache and tomcat. Why do you want to install httpd, especially if you already have IIS in the picture? - Chuck THIS COMMUNICATION MAY C

Re: NullPointerExceptions - ReplicationValve problem...

2008-06-25 Thread Milan Cvejic
I am using 6.0.14 version of tomcat. And jdk 1.6 update 4. Any suggestions ? Thanks. Filip Hanik - Dev Lists wrote: what version of tomcat 6 are you using? Filip Milan Cvejic wrote: Hello, i am getting null pointer exceptions when i add the following line in server.xml filter=".*\.gif;.*\

Re: Apache and Tomcat

2008-06-25 Thread Steve Ochani
Date sent: Wed, 25 Jun 2008 17:39:10 +0200 From: Stuart Caldwell <[EMAIL PROTECTED]> Subject:Apache and Tomcat To: users@tomcat.apache.org Send reply to: Tomcat Users List > Hi, > > > > I know this may sound naïve but is it possible to have tomcat and > apache running off the

Apache and Tomcat

2008-06-25 Thread Stuart Caldwell
Hi, I know this may sound naïve but is it possible to have tomcat and apache running off the same port - 8080. I have iis running on port 80 and do not have another server to install apache and tomcat. Kind regards, Stuart

Re: NullPointerExceptions - ReplicationValve problem...

2008-06-25 Thread Filip Hanik - Dev Lists
what version of tomcat 6 are you using? Filip Milan Cvejic wrote: Hello, i am getting null pointer exceptions when i add the following line in server.xml filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt;" /> if i remove that line everything is working fine... but lo

RE: Tomcat: JNDI and Google Webtoolkit

2008-06-25 Thread Caldarale, Charles R
> From: nabruphonic [mailto:[EMAIL PROTECTED] > Subject: Tomcat: JNDI and Google Webtoolkit > > - copy mysql-connector-java-5.1.6-bin.jar into /server/lib What happens if you put the mysql jar into common/lib as the documentation says to? http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-ex

Tomcat: JNDI and Google Webtoolkit

2008-06-25 Thread nabruphonic
Hi! I've got a problem with my project. Here a short summary about what it is: I wrote a web application that periodically reads out a database and shows these information in a visual way (on a google map or a chart...). The gwt-project and the mysql-database are on two different virtual machine

RE: Blocking Proxy Access

2008-06-25 Thread Peter Crowther
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Is there anyway to detect that a web user is trying to access > my site via an open/anonymous proxy? Other than building a > list of open proxy IP addresses and checking against it? This > list would be huge and ever changing. There must be an e

NullPointerExceptions - ReplicationValve problem...

2008-06-25 Thread Milan Cvejic
Hello, i am getting null pointer exceptions when i add the following line in server.xml filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.htm;.*\.html;.*\.css;.*\.txt;" /> if i remove that line everything is working fine... but load is increased... here is part from catalina.out 23-Jun-2008 17:04:

Re: proxy_ajp

2008-06-25 Thread Mikolaj Rydzewski
Mark Dewey wrote: Hi yes I am. I get both over http and the usual white page for the ajp ports. I'd play with configuration element and balancer configuration to see whether it will work. http://httpd.apache.org/docs/2.2/mod/mod_proxy.html -- Mikolaj Rydzewski <[EMAIL PROTECTED]>

Re: proxy_ajp

2008-06-25 Thread Mark Dewey
Hi yes I am. I get both over http and the usual white page for the ajp ports. Cheers, Mark Mikolaj Rydzewski wrote: Mark Dewey wrote: [Wed Jun 25 *13*:04:22 2008] [error] (*13*)*Permission* *denied*: *proxy*: *AJP*: attempt to connect to www.xxx.yyy.zzz:8007 (www.xxx.yyy.zzz) failed [Wed Jun

RE: Blocking Proxy Access

2008-06-25 Thread Charlie Wingate
Well, it might be possible to design an applet that pulled someone's public IP (maybe by polling your site directly? Have to make sure not local IP) then cross that against the request origin into Tomcat; if they don't match then that could be construed as a Proxy situation. I am not sure how a pr

Re: proxy_ajp

2008-06-25 Thread Mikolaj Rydzewski
Mark Dewey wrote: [Wed Jun 25 *13*:04:22 2008] [error] (*13*)*Permission* *denied*: *proxy*: *AJP*: attempt to connect to www.xxx.yyy.zzz:8007 (www.xxx.yyy.zzz) failed [Wed Jun 25 *13*:04:22 2008] [error] ap_proxy_connect_backend disabling worker for (www.xxx.yyy.zzz) [Wed Jun 25 *13*:04:22 200

Re: Tomcat caching and deployment issues

2008-06-25 Thread Johnny Kewl
= Steven Ah... I see what you doing... this is what is wrong Do not change the name of the WEB APP of the WAR The way TC relates context and path is thru the actual name of the file. This is so that normal humans can easily change the context just by changin

RE:

2008-06-25 Thread Raghuveer
Hi Andre, I have implemented and it is perfectly working. Thanks for very valuable information. Regards, Raghu -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2008 2:52 PM To: Tomcat Users List Subject: Re: -BEGIN PGP SIGNED MESSAGE- >

Re: Re: Hiding JSP Pages

2008-06-25 Thread Wes Strater
Hassan Schroeder wrote: On Fri, Jun 13, 2008 at 8:06 AM, W Strater <[EMAIL PROTECTED]> wrote: I am trying to hide the JSP so they can only be accessed via a forward. I have been able to put them in a subdirectory of WEB-INF using other containers but have not been able to do that with Tomca

Blocking Proxy Access

2008-06-25 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=41765 Posted on behalf of a User Is there anyway to detect that a web user is trying to access my site via an open/anonymous proxy? Other than building a list of open proxy IP addresses and checking against it? This list would be huge and ev

Re: proxy_ajp

2008-06-25 Thread Mark Dewey
[Wed Jun 25 *13*:04:22 2008] [error] (*13*)*Permission* *denied*: *proxy*: *AJP*: attempt to connect to www.xxx.yyy.zzz:8007 (www.xxx.yyy.zzz) failed [Wed Jun 25 *13*:04:22 2008] [error] ap_proxy_connect_backend disabling worker for (www.xxx.yyy.zzz) [Wed Jun 25 *13*:04:22 2008] [error] *proxy*:

RE: very large catalina logfile...

2008-06-25 Thread Caldarale, Charles R
> From: Zaher Srour [mailto:[EMAIL PROTECTED] > Subject: Re: very large catalina logfile... > > That's the listener for the APR native-code connector (tcnative-1.dll); if you don't have it installed, it's o.k. to comment it out. However, the listener itself is not likely to be the source of th

Re: proxy_ajp

2008-06-25 Thread Mark Dewey
Hi Mark, server.xml is as follows -: SSLEngine="on" /> className="org.apache.catalina.mbeans.ServerLifecycleListener" /> className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" /> Cheers, Mark Mark Thomas wrote: M

RE: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-25 Thread Jesse Klaasse
André Warnier wrote: >[...] >Now, I should add that using [ and ] in URL's is not really something I would >recommend, if only for legibility reasons. It will always make people wonder >if what they're seeing in the logfile is normal, or if it's some programming >syntax which "escaped" there. >

ISAPI/JK redirector question

2008-06-25 Thread Brantley Hobbs
All, Is there a way to map an application to a back-end load-balanced/clustered tomcat farm from an IIS webserver such that an application deployed on the default host (i.e. deployed to the default "webapps" folder) can be addressed as a FQDN from the browser. For example: Application deplo

Re: very large catalina logfile...

2008-06-25 Thread Zaher Srour
Hi all, I found a possible workarround... I only have to comment-out some configuration-lines in the server.xml of Tomcat: (see for more details: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10622.html) after restarting Tomcat the content of the logfile is: Jun 25, 2008 2:44:11 PM or

Re: Installing Tomcat-5.5.25 in Solaris 10 (SPARC-64 bit)

2008-06-25 Thread Mark Thomas
hareesh wrote: I have downloaded Tomcat from the URL : http://archive.apache.org/dist/tomcat/tomcat-5/archive/v5.0.5/bin/jakarta-tomcat-5.0.5.tar.gz After downloading I unzip it using 'gunzip . After that I untared it using GNU tar (gtar) . Now the sample applications shipped with Tomcat is wor

Re: Installing Tomcat-5.5.25 in Solaris 10 (SPARC-64 bit)

2008-06-25 Thread hareesh
I have downloaded Tomcat from the URL : http://archive.apache.org/dist/tomcat/tomcat-5/archive/v5.0.5/bin/jakarta-tomcat-5.0.5.tar.gz After downloading I unzip it using 'gunzip . After that I untared it using GNU tar (gtar) . Now the sample applications shipped with Tomcat is working fine. On

Re: proxy_ajp

2008-06-25 Thread Mark Thomas
Mark Dewey wrote: I am currently using proxy ajp successfully and very happy with the simplicity of configuration compared to my experiences a few years ago! I have run into a problem however. I have two version of tomcat running on one of the servers. Here is the configuration -: ProxyPass

Re:

2008-06-25 Thread Mark Thomas
André Warnier wrote: The last reference (which I did not know) is excellent. Thank you. But the other two references, if you are perseverating over them, are in my view not good references worth perseverating over. The article at > http://wiki.apache.org/tomcat/Tomcat/UTF-8 is incorrect. T

Re: proxy_ajp

2008-06-25 Thread Mikolaj Rydzewski
Mark Dewey wrote: I am currently using proxy ajp successfully and very happy with the simplicity of configuration compared to my experiences a few years ago! I have run into a problem however. I have two version of tomcat running on one of the servers. Here is the configuration -: ProxyPass

proxy_ajp

2008-06-25 Thread Mark Dewey
I am currently using proxy ajp successfully and very happy with the simplicity of configuration compared to my experiences a few years ago! I have run into a problem however. I have two version of tomcat running on one of the servers. Here is the configuration -: ProxyPass /tc1/ ajp://www.xx

Re: Installing Tomcat-5.5.25 in Solaris 10 (SPARC-64 bit)

2008-06-25 Thread Mark Thomas
hareesh wrote: Thanks for the reply. Is there any special step that I should do for these examples to work ? Is so, please give those steps. Thanks in advance. Answering my original questions would enable people on this list to help you. On Wed, Jun 25, 2008 at 7:22 AM, Mark Thomas <[EMAIL PR

Re: Tomcat caching and deployment issues

2008-06-25 Thread Mark Thomas
Steven Probetts wrote: You say that restarting tomcat will tell tomcat that the context.xml file has changed. But does it clean out the cache. My understanding is that TC uses the work dir as its work area when running a war file in unpacked form. i am wondering if a TC restart tells TC that th

Re: very large catalina logfile...

2008-06-25 Thread Zaher Srour
The logfile when it goes ok is attachted now On Wed, Jun 25, 2008 at 12:04 PM, Zaher Srour < [EMAIL PROTECTED]> wrote: > HI all, > > The Free Hex Editor could open the 23 GB log-file. > normally, after the server starts up > * > **INFO: Server startup in 891 ms* > *org.apache.coyote.http11.Ht

Re: Tomcat caching and deployment issues

2008-06-25 Thread Johnny Kewl
- Original Message - From: Steven Probetts To: users@tomcat.apache.org Sent: Wednesday, June 25, 2008 4:13 AM Subject: Re: Tomcat caching and deployment issues Thanks for your replies. Couple of things, I'm in Australia so that is why I don't get back to you straight away. Also, I ho

Re: very large catalina logfile...

2008-06-25 Thread Zaher Srour
HI all, The Free Hex Editor could open the 23 GB log-file. normally, after the server starts up * **INFO: Server startup in 891 ms* *org.apache.coyote.http11.Http11BaseProtocol* *pause * occures then stop then destroy ... init, load, start, Server starts up again. But in the 23 GB logfile, this h

Re:

2008-06-25 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André Warnier wrote: | What else does need to be done at the Tomcat configuration level so that | it would handle UTF-8 requests properly, and produce UTF-8 responses | properly ? I hate responding with the same old st

Re: Tomcat, Radware AppDirector,IE6 Blank Page

2008-06-25 Thread Dhanisworo Dhanisworo
The strange thing about is when the web app was accessed directly there seemed to be no problem at all. Yet when accessed though the load balancer, intermittently the problem occurred. The IE itself didn't hang because I can close it normally, but it seemed like it waited for something that never c

Re: User Authentication - IE doesn't recognize mime type (pdf,xls)of files in protected directory

2008-06-25 Thread André Warnier
Caldarale, Charles R wrote: From: Ed Marshall [mailto:[EMAIL PROTECTED] Subject: RE: User Authentication - IE doesn't recognize mime type (pdf,xls)of files in protected directory But when I'm already logged in, IE will never display the pdf. So it seems that Tomcat is behaving differently in e

Re: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-25 Thread André Warnier
Jesse Klaasse wrote: [...] Good. Now, I should add that using [ and ] in URL's is not really something I would recommend, if only for legibility reasons. It will always make people wonder if what they're seeing in the logfile is normal, or if it's some programming syntax which "escaped" ther

Re: URL encoding problem IIS6 / JK1.2.25 / Tomcat 5.5.20

2008-06-25 Thread André Warnier
Jesse Klaasse wrote: [...] Good. Now, I should add that using [ and ] in URL's is not really something I would recommend, if only for legibility reasons. It will always make people wonder if what they're seeing in the logfile is normal, or if it's some programming syntax which "escaped" ther

Re: Installing Tomcat-5.5.25 in Solaris 10 (SPARC-64 bit)

2008-06-25 Thread hareesh
Thanks for the reply. Is there any special step that I should do for these examples to work ? Is so, please give those steps. Thanks in advance. On Wed, Jun 25, 2008 at 7:22 AM, Mark Thomas <[EMAIL PROTECTED]> wrote: > hareesh wrote: > >> Please let me know that is there r

Re: Installing Tomcat-5.5.25 in Solaris 10 (SPARC-64 bit)

2008-06-25 Thread Mark Thomas
hareesh wrote: Please let me know that is there restriction to run Servlet in this platform ( SPARC 64-bit with Solaris 10 ) . There is no restriction that I am aware of. This should just work. Is there any restriction that jfreeshat (*version 1.0.0.*) will not work on

Re: Tomcat caching and deployment issues

2008-06-25 Thread Mark Thomas
Steven Probetts wrote: Thanks for your replies. Couple of things, I'm in Australia so that is why I don't get back to you straight away. Also, I hope I'm replying properly and that this message get put in the correct location in the thread list. To deploy I: Stopped tomcat added the war file