AW: Long Startup Time

2005-04-01 Thread Torsten Fohrer
Hi, is your application using some listeners / load-on-startup? Fohrer -Ursprüngliche Nachricht- Von: Mike Cherichetti (Renegade Internet) [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. März 2005 22:56 An: Tomcat Users Betreff: Long Startup Time Hi, I'm running Tomcat

Query on catalina.bat of Tomcat 5.0.28

2005-04-01 Thread Lakshmi Narayanan K.
Hi All, In the file catalina.bat, the following lines of code are present: echo Using CATALINA_BASE: %CATALINA_BASE% echo Using CATALINA_HOME: %CATALINA_HOME% echo Using CATALINA_TMPDIR: %CATALINA_TMPDIR% echo Using JAVA_HOME: %JAVA_HOME% set _EXECJAVA=%_RUNJAVA%

Re: Query on catalina.bat of Tomcat 5.0.28

2005-04-01 Thread Anto Paul
On Apr 1, 2005 2:11 PM, Lakshmi Narayanan K. [EMAIL PROTECTED] wrote: Hi All, In the file catalina.bat, the following lines of code are present: echo Using CATALINA_BASE: %CATALINA_BASE% echo Using CATALINA_HOME: %CATALINA_HOME% echo Using CATALINA_TMPDIR: %CATALINA_TMPDIR%

RE: Webdav Webfolder issue when container security enabled

2005-04-01 Thread Fernando Salazar de Paz
I have tried the following: a) Apache/2.0.49 (Win32) DAV/2 mod_jk/1.2.3-devsecurity enabled WWW-Authenticate: Basic realm=ByPassword Works fine (I can edit open PDFs, ZIPs, etc from webfolder) b) Apache Tomcat 4.1.31 / 5.5.7 security disabled Works fine c) Apache Tomcat 4.1.31 / 5.5.7

RE: Webdav Webfolder issue when container security enabled

2005-04-01 Thread Fernando Salazar de Paz
Another thing I have problems using tcpmon from Axis. Index Out of Bounds exceptions when I put the files, and so on. I have used ethereal to sniff network traffic. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Compiling JK under Solaris

2005-04-01 Thread Steven Pannell
Hi, Has anyone ever managed to get the JK sources to compile with Solaris 7?? I have tried many times using every version from 1.2.5 - 1.2.10 any always get compile errors of one sort or another. Just like to know if anyone ever managed this awful task?? cheers, steve.

tomcat 5 not deploying my war

2005-04-01 Thread teknokrat
I place my war in the webapps directory. tomcat 5.5.7 creates the directory and maybe a few others but it does not complete the job. Reloading etc does not fix this. there are no error messages given. Anyone have a clue what could be going on here? thanks

Re: session management

2005-04-01 Thread Lionel Farbos
On Thu, 31 Mar 2005 11:41:55 -0800 (PST) Jagadeesha T [EMAIL PROTECTED] wrote: Hi all, I want to set session in httpservletresponse object, Is there any way to do it. Otherthan response.addCookie(), or response.encodeURL(); Is there any way to set the Jsession In

annoying popup in manager app

2005-04-01 Thread teknokrat
Whenever i need to reload a webapp in the manager in tomcat 5.5.7 I get an annoying popup asking me if i am sure Is there any way to turn off this annoying thing. thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [OT] Proper way to open threads in a servlet

2005-04-01 Thread Lionel Farbos
Your question is not really Tomcat so I put it Off Topic. On Fri, 1 Apr 2005 15:24:10 +1000 Steve Vanspall [EMAIL PROTECTED] wrote: Hi there, I am concerned that opening a thread in my serlvet using new Thread(Runnable) style code, is causing a massive hang in my system. I don't

RE: [OT] Proper way to open threads in a servlet

2005-04-01 Thread Mark Benussi
I would place your e-mail in a MailManager that queues the messages and sends them out on a TimerTask (Every 10 seconds???). Secondly from a pernickety perspective I would not have a Servlet doing any of what you described. At least place this code a level down in a Manager class that can

Re: [OT] Proper way to open threads in a servlet

2005-04-01 Thread Lionel Farbos
On Fri, 1 Apr 2005 11:45:40 +0100 Mark Benussi [EMAIL PROTECTED] wrote: I would place your e-mail in a MailManager that queues the messages and sends them out on a TimerTask (Every 10 seconds???). Secondly from a pernickety perspective I would not have a Servlet doing any of what you

