how to do directory listing in tomcat 5.5

2010-03-17 Thread Brad Lajoie
I've been trying for so long to get directory listing in Tomcat 5.5 to work for my website and I still can't get it to work. Magically, at one point it worked somewhat for directories with jpgs, css, js, etc files, but not directories with video files such as mkv, avi, etc. I've followed numerous

RE: Tomcat 6 on RHEL3

2010-03-17 Thread Ningappa Koneri
Hi Gurkan, I guess ur right, as tomcat is trying to deploy the applications it's taking lot of time because of compilation only I guess. One more thing is why home page is not coming? The http request bytes got stuck in recv queue of tomcat port. How to get rid of this situation ? can't v

Re: Tomcat 6 on RHEL3

2010-03-17 Thread Peter Crowther
On 17 March 2010 07:23, Ningappa Koneri ningappa.kon...@comviva.com wrote: It took abt 1328 seconds to startup the applications. Please help. Did you see my response yesterday? -- snip -- What's the spec of the machine on which you're running Tomcat? How much heap and permspace have you

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Pid
On 17/03/2010 06:54, Brad Lajoie wrote: I've been trying for so long to get directory listing in Tomcat 5.5 to work for my website and I still can't get it to work. Magically, at one point it worked somewhat for directories with jpgs, css, js, etc files, but not directories with video files such

Re: Tomcat 6 on RHEL3

2010-03-17 Thread Pid
On 17/03/2010 07:23, Ningappa Koneri wrote: Hi Gurkan, I guess ur right, as tomcat is trying to deploy the applications it's taking lot of time because of compilation only I guess. One more thing is why home page is not coming? The http request bytes got stuck in recv queue of tomcat port.

Removing the date from the name of the file catalina.{date}.log

2010-03-17 Thread Laurent Vaills
Hi all, I'd like to have a catalina.log instead of catalina.{date}.log . I took a look as saw the the implementation of the class org.apache.juli.FileHandler forces to have a date in the filename. (I would then suggest to rename it DateFileHandler or DailyFileHandler). I tried to modify the file

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread CBy
On 17-3-2010 8:45, Pid wrote: On 17/03/2010 06:54, Brad Lajoie wrote: I've been trying for so long to get directory listing in Tomcat 5.5 to work for my website and I still can't get it to work. Magically, at one point it worked somewhat for directories with jpgs, css, js, etc files, but not

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Mark Thomas
On 17/03/2010 00:49, Goo Sam Kong wrote: May I know how to set the SSL session timeout in Tomcat 5.5.16. I am running JDK 1.5.0 update 7 on RedHat Enterprise. 1. Upgrade to the latest 6.0.x 2. Read the docs: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html Mark

Re: Doubt in tomcat session clustering

2010-03-17 Thread Mark Thomas
On 17/03/2010 08:38, Edward J. Yoon wrote: Mar 17, 2010 5:23:00 PM org.apache.catalina.tribes.group.interceptors.TcpFailureDetector memberAlive SEVERE: Unable to perform failure detection check, assuming member down. java.net.NoRouteToHostException: No route to host at

RE: Doubt in tomcat session clustering

2010-03-17 Thread Josef Pullicino
Hi Mark, That error seems to be coming from lack of network access in between your tomcat servers. Kindly check with your network team so verify if you have the required access through broadcast hearbeats. Thanks, Josef Pullicino Systems Administrator GO GO Mobile, Fra Diego Street,

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Goo Sam Kong
Thank you very much Mark, I will try it tomorrow. On 17 March 2010 16:40, Mark Thomas ma...@apache.org wrote: On 17/03/2010 00:49, Goo Sam Kong wrote: May I know how to set the SSL session timeout in Tomcat 5.5.16. I am running JDK 1.5.0 update 7 on RedHat Enterprise. 1. Upgrade to the

Re: Removing the date from the name of the file catalina.{date}.log

2010-03-17 Thread Konstantin Kolinko
2010/3/17 Laurent Vaills laurent.vai...@gmail.com: (...) 1catalina.org.apache.juli.FileHandler.level = FINE 1catalina.org.apache.juli.FileHandler.pattern = /tmp/catalina.log 1catalina.org.apache.juli.FileHandler.append = true The above three lines have to start with

