RE: Limiting the number of threads Tomcat 4.1 creates

2005-10-03 Thread Bovy, Stephen J
Users List Subject: RE: Limiting the number of threads Tomcat 4.1 creates Hi Chuck, On Fri, 2005-09-30 at 16:08 -0500, Caldarale, Charles R wrote: > > Is there a way to limit the number of threads that Tomcat 4.1 > > creates in its thread pool? > > Reading the doc n

RE: Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Rob Shields
Hi Chuck, On Fri, 2005-09-30 at 16:53 -0500, Caldarale, Charles R wrote: > The JVM itself creates at least seven daemon threads for internal use, > and Tomcat has a few others besides the request processors. Great, thanks. Since the threads are most doing very little I doubt the 20 or so of them

RE: Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Caldarale, Charles R
> From: Rob Shields [mailto:[EMAIL PROTECTED] > Subject: RE: Limiting the number of threads Tomcat 4.1 creates > > I've tried setting that to 10 and restarting Tomcat, but when > I do a "ps auxm" I see 20 threads running under the Sun VM: The JVM itself creates

RE: Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Rob Shields
Hi Chuck, On Fri, 2005-09-30 at 16:08 -0500, Caldarale, Charles R wrote: > > Is there a way to limit the number of threads that Tomcat 4.1 > > creates in its thread pool? > > Reading the doc never hurts: > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.

RE: Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Caldarale, Charles R
> From: Rob Shields [mailto:[EMAIL PROTECTED] > Subject: Limiting the number of threads Tomcat 4.1 creates > > Is there a way to limit the number of threads that Tomcat 4.1 > creates in its thread pool? Reading the doc never hurts: http://jakarta.apache.org/tomcat/tomcat

Limiting the number of threads Tomcat 4.1 creates

2005-09-30 Thread Rob Shields
Hi Is there a way to limit the number of threads that Tomcat 4.1 creates in its thread pool? It generally shows about 20-35 java processes when running on Linux. I don't need this number of threads since it's only being used by another application that uses 4-8 threads.

Problem using FORM based authetication (Tomcat 4.1)

2005-08-28 Thread Alan Chandler
I have a small database application that I am developing. I have set up a JNDI resource in order to access it in the application. This is defined just inside level in server.xml (password changed)

Re: Include directive works strangely in Tomcat 4.1

2005-08-25 Thread Tim Funk
Hopefully, you are declaring fieldNames somewhere - but for some reason - the scope is probably is not correct. Looking into more detail translated jsp for fieldNames should do the trick. the static block is a helpful feature that lets the jsp compiler re-compile if on eo the files if depends

Include directive works strangely in Tomcat 4.1

2005-08-24 Thread [EMAIL PROTECTED]
I was trying to include a bit of common Java code using the include directive. But it appears to not be working as I would expect. A few places I checked include: http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro8.html The gist is that the included file should be inserted inline to the JSP

Re: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread subi
Sent: 18 August 2005 10:00 > To: Tomcat Users List > Subject: Re: Http-status 500 error in Tomcat 4.1 > > > Just guessing, but are your servlets in a package? Packageless classes > do not work. See http://jakarta.apache.org/tomcat/faq/classnotfound.html > > Mark >

Re: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Litty Preeth
Hi Subi, > 1. C:\Program Files\Apache Group\Tomcat > 4.1\webapps\testapp\classes >-here i have my servlet But ur class files shud be in : C:\Program Files\Apache Group\ Tomcat4.1\webapps\testapp\WEB-INF\classes And in ur html file ur fo

RE: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Raghupathy,Gurumoorthy
Good spotted -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 18 August 2005 10:00 To: Tomcat Users List Subject: Re: Http-status 500 error in Tomcat 4.1 Just guessing, but are your servlets in a package? Packageless classes do not work. See http

Re: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Mark Thomas
Just guessing, but are your servlets in a package? Packageless classes do not work. See http://jakarta.apache.org/tomcat/faq/classnotfound.html Mark subi wrote: Hello All, I am using Tomcat 4.1. I just started working in it, so this asking may be childish, if so, pls don't mista

RE: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Raghupathy,Gurumoorthy
Well I can also think of one more issue ... Installing tomcat in a directory with spaces in them I would rather suggest that you install tomcat in directory without spaces ( not C:\Program Files\Apache Group\Tomcat 4.1\ ) c:\Server\tomcat4.1\ will be a good option. I had loads of problems

Re: Http-status 500 error in Tomcat 4.1

2005-08-18 Thread Rakesh
8, 2005 11:28 AM Subject: Http-status 500 error in Tomcat 4.1 Hello All, I am using Tomcat 4.1. I just started working in it, so this asking may be childish, if so, pls don't mistake me. Here is my webapp structure: 1. C:\Program Files\Apache Group\Tomcat 4.1\we

Http-status 500 error in Tomcat 4.1

2005-08-17 Thread subi
Hello All, I am using Tomcat 4.1. I just started working in it, so this asking may be childish, if so, pls don't mistake me. Here is my webapp structure: 1. C:\Program Files\Apache Group\Tomcat 4.1\webapps\testapp\classes -here i have my servlet classes

RE: How to turn off perssitent sessions in Tomcat 4.1?

2005-08-06 Thread Richard Mixon (qwest)
Hmm, I assume you have read the documentation on this: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/manager.html If so, have you tried leaving the manager element out? HTH - Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August

Re: How to turn off perssitent sessions in Tomcat 4.1?

2005-08-05 Thread Christoph Kutzinski
e.org Subject: RE: How to turn off perssitent sessions in Tomcat 4.1? I am waiting for a good response. Can any body help me out in this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 6:01 PM To: tomcat-user@jakarta.apache.org Subjec

RE: How to turn off perssitent sessions in Tomcat 4.1?

2005-08-05 Thread ajith.skumar
Can any one help me out in this issue? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 11:27 AM To: tomcat-user@jakarta.apache.org Subject: RE: How to turn off perssitent sessions in Tomcat 4.1? I am waiting for a good response. Can

RE: How to turn off perssitent sessions in Tomcat 4.1?

2005-08-03 Thread ajith.skumar
I am waiting for a good response. Can any body help me out in this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 6:01 PM To: tomcat-user@jakarta.apache.org Subject: RE: How to turn off perssitent sessions in Tomcat 4.1? Hi Edgar

RE: How to turn off perssitent sessions in Tomcat 4.1?

2005-08-03 Thread ajith.skumar
Hi Edgar, Thanks for the reply. But I am using Tomcat 4.1.29 and I tried this option (I mean, pathname="" in Manager element of server.xml) in Tomcat 4.1.29, which is not successful. Is there any way to turn off session persistence in Tomcat 4.1 itself or I need to upgrade to Tomca

Re: How to turn off perssitent sessions in Tomcat 4.1?

2005-08-03 Thread Edgar Alves
Hi, On Tomcat 5.5 you can turn persistent session loading off by setting the SessionManager pathname attribute to "". Hope that helps. -- Edgar Alves [EMAIL PROTECTED] wrote: >Hi, > > > > >I am using Apache+Tomcat 4.1.29 for running my application. When I am >restarting Tomcat I am getting p

How to turn off perssitent sessions in Tomcat 4.1?

2005-08-03 Thread ajith.skumar
Hi, I am using Apache+Tomcat 4.1.29 for running my application. When I am restarting Tomcat I am getting persistent session loading exception like this: 2004-03-11 13:52:18 StandardManager[] IOException while loading persisted sessions: java.io.WriteAbortedException: writing aborted; j

illogical redirect on Tomcat 4.1

2005-07-31 Thread Tom
My Tomcat 4.1.24 returns a 302 (redirect) status on all its physical files (so not JSPs or servlets), complete with a valid redirect path. Anyone seen this behaviour before? It also happens on other systems, so it is an Tomcat/application issue. But since the application has nothing to do with

Re: CSJakharia: Difference between Tocmat 5.5.2 and Tomcat 4.1

2005-07-08 Thread Rahul Akolkar
On 7/8/05, Chirag <[EMAIL PROTECTED]> wrote: > I am undergoing Project development in Tomcat 5.5.2 > which has to be converted for another Client in Tomcat > 4.1 but I have no idea regarding the > improvements/Difference between Both the version and > so am confused to say h

CSJakharia: Difference between Tocmat 5.5.2 and Tomcat 4.1

2005-07-08 Thread Chirag
I am undergoing Project development in Tomcat 5.5.2 which has to be converted for another Client in Tomcat 4.1 but I have no idea regarding the improvements/Difference between Both the version and so am confused to say how much time would be required If any one knows the difference or any Link by

Trouble with JDBC Session Persistence (Tomcat 4.1)

2005-07-07 Thread lawrence
I am having some troubles getting JDBC session persistance to work. I have set up my Oracle DB and server.xml correctly (as I have verified that the session is indeed stored in the DB), but then after restarting tomcat, it appears that the session is not getting swapped in correctly. Here is

Re: error messages during tomcat 4.1 startup

2005-07-07 Thread Jon Wingfield
It looks like your web.xml DOCTYPE definition is either missing or incorrect. Digester is using a validating parser and so barfs. Review your web.xml document(s). Jon Tewari,kuldeep wrote: Hi, I am getting following messages during tomcat 4.1 startup. What could be the cause? Jul 7, 2005

error messages during tomcat 4.1 startup

2005-07-06 Thread Tewari,kuldeep
Hi, I am getting following messages during tomcat 4.1 startup. What could be the cause? Jul 7, 2005 10:28:00 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on port 8080 Starting service Tomcat-Standalone Apache Tomcat/4.1.30 Jul 7, 2005 10:28:02 AM

Howto to turn Tomcat 4.1.x DBCP logging on ?

2005-07-06 Thread Bertrand Renuart
Hello, I'm running Tomcat 4.1.x and would like to get some log info about DBCP. Does someone know how I could turn DBCP's logging on ? Thx /bertrand

Re: Logging (Log4J) with Tomcat 4.1.x

2005-07-05 Thread Daniel Fanjul
No, you have to put each application log4j.xml in each WEB-INF/classes or WEB-INF/lib (in a jar) The first time you declare a Logger in your app, log4j.xml is searched in the ClassLoader; but, I don´t know why (maybe some log4j initialization static code), some log4j class is loaded by the Tomc

Re: Logging (Log4J) with Tomcat 4.1.x

2005-07-04 Thread Peter Verhoye
log4j lib must bin in the Tomcat's common/lib There are multiple webapps deployed on the server. Will adding log4j to common/lib not activate log for all of them? BB Peter 2005/7/4, Anoop kumar V <[EMAIL PROTECTED]>: A log4j mailing list might give u a more effective answer Try a

Re: Logging (Log4J) with Tomcat 4.1.x

2005-07-04 Thread devisch . w
TECTED] cc: 04/07/2005 16:54 Subject: Re: Logging (Log4J) with Tomcat 4.1.x Please r

Re: Logging (Log4J) with Tomcat 4.1.x

2005-07-04 Thread Daniel Fanjul
log4j lib must bin in the Tomcat's common/lib 2005/7/4, Anoop kumar V <[EMAIL PROTECTED]>: > > A log4j mailing list might give u a more effective answer > > Try and change the appender to be ConsoleAppender (please check the > name) - see if the output displays on the tomcat console.Then

Re: Logging (Log4J) with Tomcat 4.1.x

2005-07-04 Thread Anoop kumar V
A log4j mailing list might give u a more effective answer Try and change the appender to be ConsoleAppender (please check the name) - see if the output displays on the tomcat console.Then u can debug from there... HTH, Anoop On 7/4/05, Peter Verhoye <[EMAIL PROTECTED]> wrote: > Hi all, > >

Logging (Log4J) with Tomcat 4.1.x

2005-07-04 Thread Peter Verhoye
Hi all, I must be getting stupid or so but the logging in my webapp doesn't work anymore. I've the log4j.properties file in WEB-INF/classes log4j.jar is in WEB-INF/lib My properties are: # # Configures Log4j as the Tomcat system logger # # # Configure the logger to output info level messages

Re: SLL on Apache Tomcat 4.1

2005-06-29 Thread Rajasekar
> > I am trying to register at Verisign for an SSL certificate. We are running > Tomcat 4.1 on our server. In order to obtain a CSR on the server, I must > specify whether I want the Apache SSL or the Mod SSL. Can you please tell > me which option I need to choose? > >

SLL on Apache Tomcat 4.1

2005-06-29 Thread Marilyn Belcher
I am trying to register at Verisign for an SSL certificate. We are running Tomcat 4.1 on our server. In order to obtain a CSR on the server, I must specify whether I want the Apache SSL or the Mod SSL. Can you please tell me which option I need to choose? Thanks Marilyn Marilyn Belcher

Force HTTP -> HTTPS redirect Tomcat 4.1

2005-06-14 Thread Spruell, Darren-Perot
We use a vendor-supplied application that is bundled with Tomcat 4.1.29. Although we have configured it with an SSL-capable HTTP/1.1 Connector on port 443, we still have a connector listening on port 80 that allows cleartext connections to the server as well. Is there a configuration possible by

Re: Cannot start Tomcat 4.1

2005-06-10 Thread pacea
using the web manager... it can not > do it. > Now, I cannot start Tomcat (using catalina.sh run), getting this message: > > ... > Jun 10, 2005 12:18:28 PM org.apache.coyote.http11.Http11Protocol init > INFO: Initializing Coyote HTTP/1.1 on http-8180 > Starting service

Cannot start Tomcat 4.1

2005-06-10 Thread Andrés Reyes
this message: ... Jun 10, 2005 12:18:28 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8180 Starting service Tomcat-Standalone Apache Tomcat/4.1 Catalina.start: LifecycleException: Context startup failed due to previous errors LifecycleException

RE: Jk 1.2.10+ & Tomcat 4.1.x slight problem

2005-05-18 Thread Guernsey, Byron \(GE Consumer & Industrial\)
Should I assume this is a known issue or bug? Thanks, Byron -Original Message- From: Guernsey, Byron (GE Consumer & Industrial) Sent: Wednesday, May 11, 2005 5:53 PM To: Tomcat Users List Subject: Jk 1.2.10+ & Tomcat 4.1.x slight problem I'm running into a minor

Re: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Gurumoorthy
lse. - Original Message - From: "Gabriel Belingueres" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 17, 2005 7:28 PM Subject: Deny directory listing in Tomcat 4.1.x Hi, I need to deny the access to my web app's directory listing in Tomcat 4.1.x. How do

Re: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Lutz Zetzsche
Hi Gabriel, Am Dienstag, 17. Mai 2005 20:28 schrieb Gabriel Belingueres: > Hi, > I need to deny the access to my web app's directory listing in > Tomcat 4.1.x. > > How do I do that? > TIA, > Gabriel I don't have running Tomcat 4.1 here to have a look at the web

RE: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Robert Harper
a virus or defect exists.   -Original Message- From: Gabriel Belingueres [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 12:29 PM To: tomcat-user@jakarta.apache.org Subject: Deny directory listing in Tomcat 4.1.x Hi, I need to deny the access to my web app's directory listi

Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Gabriel Belingueres
Hi, I need to deny the access to my web app's directory listing in Tomcat 4.1.x. How do I do that? TIA, Gabriel

Re: Can a client recapture a session in Tomcat 4.1

2005-05-13 Thread Ronald Klop
ed to tell the browser to persist the session cookie or some such thing. Or would it work browser-independently using URL-rewriting? If there is such a mechanism, does it pose any security concerns (e. g. through Tomcat reusing a session-id for a totally different session?) We're on Tomcat

Re: Can a client recapture a session in Tomcat 4.1

2005-05-12 Thread Will Hartung
> From: Millies, Sebastian [mailto:[EMAIL PROTECTED] > Sent: 12 May 2005 15:57 > Can a client recapture his Tomcat session after he has accidentally closed > the browser, provided that the session object still exists on the server? If the client authenticates to your server (i.e. they log in), th

Re: Can a client recapture a session in Tomcat 4.1

2005-05-12 Thread Lutz Zetzsche
Hi Tim, Am Donnerstag, 12. Mai 2005 17:20 schrieb Tim Diggins: > Using IP sounds a bit scary as a lookup - think of all the users with > equivalent IP addresses (because of NATing routers/firewalls, etc.). > Plus it would be a strikes me it would be a nightmare to test... > > But, if instead you w

RE: Can a client recapture a session in Tomcat 4.1

2005-05-12 Thread Arup Vidyerthy
2005 16:21 To: Tomcat Users List Subject: Re: Can a client recapture a session in Tomcat 4.1 Using IP sounds a bit scary as a lookup - think of all the users with equivalent IP addresses (because of NATing routers/firewalls, etc.). Plus it would be a strikes me it would be a nightmare to test

Re: Can a client recapture a session in Tomcat 4.1

2005-05-12 Thread Tim Diggins
ED] Sent: 12 May 2005 15:57 To: tomcat-user@jakarta.apache.org Subject: Can a client recapture a session in Tomcat 4.1 Can a client recapture his Tomcat session after he has accidentally closed the browser, provided that the session object still exists on the server? Would this be a browser-spe

Re: Can a client recapture a session in Tomcat 4.1

2005-05-12 Thread Lutz Zetzsche
ession-id for a totally different session?) > > We're on Tomcat 4.1. Would the answer be any > different for Tomcat 5.0? > > Thanks for any enlightenment or additional > pointers-. From my point of view, you are already asking the right questions. Firstly, if you would always main

RE: Can a client recapture a session in Tomcat 4.1

2005-05-12 Thread Arup Vidyerthy
Arup -Original Message- From: Millies, Sebastian [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 15:57 To: tomcat-user@jakarta.apache.org Subject: Can a client recapture a session in Tomcat 4.1 Can a client recapture his Tomcat session after he has accidentally closed the browser, provided tha

Can a client recapture a session in Tomcat 4.1

2005-05-12 Thread Millies, Sebastian
would it work browser-independently using URL-rewriting? If there is such a mechanism, does it pose any security concerns (e. g. through Tomcat reusing a session-id for a totally different session?) We're on Tomcat 4.1. Would the answer be any different for Tomcat 5.0? Thanks for any enligh

Jk 1.2.10+ & Tomcat 4.1.x slight problem

2005-05-11 Thread Guernsey, Byron \(GE Consumer & Industrial\)
I'm running into a minor issue with jk 1.2.12, Apache 2.0.52-MPM, and Tomcat 4.1.31 server. It appears that Tomcat 4.1.xx is closing every ajp13 connection after 1 request. It also appears that if I get a burst of lets say 10 connections at once in Apache, that creates 10 connections to T

configuration tips / tomcat 4.1 / mod_jk2

2005-04-26 Thread mbneto
Hi, I am trying to understand what options should I configure in my tomcat/mod_jk2 enviroment in order to host jsp-enabled sites. I use apache 2 with virtual hosts. any tips would be great. - To unsubscribe, e-mail: [EMAIL PROT

Re: Help with JDBCRealm config on Tomcat 4.1

2005-04-23 Thread joelsherriff
AIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, April 22, 2005 3:56 PM Subject: Help with JDBCRealm config on Tomcat 4.1 > Hope someone can help me - I'm still a relative newbie to tomcat, am baffled > at this point and I can't even get it configured so that I > can

Help with JDBCRealm config on Tomcat 4.1

2005-04-22 Thread joelsherriff
Hope someone can help me - I'm still a relative newbie to tomcat, am baffled at this point and I can't even get it configured so that I can get debug info to find out what's wrong. I've added a context to my server.xml for the webapp I'm trying to set up JDBCRealm authentication for:

Using SSL with IIS and Tomcat 4.1

2005-03-25 Thread Anderson, Rick A
Hi. I have successfully set up IIS 5.0 as the web server in a DMZ servicing Tomcat 4.1 as the application server in a secure zone. Now I am trying to enable SSL from the client's browser through to the application server. I cannot get this to work. I don't know if I need to activ

RE: Tomcat 4.1 and auto-redirect/URL rewrite

2005-03-07 Thread Subir Sengupta
You could write a filter to do this. So if the filter see's the shorter url it can redirect/forward to the longer url. Subir -Original Message- From: David Wall [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 11:26 AM To: Tomcat Users List Subject: Tomcat 4.1 and auto-red

Tomcat 4.1 and auto-redirect/URL rewrite

2005-03-07 Thread David Wall
I have a page in a tomcat 4.1 webapp that has a rather lengthy path name, but I'd like to be able to email a much shorter link to avoid long links being broken across lines by some older email clients. With Apache HTTPD's rewrite module, this could be accomplished. Is there somethi

tomcat 4.1.x with jdk1.4.2 ssl certificate(4096-key length) support

2005-03-04 Thread Matej Kafadar
Hello, is it possible to have tomcat 4.1.x running with jdk1.4.2 and have SSL with client authentication(client has certificate issued by CA which has certificate with public key length of 4096 bit)? Java 1.4 doesn't support rsa key size of 4096 (only to 2084). With keytool you aren'

Re: Migration from Tomcat 4.1 to Tomcat 5.0

2005-03-02 Thread Adrian Robert
On Mar 2, 2005, at 9:39 AM, Kiran Patel wrote: Thank you. I setup an environment variable JAVS_HOME and it is working now. Now, I have another question. How to setup a context? In Tomcat 4.1, I have it in server.xml. What I found from the documentation is that to create a separate file for

Re: Migration from Tomcat 4.1 to Tomcat 5.0

2005-03-02 Thread Kiran Patel
Thank you. I setup an environment variable JAVS_HOME and it is working now. Now, I have another question. How to setup a context? In Tomcat 4.1, I have it in server.xml. What I found from the documentation is that to create a separate file for context, but I don't know where to put the

Re: Migration from Tomcat 4.1 to Tomcat 5.0

2005-03-02 Thread Christian Mangold
Kiran Patel schrieb: get the error windows can not find '-Djava.endorsed.dirs=' hi! look at your environment-variables JAVA_HOME should be set correctly! hth -Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: Migration from Tomcat 4.1 to Tomcat 5.0

2005-03-02 Thread Wolfgang Hackl
Kiran Patel wrote: I have a application runing on Tomcat 4.1. I want to change to Tomcat 5.0. I already installed Tomcat 5.0.28 and configured server.xml and web.xml according to the document. But when I click startup.bat, I get the error windows can not find '-Djava.endorsed.dirs='

Migration from Tomcat 4.1 to Tomcat 5.0

2005-03-01 Thread Kiran Patel
I have a application runing on Tomcat 4.1. I want to change to Tomcat 5.0. I already installed Tomcat 5.0.28 and configured server.xml and web.xml according to the document. But when I click startup.bat, I get the error windows can not find '-Djava.endorsed.dirs=' . I get the

Server.xml configuration in Tomcat 4.1

2005-02-10 Thread Shilpa Nalgonda
Hi All, i am using Tomcat4.1, and whenever i create new application i am adding the context details in server.xml Is it possible to create a new myapp.xml file and put the context info in that. I tried to create a myapp.xml and place it under webapps directory, but the application is not finding it

Is it possible to deploy an MBean on Tomcat 4.1 ?

2005-02-04 Thread Marchioni Francesco
Hi all tomcat users, I'm in need to deploy an MBean component that does some admin functions for my webapp. Is it possible to deploy the mbean on tomcat 4.1 -and access it from a jsp/servlet- ? or do I need to install other server-side components ? Thanks a lot Fran

Tomcat 4.1 - Mem Usage, Logging, Flush Props

2005-02-03 Thread Kalyan Inuganti
Hi, Are there any tomcat instrumentation tools that can do the following: 1. Show Memory Usage: Global Memory Usage (if multiple apps are deployed on the same server) App Specific memory usage. Can we even go to the Object level? Any OpenSource tools that can already do this? 2. Reset L

Environment entry in web.xml not executed by Tomcat (4.1)

2005-02-02 Thread Mai Nguyen
Hello, Is there a way to execute the Tomcat defaults settings other than using the web.xml file? I have the following entry in the web.xml file located in the Tomcat webapps directory where our app is deployed: ...webapps/MyTest/WEB-INF/web.xml true or false to allow the retrieval of WSD

Re: Re: Tomcat 4.1/java 1.4.1.02/winxp/Download a xml file from a server

2005-01-17 Thread Ramien E. Rosillo G.
at without a problem.Thanks for the answers.RR.- <[EMAIL PROTECTED]>Re: Tomcat 4.1/java 1.4.1.02/winxp/Download a xml file from a server>("Content-Disposition", > "attachment;filename=\"" + nombreBorrador+"\""); I think the end result is supp

Re: Tomcat 4.1/java 1.4.1.02/winxp/Download a xml file from a server

2005-01-14 Thread Ben Souther
>("Content-Disposition", > "attachment;filename=\"" + nombreBorrador+"\""); I think the end result is supposed to be: "attachment;filename=filename.ext" without the quotes around the filename. - To unsubscribe, e-mail: [EMAI

Tomcat 4.1/java 1.4.1.02/winxp/Download a xml file from a server

2005-01-14 Thread Ramien E. Rosillo G.
Hi guys,I have a JSP applicaction using tomcat 4.1 wich is accesed from internet using an IIS server for the redirection.In my servlet I'm generating a XML file wich will be downloaded by the client, in the servlet I set up this header, like in the others forums some fe

Re: Tomcat 4.1.x and mod_jk config

2005-01-13 Thread Parsons Technical Services
pache http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/howto/apache.html If not http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html Doug - Original Message - From: "John Martyniak" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, January 13,

Tomcat 4.1.x and mod_jk config

2005-01-13 Thread John Martyniak
Hi everyone, I am trying to configure my Apache server to talk to my Tomcat server using mod_jk. It is kind of a major nightmare. The first step for me is to get it working at any level. Meaning that I can do http://localhost/examples/jsp/index.jsp and it brings the page up and runs the jsp. H

Tomcat 4.1, Java 1.4.2_06, SSL randonmly crashing

2005-01-10 Thread Dean Jackson
If anyone can help on this, it'd be hugely appreciated. I'm unable to find much through Google, although am planning to spend the day looking. Previously, I had hardware doing https:// security, and then passing to Tomcat, which handles http:// requests quite nicely. Now, I have Tomcat handing h

Problem with Tomcat 4.1 in security mode (NT service)

2005-01-10 Thread Cocula Remi
Hi all, I run a Tomcat 4.1 on Windows 2000. I have installed it as an NT service and it works fine. here is the script used to install the service : -- set SERVICENAME=Apache Tomcat set JAVACLASSPATH=%CLASSPATH% set JAVACLASSPATH=%JAVACLASSPATH%;"%CATALINA_HOME

RE: Connection Pooling with Tomcat 4.1 and SQL Server 2000

2005-01-06 Thread Johnson, Jay
er. Thanks for help! -Original Message- From: Friedrich Gonzalez [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 6:10 AM To: Tomcat Users List Subject: Re: Connection Pooling with Tomcat 4.1 and SQL Server 2000 Everything you did with the driver,server.xml,web.xml is ok. But it sou

Re: Connection Pooling with Tomcat 4.1 and SQL Server 2000

2005-01-06 Thread Friedrich Gonzalez
tomcat 4 with db2 so i went to tomcat 5. now everything is just better. Johnson, Jay escribió: I am trying to establish a connection pool in Tomcat 4.1 to SQL Server 2000. Looking at the SQL Server trace utility, it appears Tomcat connects with the correct username/password and then the following

Connection Pooling with Tomcat 4.1 and SQL Server 2000

2005-01-05 Thread Johnson, Jay
I am trying to establish a connection pool in Tomcat 4.1 to SQL Server 2000. Looking at the SQL Server trace utility, it appears Tomcat connects with the correct username/password and then the following exception is thrown: java.lang.UnsupportedOperationException at

Re: Tomcat 4.1 DBCP DB2 Problem (UPDATED)

2004-12-27 Thread Friedrich Gonzalez
hi everyone. The problem did show up again in the web application. So the solution of upgrading the dbcp.jar helped performance but did not solve the situation. I found this site: http://java.sun.com/j2se/1.3/docs/guide/jdbc/getstart/bridge.doc.html/ "... The JDBC-ODBC Bridge driver is recommende

Re: Log issues in Tomcat 4.1

2004-12-23 Thread Jacob Kjome
At 11:38 AM 12/23/2004 +0530, you wrote: >Hi All, > >In one of my production we are using Tomcat 4.1. > >Problem is if we didnt restart the tomcat services for 1 month thne log size >of STDout.log become more then 1 GB. > >I know we can reduce that by avoiding System.out.pr

Log issues in Tomcat 4.1

2004-12-22 Thread Pradeep Chauhan
Hi All, In one of my production we are using Tomcat 4.1. Problem is if we didnt restart the tomcat services for 1 month thne log size of STDout.log become more then 1 GB. I know we can reduce that by avoiding System.out.println. But we need that to get the root cause of some issues which are

Re: Tomcat 4.1 DBCP DB2 Problem

2004-12-22 Thread Erika . Schoenmoser
Return Receipt Your Re: Tomcat 4.1 DBCP DB2 Problem document

Re: Tomcat 4.1 DBCP DB2 Problem

2004-12-22 Thread Friedrich Gonzalez
I think i should add something to my own thread. I check the site of dbcp http://jakarta.apache.org/commons/dbcp/downloads.html and found that i had the old version of commons-dbcp (1.1) and commons-pool (1.2) the release notes say something about Performance optimizations in the PoolableConnecti

Tomcat 4.1 DBCP DB2 Problem

2004-12-21 Thread Friedrich Gonzalez
Hi; this is my first post, and i apprecciate a lot your help. We have a Tomcat Application Server 4.1.30, Sun JVM 1.4.2_05 in W2K server (512 ram) connected to a DB2 6.X resident in a IBM/390. The web application performs several access to the DB2 for each user. We have normally 200 connections to

Log File Rotation in Tomcat 4.1?

2004-12-14 Thread Montz, James C. (James Tower)
How are other admins handling log file rotation and clean up with Tomcat 4.1 on Linux in a Multiple Tomcat instance hosting environment? Is there any way to have Logger::FileLogger not insert a timestamp in the filename? (Short of re-writing the class?) My initial plan was to use something like

RE: tomcat 4.1 + default session manager

2004-12-03 Thread Benjamin Armintor
EMAIL PROTECTED] Sent: Friday, December 03, 2004 8:27 AM To: Tomcat Users List; Shapira, Yoav Subject: RE: tomcat 4.1 + default session manager Hi, sorry, that was not what i meant, my fault. What i mean is: can i change the default session manager in a general way. I don't want to create a

RE: tomcat 4.1 + default session manager

2004-12-03 Thread Pieter Vandepitte
is changing the default session manager (with jdbc > >based store). Is there a way to do this (Tomcat 4.1)? > > Yup. Just declare the session manager you want, with its store, > inside > the Context or Host element you want in server.xml. It'll supersede > the &

RE: tomcat 4.1 + default session manager

2004-12-03 Thread Shapira, Yoav
Hi, >as i conclude from the tomcat documentation, a default session manager >is used when you do not specify one in your Context. >What i wanna do is changing the default session manager (with jdbc >based store). Is there a way to do this (Tomcat 4.1)? Yup. Just declare the session

tomcat 4.1 + default session manager

2004-12-03 Thread Pieter Vandepitte
Hi, as i conclude from the tomcat documentation, a default session manager is used when you do not specify one in your Context. What i wanna do is changing the default session manager (with jdbc based store). Is there a way to do this (Tomcat 4.1)? best regards Pieter

tomcat 4.1 persistent jdbc session manager

2004-12-01 Thread Pieter Vandepitte
Hi, i have followed the steps as described in http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/manager.html to create a jdbc based store: I have an oracle9 db where I created a table as following: create table bb_bb60.tomcat_sessions ( session_id varchar(100) not null

Re: Tomcat 4.1: Setting Up Connection Pooling, Adding Resource to server.xml,

2004-11-26 Thread David Stevenson
r -rw-r--r--1 davidstevenson42492 Nov 26 20:06 commons-pool-1.2.jar -rw-r--r--1 davidstevenson 107631 Nov 26 20:08 commons-dbcp-1.2.1.jar Based on the Tomcat Documentation, I revamped the server.xml configuration (I haven't modified this yet to include the instructions unde

Tomcat 4.1: Setting Up Connection Pooling, Adding Resource to server.xml

2004-11-26 Thread David Stevenson
Tomcat Development, Wiley Publishing, Inc., p. 283-284. = In Tomcat Administration Page: Clicking on Data Sources, under Resources, under Context /tomcatbook, under Host, gives the following exception, perhaps indicating Tomcat 4.1 is not

RE: changing DBCP version to Tomcat 4.1.x

2004-11-23 Thread Shapira, Yoav
Hi, What you're doing is fine- - DBCP 1.2 / Tomcat 4.1 is a fine combination. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Gabriel Belingueres [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 23, 2004 10:19 AM >To: [EMAIL PROTECTED] >Su

changing DBCP version to Tomcat 4.1.x

2004-11-23 Thread Gabriel Belingueres
Hi, I need to connect to through a DataSource to an Informix database using Tomcat 4.1. As seen in the DBCP docs, DBCP 1.1, which came with Tomcat 4.1 is NOT compatible with IBM-Informix's JDBC driver. This problem is solved in DBCP 1.2, so what I did is replacing the DBCP and POOL jar fil

RE: multipart/byteranges bug in tomcat 4.1.x

2004-11-22 Thread Mark Thomas
part/byteranges bug in tomcat 4.1.x > > Thanks. I'll ask for some quick advice. Is it safer (stability wise) > to upgrade to 5.0.x rather than directly to 5.5.x? > > Thanks, > > Vincent > > > -Original Message- > > From: Mark Thomas [mailto:[EMAI

RE: multipart/byteranges bug in tomcat 4.1.x

2004-11-22 Thread Vincent Gogan
rs List' > Subject: RE: multipart/byteranges bug in tomcat 4.1.x > > > Fixed in CVS for TC4 but I wouldn't expect a 4.1.32 release for > some time (New > Year at the earliest). > > Mark > > > -Original Message- > > From: Shapira, Yoav

RE: multipart/byteranges bug in tomcat 4.1.x

2004-11-22 Thread Mark Thomas
rt/byteranges bug in tomcat 4.1.x > > > Hi, > Don't hold your breath, upgrade if/when possible. > > Yoav Shapira http://www.yoavshapira.com > > > >-Original Message- > >From: Vincent Gogan [mailto:[EMAIL PROTECTED] > >Sent: Friday, Novem

  1   2   3   4   5   6   7   8   9   10   >