Clustering question

2005-04-01 Thread Steven Pannell
Hi, I have setup two tomcat 5.5.7 servers which are clustered. Everything is working and the basic session is replication. However, when I add my own custom java object to the session this is not replicated. I have made it Serializable but this object also contains other java objects which

RE: Clustering question

2005-04-01 Thread Dale, Matt
Yes this is a problem. All objects contained within a serializable object must in turn be serializable themselves. -Original Message- From: Steven Pannell [mailto:[EMAIL PROTECTED] Sent: 01 April 2005 12:33 To: 'tomcat-user@jakarta.apache.org' Subject: Clustering question Hi, I have

[OT] Serialization (was RE: Clustering question)

2005-04-01 Thread Peter Crowther
From: Dale, Matt [mailto:[EMAIL PROTECTED] Yes this is a problem. All objects contained within a serializable object must in turn be serializable themselves. Or marked as 'transient'. This omits them from serialization. - Peter

Re: Clustering question

2005-04-01 Thread Viorel Dragomir
Not all the objects inside your class must be serializable. Set all the objects you don't want to persist as transient. [ For instance, I don't want to persist a data connection [in this way] or a logger ] Viorel Dragomir . ..

Re: Apply single login (NTLM) on Tomcat

2005-04-01 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/windows.html#ntlm -Tim Marcus Nugroho wrote: Hi All, We intend to use single user login using Windows NT for the Tomcat. so that the user can use the same user-id with his NT user to login into our web application. Does anyone have experiences on how to apply

Re: Proper way to open threads in a servlet

2005-04-01 Thread Tim Funk
Ya, you can open a new thread which has the sole job of sending the email then dying. The only drawback is if sending the email hangs, then tomcat could hang unless you make the thread a daemon thread. -Tim Steve Vanspall wrote: Hi there, I am concerned that opening a thread in my serlvet

Re: annoying popup in manager app

2005-04-01 Thread Tim Funk
sorry if I find this funny, but I just saw a bugzilla complaint requesting another confirmation screen. As to your question, i don't know. -Tim teknokrat wrote: Whenever i need to reload a webapp in the manager in tomcat 5.5.7 I get an annoying popup asking me if i am sure Is there any way

Re: Closed Input Stream across firewall

2005-04-01 Thread Tim Funk
My only guess is the firewall times the connection out on inactivity. So if the servlet needs to do additional processing before the response is sent and the time is too long - the firewall might drop the connection. -Tim Vineet Chopra wrote: I am not calling getParameter method, instead

ssl configuration on tomcat

2005-04-01 Thread Mustafa BLKBA
Hi, Is there anyone who can help me how to configure ssl on tomcat 5.0.28. my j2se version is 1.4.02. my keystore file type is JKS. I try to configure it reading the ssl configuration how-to document on this link. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html I did all

configuring ssl on tomcat 5.0.28

2005-04-01 Thread Mustafa BLKBA
Hi, Is there anyone who can help me how to configure ssl on tomcat 5.0.28. my j2se version is 1.4.02. my keystore file type is JKS. I try to configure it reading the ssl configuration how-to document on this link. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html I did all

Re: [OT] Proper way to open threads in a servlet

2005-04-01 Thread QM
On Fri, Apr 01, 2005 at 11:45:40AM +0100, Mark Benussi wrote: : I would place your e-mail in a MailManager that queues the messages and : sends them out on a TimerTask (Every 10 seconds???). Why not just use JMS? The servlet puts messages in a queue and returns to the user. In turn, a queue

Tomcat aborts

2005-04-01 Thread Dirk . Sklarek
Hi, we are running tomcat 5.0.24 on solaris with Java 1.4.2_05. Sometimes tomcat aborts with following informations: Unexpected Signal : 11 occurred at PC=0xFE4B4590 Function=[Unknown. Nearest: sysThreadAvailableStackWithSlack+0x176F0] Library=/usr/j2sdk1.4.2_05/jre/lib/sparc/server/libjvm.so

Tomcat Connection refused :-(

2005-04-01 Thread gaurav
Hi list, My tomcat server is not working !! no matter what I do every thing I going till I day installed oracle 9i :-( Now Tomcat just does responds to its port .i have changed the 8090 but no effect !! when I run ./startup.sh it shows no problem but nothing comes at at port

RE : Clustering question

2005-04-01 Thread Sébastien Letélié
Or they can be transient i.e. not serialized in a serialization process Sébastien Letélié -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Dale, Matt Envoyé : vendredi 1 avril 2005 13:38 À : Tomcat Users List Objet : RE: Clustering question

Tomcat Connection refused :-(

2005-04-01 Thread gaurav
Hi list, My tomcat server is not working !! no matter what I do every thing I going till I day installed oracle 9i :-( Now Tomcat just does responds to its port .i have changed the 8090 but no effect !! when I run ./startup.sh it shows no problem but nothing comes at at port

RE: Tomcat Connection refused :-(

2005-04-01 Thread Peter Crowther
From: gaurav [mailto:[EMAIL PROTECTED] My tomcat server is not working !! no matter what I do every thing I going till I day installed oracle 9i :-( What Tomcat version? What operating system? I assume some UNIX variant given the trace. Did you install anything else on the

Re: annoying popup in manager app

2005-04-01 Thread Lionel Farbos
On Fri, 01 Apr 2005 06:47:15 -0500 Tim Funk [EMAIL PROTECTED] wrote: sorry if I find this funny, but I just saw a bugzilla complaint requesting another confirmation screen. As to your question, i don't know. -Tim teknokrat wrote: Whenever i need to reload a webapp in the manager

Re: Tomcat aborts

2005-04-01 Thread Anto Paul
On Apr 1, 2005 5:56 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, we are running tomcat 5.0.24 on solaris with Java 1.4.2_05. Sometimes tomcat aborts with following informations: Unexpected Signal : 11 occurred at PC=0xFE4B4590 Function=[Unknown. Nearest:

Tomcat / Broswer interaction question

2005-04-01 Thread James Sherwood
Hello, Is there a way to have tomcat monitor a port or socket for incomming events, then from those events, talk to a currently open broswer in javascript events? Thanks in advance, James - To unsubscribe, e-mail: [EMAIL

Session replication : classcastexception on principal

2005-04-01 Thread Sébastien Letélié
Hi, I use a JAASRealm in my context with mys own LoginModule to authenticate in mys webapp. When I use the cluster for session replication, I have a ClassCastExecption when the cluster try to serialize the Principal object. When I look in the source code

Re: Tomcat Connection refused :-(

2005-04-01 Thread gaurav
Hi Peter , Peter Crowther wrote: From: gaurav [mailto:[EMAIL PROTECTED] My tomcat server is not working !! no matter what I do every thing I going till I day installed oracle 9i :-( What Tomcat version? What operating system? I assume some UNIX variant given the trace. I am

[OT] Server / Broswer interaction question

2005-04-01 Thread QM
I've renamed your subject as [OT] because it's not specifically about Tomcat. On Fri, Apr 01, 2005 at 08:47:59AM -0400, James Sherwood wrote: : Is there a way to have tomcat monitor a port or socket for incomming events, : then from those events, talk to a currently open broswer in javascript :

Re: annoying popup in manager app

2005-04-01 Thread teknokrat
Lionel Farbos wrote: On Fri, 01 Apr 2005 06:47:15 -0500 Tim Funk [EMAIL PROTECTED] wrote: sorry if I find this funny, but I just saw a bugzilla complaint requesting another confirmation screen. As to your question, i don't know. -Tim teknokrat wrote: Whenever i need to reload a webapp in the

Re: Tomcat Connection refused :-(

2005-04-01 Thread Hassan Schroeder
gaurav wrote: what to do !! Basic troubleshooting. 1) look in your logs (and if this problem seems associated with the Oracle install, look in its log(s) and the syslogs, too). 2) prompt export JAVA_OPTS=-verbose prompt $CATALINA_HOME/bin/catalina.sh run watch the console and see where and

WAR files and web.xml

2005-04-01 Thread Mark
I have a question concerning the generation of a war file and my web.xml file. I want to create a WAR file for my web application using Ant, and place my web.xml file into the WAR file. The problem I have is that once the web.xml file is placed into the web.xml file, users/admins will not be

Problems with timestamps in logfiles

2005-04-01 Thread Bengt Lassen
Hello I´m having rather strange things (for me at last :-) going on. This is the basic environment tomcat4.1.31 java1.4.2 IBM build for Power5 osSLES9.0 for Power We have configured special logfiles for our webapps using the logger Logger

Re: SSL configuration question

2005-04-01 Thread Mikhail Kruk
I thought the two are not related my key is stored in the java keystore. I did everything with keytool, part of java. Tomcat only needs the password and name. The SSL certificate is not generated for or by tomcat. Getting a valid certificate is a four step process. 1) Generate private key

RE: Tomcat Connection refused :-(

2005-04-01 Thread Peter Crowther
From: gaurav [mailto:[EMAIL PROTECTED] I am using tomcat 5.5.7 on Fedora 3 with jdk1.5.0_02 Thanks. my i have disable firewal and stopped Iptables !! OK. netstat -a | grep tomcat or 8080- nothing , zero , blank You already said that you had moved the Tomcat port from 8080, though? If so,

Re: Apply single login (NTLM) on Tomcat

2005-04-01 Thread Jimmy Ray
We have been experimenting with JCIFS filters. It seems to be working fairly well. http://jcifs.samba.org/ Regards, Jimmy Ray --- Marcus Nugroho [EMAIL PROTECTED] wrote: Hi All, We intend to use single user login using Windows NT for the Tomcat. so that the user can use the same

RE: tomcat 5 not deploying my war

2005-04-01 Thread David Owens
If you had a webapp there before, the problem may be that it cannot undeploy the previous one because one of the jar or resource files is locked. If this is the case, you can turn on anti jar locking. Hope this helps. |)ave -Original Message- From: teknokrat [mailto:[EMAIL PROTECTED]

RE: WAR files and web.xml

2005-04-01 Thread David Owens
I'm not sure what kind of information you are trying to change but I have a few suggestions which might get you started: 1) If the changes are something like database/realm passwords or logging information, you can put those in a context file called yourapp.xml and put it in

RE: Compiling JK under Solaris

2005-04-01 Thread Faine, Mark
I've compiled it for Solaris 8. You could try mine if you think it might work. -Mark -Original Message- From: Steven Pannell [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 4:24 AM To: 'Tomcat Users List' Subject: Compiling JK under Solaris Hi, Has anyone ever managed to get

Re: WAR files and web.xml

2005-04-01 Thread Lionel Farbos
For the same needs, I use the Context.xml outside the war. use the tags Parameter .../ to pass your admin parameters. Regards. On Fri, 1 Apr 2005 08:26:37 -0500 Mark [EMAIL PROTECTED] wrote: I have a question concerning the generation of a war file and my web.xml file. I want to create a WAR

RE: SSL configuration question

2005-04-01 Thread Faine, Mark
Could you elaborate a bit more on how to move the private key from Apache to Tomcat? You would think if I have a cert from a CA then I should be able to import it into any server that uses SSL. I already have the cert all the other parts are only things that allowed me to obtain the cert.

RE: build problem

2005-04-01 Thread Fay, Michael
I downloaded the latest version of ant. 1.6.2. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 8:29 PM To: Tomcat Users List Subject: Re: build problem What version of Ant you are using ?. It seems that Ant is not supporting the attribute

RE: SSL configuration question

2005-04-01 Thread Faine, Mark
Thanks, the link you provided allowed me to get it imported correctly. This should go on a FAQ. Thanks again, -Mark -Original Message- From: Mikhail Kruk [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 3:42 PM To: Tomcat Users List Subject: RE: SSL configuration question

RE: SSL configuration question

2005-04-01 Thread Mikhail Kruk
Could you elaborate a bit more on how to move the private key from Apache to Tomcat? As I said: I never did it myself, but the following link seems relevant: http://kb.thawte.com/thawte/thawte/esupport.asp?id=vs24694 You would think if I have a cert from a CA then I should be able to

RE: SSL configuration question

2005-04-01 Thread Mikhail Kruk
Fortunately it's not that Frequent that people end up where you did :) You should first finalize your config and decide whether you will run Tomcat standalone or with Apache/IIS, test it with a self-signed cert and only actually go ahead and buy the real cert before going live. Thanks, the

RE: [OT] Serialization (was RE: Clustering question)

2005-04-01 Thread Richard Mixon (qwest)
Peter Crowther wrote: From: Dale, Matt [mailto:[EMAIL PROTECTED] Yes this is a problem. All objects contained within a serializable object must in turn be serializable themselves. Or marked as 'transient'. This omits them from serialization. If you mark them as transient, you may need need

RE: SSL configuration question

2005-04-01 Thread Faine, Mark
We've been running with Tomcat 4 and Apache 2 for a very long time. Recently another department was put in charge of all of our static pages. This means we will have nothing on our servers but dynamic pages (java web apps) and this is good. The other department specializes in static HTML pages.

Apache 2.0.53 , Tomcat 5.0.28 on AIX 5.1 segmentation fault at apachectl start when trying to use either mod_jk or mod_jk2

2005-04-01 Thread Bruce . Lightsey
I'm a new user of this stuff - except AIX. With the default installs , I can get to both Apache (port 80) and to Tomcat (port 8080). But, after compiling/making mod_jk, stopping both apache and tomcat, modifying httpd.conf to load the modules/mod_jk.so: ( LoadModule jk_module modules/mod_jk.so

Re: Apache 2.0.53 , Tomcat 5.0.28 on AIX 5.1 segmentation fault at apachectl start when trying to use either mod_jk or mod_jk2

2005-04-01 Thread gotti
Probably there is a problem in source, perheps try use transparent porxy to get apache and tomcat working together and check result On Fri, 1 Apr 2005 10:38:27 -0600 [EMAIL PROTECTED] wrote: I'm a new user of this stuff - except AIX. With the default installs , I can get to both Apache

Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
Good morning, I am migrating an automated build process from a Windows 2K system to a RedHat EL 3 system, with some trouble. When I run a particular build via Ant, that uses the JSP precompiling task (jasper2), it fails, but somehow, not immediately. When I go into the output or destination

RE: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
One thing I forgot to mention - when I do turn on debug for Ant, the root cause that's shown is a NullPointerException. java.lang.ExceptionInInitializerError at java.lang.Class.forName1(Native Method) at java.lang.Class.forName(Class.java:180) at

Configuring Manager for different Virtual Hosts

2005-04-01 Thread John B. Moore
I know I saw the info on this topic somewhere, but for the life of me, I can not relocate it.. (can not come up with the magic search strings... I spent hours trying different searches...) Task: I am trying to configure the Manager tool to manage different virtual hosts on a webserver

Re: Webdav Webfolder issue when container security enabled

2005-04-01 Thread Mark Thomas
Put together some full step-by-step instructions (from a clean install of 4.1.x or 5.5.x) and I'll take another look. Mark Fernando Salazar de Paz wrote: Another thing I have problems using tcpmon from Axis. Index Out of Bounds exceptions when I put the files, and so on. I have used ethereal to

Masking JSP URL

2005-04-01 Thread John Lindley
Hi all, I have what seems to be a straighforward need, but I have not yet been able to accomplish it. I am running Apache 2.0.52, Tomcat 5.0.28, mod_jk2, on Windows Server 2003. Everything seems to be running fine, but I want to be able to hide, mask, map, whatever, the URL to the jsp pages.

RE: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
More info. Finally got Eclipse to attach to the Ant build process. Now, I find that the root problem (after stepping through a few levels) is a ClassNotFoundException for org.apache.struts.util.PropertyMessageResourcesFactory. How odd ... yet against tomcat4, this works fine, but tomcat5, it

Re: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Tim Funk
It could be conflicting versions of struts. -Tim Ruth, Brice wrote: More info. Finally got Eclipse to attach to the Ant build process. Now, I find that the root problem (after stepping through a few levels) is a ClassNotFoundException for org.apache.struts.util.PropertyMessageResourcesFactory. How

Cannot get a connection, pool exhausted

2005-04-01 Thread Koller Krisztian
Hi All! I'm using Tomcat 5.5 and Mysql 4.1 for an online survey web-application. (on Fedora Core 3) After some user outfilled the survey, Tomcat hangs with org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection, pool exhausted message. I'm always close the all rs, stmt and conn

Tomcat SSL Issues

2005-04-01 Thread LGM
Hello List, I am trying to configure tomcat for SSL on Red Hat 8.0 and I run the keytool script to obtain a CSR for my Certificate Authority. I am getting the following error: #$JAVA_HOME/bin/keytool -certreq -keyalg RSA -alias tomcat -file /root/certreq.csr keytool error:

RE: Jasper throws ExceptionInInitializerError?!

2005-04-01 Thread Ruth, Brice
OK, I searched the entire system for struts JAR files. The only difference I found betw. this project and the one that works is that WEB-INF/lib contained struts-legacy.jar. So, I moved that out, tried again, same problem. I checked the struts.jar and struts-el.jar files for an instance of

Debugging tomcat startup

2005-04-01 Thread Sasha Borodin
I'd like to solicit suggestions for debugging Tomcat startup - specifically various class initializations. I've written a custom Realm implementation; in it, I use some data access classes which use iBatis; these classes work great when used in a web application (all jars residing in the apps

Upgrading Tomcat from 4.1.24 to 5.0.18 on Solaris 9 Platform

2005-04-01 Thread Linnabary, Paul
I'm a new user to the tomcat-user group. I installed Tomcat 4.1.24 on a Solaris 9 platform last January. I am doing an Arbortext application upgrade on Monday. I am being asked to upgrade my Tomcat to version 5.0.18. I have downloaded the package from the Apache archives, but I don't have a

RE: Masking JSP URL

2005-04-01 Thread Ruth, Brice
I don't think this will work. Apache passes the URI to Tomcat via JK2, and unless JK2 can mungle the actual URI, Tomcat won't be able to figure out what JSP you're looking for if you use a shortened path. We use the Struts framework, which nicely hides the location of JSP files, or any particular

Installation problem

2005-04-01 Thread Panagiotis Karvounis
Hi! I am trying to install Tomcat latest version but I have a problem. During installation a problem about jvm.dll occurs! Can you help me? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Installation problem

2005-04-01 Thread edencane
Hi, 01Apr2005 @ 22:24 Panagiotis Karvounis thusly spake I am trying to install Tomcat latest version but I have a problem. During installation a problem about jvm.dll occurs! Can you help me? Try uninstalling tomcat first. If you already have a tomcat installed, you will get this message.

Tomcat 3 and Tomcat 5 on JDK 1.3 and JDK 1.5 respectively

2005-04-01 Thread Fredrik Liden
Does anyone know if this configuration is possible on one computer? The reason for the two different JDKs is that I'm guessing that Tomcat 3.23 isn't compatible with jdk 1.5 or even 1.4 or is it? So I guess the question is if it's in Catalinas startup config files it's possible to specify

tomcat 5.5/win loading external image files

2005-04-01 Thread edwardeguard-cosita
i need to load a bunch of image files located outside my exploded war file. for example, say that the images live here |---c:\myimages |---\app |-\promotions |-\images my app is under |---c:\tomcat5.5 |--\webapps

Re: tomcat 5.5/win loading external image files

2005-04-01 Thread Parsons Technical Services
Tomcat cannot serve up files outside the root of the app. To do what you want requires a work around that has been discussed and debated on this list several times. If this is what you have to have, then write a servlet that responds to a pattern setup for the images

Re: Cannot get a connection, pool exhausted

2005-04-01 Thread Parsons Technical Services
Try adding the abandoned connection recovery settings and have it log them. If they show in your log as abandoned, then they are not getting closed. Even if you wrote the code as recommended, I have found that it does not always work. I am still chasing the exact details of this and when I get

Re: tomcat 5.5/win loading external image files

2005-04-01 Thread Anto Paul
On Apr 2, 2005 8:53 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: i need to load a bunch of image files located outside my exploded war file. for example, say that the images live here |---c:\myimages |---\app |-\promotions |-\images my

Re: Debugging tomcat startup

2005-04-01 Thread Anto Paul
On Apr 2, 2005 1:27 AM, Sasha Borodin [EMAIL PROTECTED] wrote: I'd like to solicit suggestions for debugging Tomcat startup - specifically various class initializations. I've written a custom Realm implementation; in it, I use some data access classes which use iBatis; these classes work

Re: Configuring Manager for different Virtual Hosts

2005-04-01 Thread Anto Paul
On Apr 1, 2005 11:38 PM, John B. Moore [EMAIL PROTECTED] wrote: I know I saw the info on this topic somewhere, but for the life of me, I can not relocate it.. (can not come up with the magic search strings... I spent hours trying different searches...) Task: I am trying to configure the