Re: Tomcat configuration error

2006-06-17 Thread Fredrik Andersson
ok, thanks a bunch :) Sadly I'm away over the weekend and can´t test the configuration just yet. But as soon as I get back again I will try it and let you know how it went :) Den 6/16/2006, skrev Filip Hanik - Dev Lists [EMAIL PROTECTED]: no worries, lets start from the beginning, after that I

Re: Re: help getting jsvc up and running on sles9 on ibm pseries (power5)

2006-06-17 Thread Warren Pace
I know this doesn't address the compilation problems but why not run tomcat as a daemon in a chrooted jail? see: http://www.oreilly.com/catalog/tomcat/chapter/ch06.pdf From: Christian Andersson [EMAIL PROTECTED] Date: 2006/06/15 Thu AM 06:36:47 EDT To: Tomcat Users List

jdk 1.3 and tomcat 4.1

2006-06-17 Thread t malu
Hi, I'm a new user of java and tomcat. I have installed jdk 1.3. I downloaded the apache tomcat 4.1. But everytime I start the server, the following message comes up and then closes. The error message starts out as ... [ERROR] Digester -- Begin event threw exception

Re: jdk 1.3 and tomcat 4.1

2006-06-17 Thread Mark Thomas
t malu wrote: The error message starts out as ... Which exactly which Tomcat version? What OS? Which file did you download? How did you install Tomcat? Please provide the full stack trace. And finally, if you have to use a 1.3 JDK Tomcat 4 should be fine but I would use a later JDK if possible.

Re: jdk 1.3 and tomcat 4.1

2006-06-17 Thread Steve Ochani
Hi, I'm a new user of java and tomcat. I have installed jdk 1.3. I downloaded the apache tomcat 4.1. But If you are a new user of java and tomcat then you should use the current version of jdk and tomcat. jdk 1.3 and tomcat 4.1 are very old. everytime I start the server, the following

Re: tomcat 5.0.28 with JDK 1.5?

2006-06-17 Thread Rumpa Giri
Yes, it works. We have it currently on production. Thanks, Rumpa Giri Sunitha Kumar (sunithak) [EMAIL PROTECTED] wrote: Hi, Wanted to check if tomcat 5.0.28 would work with JDK 1.5? thnx -sunitha - Yahoo! Groups gets better. Check out

Re: tomcat 5.0.28 with JDK 1.5?

2006-06-17 Thread Denis dos Santos Silva |̲̲̅̅Θ̲̅̅ ̲|
Sunitha Kumar (sunithak) wrote: Hi, Wanted to check if tomcat 5.0.28 would work with JDK 1.5? thnx -sunitha Fine ;) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For

realm based security and logging

2006-06-17 Thread squatty
I'm hoping this is a simple one- I want to use the realm based security mechanism in tomcat, but my ops team is unhappy with the silent failures for login and attempts to access protected resources. I set the debug=99 attribute when defining my DataSourceRealm. Unfortunately, the only log

Re: jdk 1.3 and tomcat 4.1

2006-06-17 Thread Bill Barker
t malu [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I'm a new user of java and tomcat. I have installed jdk 1.3. I downloaded the apache tomcat 4.1. But everytime I start the server, the following message comes up and then closes. The error message starts out as ...

Re: realm based security and logging

2006-06-17 Thread squatty
OK- so I figured out i can crank up the logging level to DEBUG and see the kind of logging I want, although it's alot more than I wanted to see. OPS would prefer user admin attempting to access protected resource /protected/protected.jsp or something along those lines, as a WARN level message.

Fwd: Tomcat 5.5 / IIS 6 web server log question

2006-06-17 Thread 0 8
Does anyone know where I can go to get an answer to this question? Thanks, Matt -- Forwarded message -- From: 0 8 [EMAIL PROTECTED] Date: Jun 16, 2006 12:43 PM Subject: Tomcat 5.5 / IIS 6 web server log question To: Tomcat Users users@tomcat.apache.org Hello, I have Tomcat

Re: tomcat5.5.17 cluster(using jdk1.5) error - OutOfMemoryError in starting up on AS4

2006-06-17 Thread Peter Rossbach
Hi, Which JVM memory parameter you use? At pooled mode use more receiver worker set tcpThreadCount=6! You really need deployer? Deployer generate at every startup a large cluster message. Regards Peter Am 18.06.2006 um 06:22 schrieb Dilan Kelanibandara: Hello , I am getting