Re: Removing the date from the name of the file catalina.{date}.log

2010-03-17 Thread Laurent Vaills
I am so stupid ! Thanks for pointing me this error, it works as expected now. Laurent 2010/3/17 Konstantin Kolinko knst.koli...@gmail.com 2010/3/17 Laurent Vaills laurent.vai...@gmail.com: (...) 1catalina.org.apache.juli.FileHandler.level = FINE

Re: [OT] Re: jvm exits without trace

2010-03-17 Thread Taylan Develioglu
Here's a hs_err file after a crash I had yesterday. We turned off some things in our code without restarting and the crashes have virtually stopped but we do still get the off one here and there where the application has not been restarted, could be that the problem lingers and builds up in time,

Re: [OT] Re: jvm exits without trace

2010-03-17 Thread Peter Crowther
On 17 March 2010 10:16, Taylan Develioglu tdevelio...@ebuddy.com wrote: Here's a hs_err file after a crash I had yesterday. The list usually strips attachments; could you paste it? It's a sigsegv in GCTaskThread. From the occupation in eden it looks like it happened during a scavenge

Re: [OT] Re: jvm exits without trace

2010-03-17 Thread Peter Crowther
On 17 March 2010 10:22, Taylan Develioglu tdevelio...@ebuddy.com wrote: Ofcourse this works better if I really attach the file. [...] Java Threads: ( = current thread ) 0x7f3d3c174000 JavaThread MSN-6488 daemon [_thread_in_native, id=28966,

Re: Doubt in tomcat session clustering

2010-03-17 Thread Edward J. Yoon
ough, my firewall settings was faulty. Thank you very much. On Wed, Mar 17, 2010 at 5:47 PM, Josef Pullicino josef.pullic...@go.com.mt wrote: Hi Mark, That error seems to be coming from lack of network access in between your tomcat servers. Kindly check with your network team so verify if

RE: Tomcat 6 on RHEL3

2010-03-17 Thread Caldarale, Charles R
From: peter.crowth...@googlemail.com [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther Subject: Re: Tomcat 6 on RHEL3 Is the machine busy during all this time? Could also be happening if the machine is otherwise idle and various bits of the JVM or your webapps are waiting

Tomcat-Spring-Eclipse/Flex Classpath Issue

2010-03-17 Thread Goldberg, Michael1
Hello I am using Tomcat version 6.0.x, Spring 2.5 in eclipse 3.4.2. Trying to configure a tomcat webserver which hosts the backend for a flex web app. Now on startup tomcat is having an issue resolving some spring dependancies which appears to be a classpath issue. As far as I can tell the

RE: DB connection error -Tomcat 6 config

2010-03-17 Thread Propes, Barry L
Yes, but it doesn't really reveal any more -- it showed unknown source from the lookup call. But why would it read unknown source? When I have it declared? jdbc/myoracle It was basically just stating the same...I'll look at it again to extract the specifics of it. -Original

Re: Problem redirecting requests from IIS to Tomcat by isapi_redirect.dll

2010-03-17 Thread mirkocal
Here it is the whole description of my needs (in my posts I have reported just a part of the problem) and the solution I have found (also thanks to your suggestion): Problem I have a Win 2003 server and I want to run on it several web apps of different customers, each one responding to a

Re: Tomcat-Spring-Eclipse/Flex Classpath Issue

2010-03-17 Thread Peter Crowther
On 17 March 2010 14:50, Goldberg, Michael1 michael1.goldb...@citi.comwrote: Hello I am using Tomcat version 6.0.x, Spring 2.5 in eclipse 3.4.2. Trying to configure a tomcat webserver which hosts the backend for a flex web app. Now on startup tomcat is having an issue resolving some spring

RE: mod_jk 1.2.30 error problem after upgrade

2010-03-17 Thread Anthony J. Biacco
On 03/16/2010 10:07 PM, Anthony J. Biacco wrote: The errors are: [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152): sending to ajp13 pos=4 len=4 max=8192 [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152): 12 34 00 00 00 00 00 00 00 00 00 00 00 00 00

RE: Tomcat-Spring-Eclipse/Flex Classpath Issue

2010-03-17 Thread Goldberg, Michael1
Thanks for the reply Peter I have reviewed the tomcat class loader doc http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html b And it appears I am adhering to the rules but Ive also reviewed this page http://marc.info/?l=tomcat-userm=103843452413727w=2 and its possible that this

Re: mod_jk 1.2.30 error problem after upgrade

2010-03-17 Thread Mladen Turk
On 03/17/2010 07:15 PM, Anthony J. Biacco wrote: On 03/16/2010 10:07 PM, Anthony J. Biacco wrote: The errors are: [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152): sending to ajp13 pos=4 len=4 max=8192 [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1152): 12

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Hassan Schroeder
On Tue, Mar 16, 2010 at 11:54 PM, Brad Lajoie blajoi...@gmail.com wrote: ... but whenever I do: http://localhost:8080/MyWebsite/images This doesn't work, and yes there is an images directory in my web root which in eclipse is MyWebsite/WebContent. So the images directory is in

RE: mod_jk 1.2.30 error problem after upgrade

2010-03-17 Thread Anthony J. Biacco
I may have found it from 5 minutes earlier, I didn't go back that far in the log. I'll mail it privately, I don't feel comfortable posting the content in whole publicly, if that's alright. Thanks again. -Tony --- Manager, IT Operations Format Dynamics, Inc.

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Brad Lajoie
I have stated what I tried, I provided links to numerous sites describing what to do and as I stated, I tried them all. If you opened any of the links you would see exactly what I mean by how I'm supposed to edit the web.xml -Brad On Wed, Mar 17, 2010 at 3:45 AM, Pid p...@pidster.com wrote: On

RE: how to do directory listing in tomcat 5.5

2010-03-17 Thread Caldarale, Charles R
From: Brad Lajoie [mailto:blajoi...@gmail.com] Subject: Re: how to do directory listing in tomcat 5.5 If you opened any of the links you would see exactly what I mean by how I'm supposed to edit the web.xml What someone is supposed to do and what they actually did are often very

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Goo Sam Kong
Hi Mark, Thank you for the solution, it working for me now. I noticed there is a error in Tomcat documentation (http://tomcat.apache.org/tomcat-6.0-doc/config/http.html), the correct attribute for session cache timeout should be sessionCacheTimeout instead of sessionTimeout in HTTPS connector.

RE: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Caldarale, Charles R
From: Goo Sam Kong [mailto:skgo...@gmail.com] Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 I noticed there is a error in Tomcat documentation (http://tomcat.apache.org/tomcat-6.0-doc/config/http.html), the correct attribute for session cache timeout should be

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Goo Sam Kong
Hi Chuck, OIC, so when the code will be fixed? On 18 March 2010 11:07, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Goo Sam Kong [mailto:skgo...@gmail.com] Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 I noticed there is a error in Tomcat documentation

RE: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Caldarale, Charles R
From: Goo Sam Kong [mailto:skgo...@gmail.com] Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 OIC, so when the code will be fixed? No idea - I'm not a committer. It will get more attention if you file a Bugzilla entry for it:

RE: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Caldarale, Charles R
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Subject: RE: How to set SSL session timeout in Tomcat 5.5.16 No idea - I'm not a committer. It will get more attention if you file a Bugzilla entry for it: http://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%206 In

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Goo Sam Kong
Hi Mark, Will apache.org correct the Tomcat documentation or fix the code? Thank you. On 18 March 2010 11:16, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Goo Sam Kong [mailto:skgo...@gmail.com] Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 OIC, so when the

jndi global look up questions

2010-03-17 Thread Narahari 'n' Savitha
Friends: I have the following setup. A Jar file with a class called DBConnectionUtil that reads a specific string for lookup jdbc/windsDS. This jar is being used inside of Websphere7 and it works fine. Inside of Tomcat 6, the same context look up for the jndi of jdbc/windsDS does NOT work.