Please have a look
http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html
Thanks;
--Gurkan
2010/3/18 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/winds
On 03/17/2010 09:35 PM, Anthony J. Biacco wrote:
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.
OK. Here is the problem
Send request header
[Wed Mar 17
2010/3/17 Goldberg, Michael1 :
> 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 is
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.
T
Hi Mark,
Will apache.org correct the Tomcat documentation or fix the code?
Thank you.
On 18 March 2010 11:16, Caldarale, Charles R 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 code will be fixed?
>
> 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
> 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:
http://issues.apache.org/bugzilla/enter_bug.cgi?
Hi Chuck,
OIC, so when the code will be fixed?
On 18 March 2010 11:07, Caldarale, Charles R 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
>> (http://tomcat.apache.or
> 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
> "session
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
> 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
diffe
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 wrote:
> On 17/03/2010 06:5
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.
303-573-1800x27
On Tue, Mar 16, 2010 at 11:54 PM, Brad Lajoie 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
> MyWebsite/WebContent/imag
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
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-user&m=103843452413727&w=2
and its possible that this snip
>
> 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
On 17 March 2010 14:50, Goldberg, Michael1 wrote:
> 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
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 different
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 Message--
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 cl
> 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 wai
ough, my firewall settings was faulty.
Thank you very much.
On Wed, Mar 17, 2010 at 5:47 PM, Josef Pullicino
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 you have the
> require
On 17 March 2010 10:22, Taylan Develioglu 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, stack(0x42a4f000,0x42a7)]
>
[...]
Are
On 17 March 2010 10:16, Taylan Develioglu 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 (ParNew).
>
> Ick. To ro
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, w
I am so stupid !
Thanks for pointing me this error, it works as expected now.
Laurent
2010/3/17 Konstantin Kolinko
> 2010/3/17 Laurent Vaills :
> >(...)
> > 1catalina.org.apache.juli.FileHandler.level = FINE
> > 1catalina.org.apache.juli.FileHandler.pattern = /tmp/catalina.log
> > 1catalina.o
2010/3/17 Laurent Vaills :
>(...)
> 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
1catalina.java.util.logging.FileHandler.
> #1c
Thank you very much Mark, I will try it tomorrow.
On 17 March 2010 16:40, Mark Thomas 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 latest 6.0.x
>
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, Mar
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 java.net.
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
Hi community,
I'm trying to session clustering between two tomcat servers, reading
http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html. My system
is as below:
Server1: (HTTPD + tomcat1)
Server2: (only tomcat2 w/o HTTPD)
I expected working well, but I received below messages from tomcat2,
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
d
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
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. Ho
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
On 17 March 2010 07:23, Ningappa Koneri 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 allocated to the Java virtual
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 disab
39 matches
Mail list logo