Tomcat Threads hanging in read()

2005-10-04 Thread Eric Durand
to set this. So I'm kind of stuck here. If any of you has any idea, thanks for your help. Eric. __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com

JSP 2.1 support?

2005-08-23 Thread Jonathan Eric Miller
Does anyone know when JSP 2.1 support is expected? Will that be in Tomcat 6? Jon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: basic authentication won't accept password (intermittent)

2005-07-24 Thread Eric
5.5.9 in the near future ;-) Will report back to the list when the resolution is known. Best, Eric:) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

basic authentication won't accept password (intermittent)

2005-07-22 Thread Eric
questions are: (1) Where should we look for misconfiguration, whether in my app or in the hosting environment? (2) Is there any other explanation for this behavior? This is my first Tomcat site in production, so hopefully it's a configuration problem. I appreciate any suggestions! Thanks, Eric

Trouble with multipart/form-data and servlet name

2005-07-20 Thread Eric Hartmann
? Thanks in advance, -Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

robots.txt

2005-07-14 Thread Eric J. Pastoor
. Is there a way to create a robots.txt file for basically one servlet instead of everything? thanks for your help, eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: robots.txt

2005-07-14 Thread Eric J. Pastoor
thanks for your help with both the meta solution as well as the servlet solution. ~eric - Original Message - From: Mark Benussi [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Thursday, July 14, 2005 2:22 PM Subject: Re: robots.txt With follow = false or something cant

Re: how can I put enable a button when a servlet has finished.

2005-07-12 Thread Eric J. Pastoor
you can enable and disable buttons through javascript - Original Message - From: password password [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Tuesday, July 12, 2005 12:18 PM Subject: how can I put enable a button when a servlet has finished. Hi, I have a jsp page,

Session Replication Valve Cross Context Dispatching

2005-06-23 Thread Eric Dalquist
during a request? Thank you -Eric Dalquist Thread [TSP-Processor3] (Suspended) ApplicationFilterChain.internalDoFilter(ServletRequest, ServletResponse) line: 234 ApplicationFilterChain.doFilter(ServletRequest, ServletResponse) line: 173 ApplicationDispatcher.invoke(ServletRequest

Change in StandardManager breaks SimpleTcpReplicationManager (TC5.5.9)

2005-06-22 Thread Eric Dalquist
would be much appreciated. -Eric Dalquist - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Connecting Tomcat 5.0.30 to Apache 2.0.54

2005-05-20 Thread Eric Short
the following error: ../common/jk_util.c: In function 'jk_gettid': ../common/jk_util.c:1163:error: invalid operands to binary gmake: *** [../common/jk_util.lo] Error 1 I looked at the code and it has the following: int tid = (int)(t Ox); Thanks for your help. Eric Short -- No virus found

Re: Tomcat vs Apache

2005-05-18 Thread Eric VERGNAUD
If all you're doing is serve static pages, both are equivalent. However, if you ever need dynamic content, either client or server side, for example a page whose content is extracted from a database, or a form for which you need to record the values, you need some kind of intelligence.

getTextContent not found with Tomcat 5.0.28

2005-05-10 Thread Eric VERGNAUD
. Is there a setting to change somewhere in the Tomcat config files ? Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: getTextContent not found with Tomcat 5.0.28 (solved)

2005-05-10 Thread Eric VERGNAUD
Le 10 mai 05 à 15:56, Eric VERGNAUD a écrit : Hi, I'm having problems running Tomcat 5.0.28 using JDK 1.5.0.02. I'm using 1.5 methods such as Node.getTextContent. This works fine when run as a standalone app in JDK 1.5, however when run with Tomcat under the same JDK, execution throws

Re: Tomcat on Mac Stops Unexpectedly

2005-04-29 Thread Eric J. Pastoor
upgraded to 5.5.7. I'm waiting on apple for their java update and then I'll update to that tomcat. Let me know if you need any help setting up on the Mac. My tomcat experience on XP was a nightmare so I switched to the Mac and so far it's been a delight. ~Eric - Original Message - From

Possible to include JSP document (.jspx) fragments that aren't well formed?

2005-04-25 Thread Jonathan Eric Miller
Does anyone know if it's possible to include a .jspx fragment in another .jspx file? When I say .jspx fragment, I mean a file that is in XML format, but, may not be well formed. For example, I want to do something like the following. Currently, I'm receiving an error message like the

Logging in servlet/jsp not working via java.uil.logging.Logger.global - BUG?

2005-04-25 Thread Eric Raymond
If you have a servlet/jsp which uses java.util.logging. Logger.global and use the global logger, the output seems to go nowhere. For example the following jsp page only logs printed. % java.util.logging.Logger.global.severe(not printed);

Re: JULI and logging

2005-04-14 Thread Jonathan Eric Miller
I haven't tried it yet, but, I noticed that catalina.sh/bat, looks for a jar file named tomcat-juli.jar and if it's present, it adds a -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager to JAVA_OPTS. I think if you rename or remove that jar file, it will disable it (haven't

Re: Way to specify SingleSignOn session timeout?

2005-04-14 Thread Jonathan Eric Miller
After looking at the code, it looks like the SSO session doesn't go away until all other sessions for the user have expired. So, as far as I can tell, the SSO session doesn't have it's own session timeout as far as I can tell. Jon - Original Message - From: Jonathan Eric Miller [EMAIL

Re: Way to specify SingleSignOn session timeout?

2005-04-14 Thread Jonathan Eric Miller
After looking at the code, it looks like the SSO session doesn't go away until all other sessions for the user have expired. So, as far as I can tell, the SSO session doesn't have it's own session timeout as far as I can tell. Jon - Original Message - From: Jonathan Eric Miller [EMAIL

Re: Way to specify SingleSignOn session timeout?

2005-04-13 Thread Jonathan Eric Miller
by modifying the value -- session-config session-timeout30/session-timeout /session-config Peter Jonathan Eric Miller schrieb: I'm using the SingleSignOn valve with Tomcat 5.5.9. Does anyone know what the default session timeout is set to? Is there a way to specify

Re: Upgrading from tomcat 3.2.2 to 3.3.2 on Windows

2005-04-13 Thread Jonathan Eric Miller
Reading the changelog is a good place to start... Jon - Original Message - From: Horvath, Ruth (Ruth) ** CTR ** [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Wednesday, April 13, 2005 12:16 PM Subject: Upgrading from tomcat 3.2.2 to 3.3.2 on Windows Sorry if this has been

Re: logging to seperate log file per war file

2005-04-12 Thread Jonathan Eric Miller
My guess (but, I'm not a Tomcat developer so what do I know! ;-)) is that you can't do it for System.out.println(). However, I did notice that System.setOut() allows you to redirect where standard out goes. However, I'm guessing that that would be for the entire JVM? As of Tomcat 5.5.9 they

Way to specify SingleSignOn session timeout?

2005-04-12 Thread Jonathan Eric Miller
I'm using the SingleSignOn valve with Tomcat 5.5.9. Does anyone know what the default session timeout is set to? Is there a way to specify this timeout? I'm finding that sometimes my session will timeout within an application, but, it doesn't redisplay the login page. I want to try to set it

Specifying logging.properties file via system property doesn't work?

2005-04-11 Thread Jonathan Eric Miller
Until Tomcat 5.5.9 I was specifying my java.util.logging.config.file using a system property set using CATALINA_OPTS like the following. CATALINA_OPTS='-Djava.util.logging.config.file=/opt/jakarta-tomcat-dev/conf/logging.properties

calling ejb on another app server

2005-04-07 Thread Eric J Kaplan
is not bound. My suspicion is it is going against a jndi server running within tomcat that doesn't have the ejb context bound. Help would be appreciated, we've been floundering for a couple of days. Regards Eric

RE: calling ejb on another app server

2005-04-07 Thread Eric J Kaplan
sure it's just a configuration switch, but not sure which one. Regards Eric -Original Message- From: Neil Upfalow [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 1:30 PM To: 'Tomcat Users List' Subject: RE: calling ejb on another app server We do tomcat (servlet) to remote

RE: calling ejb on another app server

2005-04-07 Thread Eric J Kaplan
That's the strange thing because I print out the environment of the context being used at the time the failure occurs and it does seem to be taking it from my jndi.properties file! Of course, simply printing out the context is different than what the context may ACTUALLY be doing. Regards Eric

RE: calling ejb on another app server

2005-04-07 Thread Eric J Kaplan
Neil I'll give it a try, though note that we have been using jboss for a few years and have plenty of standalone apps communicating fine with jboss through the same api as that used by the servlet. Regards Eric -Original Message- From: Neil Upfalow [mailto:[EMAIL PROTECTED] Sent

jndi.properties file and classpath

2005-04-06 Thread Eric J Kaplan
because its jndi context it pointing it at, I assume, the jndi instance running in tomcat. I even tried appending this classes directory to the front of the classpath when starting within the script (shiver) but that didn't work. What do I need to do? Regards Eric

RE: jndi.properties file and classpath

2005-04-06 Thread Eric J Kaplan
Perhaps this was missed the first time. I think the answer should be fairly simple. How do I get my servlet to pull in my jndi.properties file, which right now is in the WEB-INF/classes directory, instead of whatever one it seems to be pulling in that is directing it to tomcat? Regards Eric

NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread Eric J Kaplan
-classcom.armanta.servlets.ReportServlet/servlet-class /servlet servlet-mapping servlet-nameArmantaServlet/servlet-name url-pattern/ReportServlet/url-pattern /servlet-mapping /web-app Eric J. Kaplan Armanta, Inc. 350 Mt. Kemble Ave. Morristown, NJ 07960

RE: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread Eric J Kaplan
Fyi, I am running java 1.4.1_07 on windows XP -Original Message- From: Eric J Kaplan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 2:44 PM To: tomcat-user@jakarta.apache.org Subject: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger All I recently downloaded

RE: NoClassDefFoundError: org/apache/avalon/framework/logger/Logger

2005-04-05 Thread Eric J Kaplan
to be in an ext directory that is off the lib directory. It seems that this manifest classpath is ignored though? Anyway, I moved the libs up next to Armanta.jar in the lib dir and it works fine. Thanks Eric -Original Message- From: reynir [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 3:53

jndi conflict?

2005-04-05 Thread Eric J Kaplan
to do? Regards Eric

tomcat 5.0.25 question

2005-03-23 Thread Eric Moreo
smoothly. If anyone knows where I can find the details of how the Tomcat binaries were built it would be greatly appreciated. Thanks, Eric Moreo Web Developer Art Center College of Design x2392 [EMAIL PROTECTED]

RE: tomcat 5.0.25 question

2005-03-23 Thread Eric Moreo
David and Lionel, Thank you both for your input. I think I am going to experiment with upgrading to jdk 1.5 in development to see how it works. I'll post my results just in case anyone else ever has this issue. Eric -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent

Trying to disable Coyote gzip compression only when there is a server response status code of 500...

2005-03-22 Thread Eric Butler
Http11Processor. I'll also need to check that we aren't violating the Apache License. Anyone have any ideas? Thanks in advance. -- -- Eric Butler VP Product Development Founder MDinTouch 786.268.1161 X20 http://www.mdintouch.com [EMAIL PROTECTED

Re: Trying to disable Coyote gzip compression only when there is a server response status code of 500...

2005-03-22 Thread Eric Butler
see inline comments regarding HttpServletResponseWrapper Remy Maucherat wrote: On Tue, 22 Mar 2005 13:39:55 -0500, Eric Butler [EMAIL PROTECTED] wrote: First of all, thanks to all the developers and users that have contributed to Tomcat. It's quite an amazing piece of software. I'll start

Apache/Tomcat 4.1.18 - Displaying empty Strings as null

2005-03-18 Thread Mendez, Eric
Hello, I recently installed Apache/Tomcat v 4.1.18 on my new server, and I have a JSP page that extracts values from an Oracle database, if the value in the database is an empty String (), it returns as a null value in my JSP page. I have another server with Tomcat v. 4.1.31, and I am not

Issue displaying empty Strings as null

2005-03-18 Thread Mendez, Eric
I recently installed Apache/Tomcat v 4.1.31 on my server, and I have several JSP sites that extract values from an Oracle database, if the value in the database is an empty String (), it returns as a null value in my JSP page. The server has JDK v. 1.4.2. Any ideas will help. Thanks

RE: How to get know what version of TC is running behind Apache

2005-03-16 Thread Fenderbosch, Eric
If you just want to see it in your browser, use Mozilla Firefox and install this extension: http://livehttpheaders.mozdev.org/ Then you can see all the http headers, including server, which will tell you which version of Tomcat. -Original Message- From: Antony Paul [mailto:[EMAIL

RE: Unexpected Signal : 11

2005-03-16 Thread Fenderbosch, Eric
Upgrade to 1.4.2_04 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4927116 -Original Message- From: Thomas Chille [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 9:49 AM To: Tomcat Users List Subject: Unexpected Signal : 11 Hi, we are using a reporting webapp wich is

Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0

2005-03-15 Thread Fenderbosch, Eric
this is a really a JDK 1.5/5.0 issue and not a problem w/ Tomcat, but any help would be appreciated. Thanks. Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0

2005-03-15 Thread Fenderbosch, Eric
PROTECTED] Sent: Tuesday, March 15, 2005 8:21 AM To: tomcat-user@jakarta.apache.org Subject: Re: Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0 == Date: Tue, 15 Mar 2005 08:12:07 -0500 From: Fenderbosch, Eric [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org

RE: where serialized session objects stored?

2005-03-15 Thread Fenderbosch, Eric
You can find that info here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/manager.html The easy way to disable saving of sessions is to add this to you webapp xml under conf/Catalina/localhost Manager className=org.apache.catalina.session.StandardManager pathname=/ For example,

RE: Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0

2005-03-15 Thread Fenderbosch, Eric
/ Tomcat 5.5 and JDK 5.0 == Date: Tue, 15 Mar 2005 08:12:07 -0500 From: Fenderbosch, Eric [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Subject: Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0 == Firewall of SP2 enabled? G

RE: Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0

2005-03-15 Thread Fenderbosch, Eric
, Eric Sent: Tue 3/15/2005 10:18 PM To: Tomcat Users List; tomcat-user@jakarta.apache.org Cc: Subject:RE: Trouble w/ remote debugging w/ Tomcat 5.5 and JDK 5.0 I just disabled the firewall and I'm still getting the same thing. Connection refused

party off - see ya later

2005-03-12 Thread Eric Wulff
Hey all, Mom called me this morning to tell me the party is off. Therefore, I'll re-schedule my visit for when she is back home from helping Sid recover. Lova ya'll and see ya later than sooner I guess. Eric - To unsubscribe

Re: how to print to web page instead of catalina.out

2005-02-23 Thread Eric J. Pastoor
if youre trying to print to a webpage, then you probably want a jsp file or a servlet in which case this would be one of the reasons you are using tomcat. If you are just trying to log messages though, i recommend checking out log4j instead of using system.out and system.error - Original

stdout - console instead of catalina.out

2005-02-16 Thread Eric Wulff
which I started Tomcat in? I believe the standard output stream is directed to catalina.out by default. I have yet to find the answer in the Tomcat docs. running tomcat 5.0.28 on Linux Fedora Core 2 thx Eric - To unsubscribe, e

Re: stdout - console instead of catalina.out

2005-02-16 Thread Eric Wulff
Great, many thx for the advise. I also found that using command './catalina.sh run' to start Tomcat, as apposed to traditional './startup.sh', ensures that stdout goes to the console instead of catalina.out. Eric On Wed, 16 Feb 2005 11:22:20 -0500, David Smith [EMAIL PROTECTED] wrote

Adding ServletContextListener causes web app to not deploy

2005-02-11 Thread Fenderbosch, Eric
I've got a small web app that's working just fine. As soon as I add a listener, it fails to deploy. Here's the relevant part of web.xml: ?xml version=1.0 encoding=UTF-8? web-app xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

RE: Adding ServletContextListener causes web app to not deploy

2005-02-11 Thread Fenderbosch, Eric
: Adding ServletContextListener causes web app to not deploy hi, you should make the class public. cheers, martin On Fri, 2005-02-11 at 12:27 -0500, Fenderbosch, Eric wrote: I've got a small web app that's working just fine. As soon as I add a listener, it fails to deploy. Here's the relevant

Attn developers of Tomcat and JK

2005-02-08 Thread Eric Sandusky
, go ahead, I'm not getting any help from it as it is. I can only hope that this message reaches the people who supposedly support this software and lights a fire underneath them to improve it or tell us that it just doesn't work. Eric -Original Message- From: Eric Sandusky [mailto:[EMAIL

RE: [OT] RE: Attn developers of Tomcat and JK

2005-02-08 Thread Eric Sandusky
Classic! What's your problem? have you found something better at the same cost (0$)? If it doesn't fit your needs, don't use it. If you want support, buy a supported product or a version of Tomcat that is re-sold by a company that offers commercial support. If you wish to pay for

RE: Webapps won't go out of manager when deleted

2005-02-03 Thread Murphy, Eric
thinks the application is there. Eric Murphy Software Developer (NFIS) [EMAIL PROTECTED] tel/tél: 250-363-6038 fax / télécopieur 250-363-6004 Natural Resources Canada Pacific Forestry Centre 506 West Burnside Road Victoria BC V8Z 1M5 Ressources naturelles Canada Centre de foresterie du

Cross-context

2005-02-02 Thread Murphy, Eric
as the value could come already configured. Eric Murphy Software Developer (NFIS) [EMAIL PROTECTED] tel/tél: 250-363-6038 fax / télécopieur 250-363-6004 Natural Resources Canada Pacific Forestry Centre 506 West Burnside Road Victoria BC V8Z 1M5 Ressources naturelles Canada Centre de foresterie

ISAPI redirector warnings

2005-02-02 Thread Eric Sandusky
While running Tomcat 5 with IIS and JK2.. The Windows Application Logs often log several Warnings at the same point in time, see below for example. The problem is, these Warnings pile up in the Windows Event logs and force the Administrator to manually clear out the logs daily or weekly.

Re: How to change the timezone for Tomcat?

2005-01-20 Thread Eric Rotick
On Thu, 20 Jan 2005 11:18:12 -0500, Tim Funk [EMAIL PROTECTED] wrote: Odd. Is it possible the userid being used to launch tomcat has a borked environment variable? For example: public class Foo { public static void main(String args[]) { System.out.println(+ new java.util.Date());

Re: Want to know better way of deploying

2005-01-18 Thread Eric VERGNAUD
violation. So i need to stop Tomcat, delete /webapp/{my prev war file}. Then start the Tomcat again and deploy the new file. Is there any other soln ? so that w/o restarting my tomcat can i just deploy new version ? regards --- Eric VERGNAUD - JLynx

connection pool ? tomcat hangs

2005-01-08 Thread Eric Wulff
and where it gets stuck, context, server.xml, web.xml. Sorry for all the DEBUG stmts... obviously I've been working on this for awhile... Thx much Eric CONNECTION POOL METHOD LOCATED IN THE CONTROLLER O FMY APP private void setConnectionPool() { try

Re: Tomcat/JVM crashes on Linux

2004-12-21 Thread Eric Rotick
? Greg On Dec 20, 2004, at 1:57 PM, Eric Rotick wrote: I had a similar problem with an almost identical setup to yours which turned out to be bad memory. An extra 1GB stick was added which had a bad section in the top of the memory map. This memory only got used when things got busy so

Re: Tomcat/JVM crashes on Linux

2004-12-21 Thread Eric Rotick
I'd be interested to know the outcome of this one when you crack it. On Tue, 21 Dec 2004 09:32:42 -0500, Greg Lappen [EMAIL PROTECTED] wrote: That's a good idea, I'm going to try that. Its a cheap way to confirm or deny my suspicions. Thanks! On Dec 21, 2004, at 9:20 AM, Eric Rotick wrote

Re: strange tomcat Behavior need urgent help.

2004-12-20 Thread Eric Rotick
This is a MySql problem. It shuts down connections if they have been idle for too long. You need a pool manager that takes care of this. Something like c3p0 will do the job. On Sun, 19 Dec 2004 12:28:09 + (GMT), Krishnakant Mane [EMAIL PROTECTED] wrote: hello all, I am Krishnakant Mane

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Eric Rotick
I had a similar problem with an almost identical setup to yours which turned out to be bad memory. An extra 1GB stick was added which had a bad section in the top of the memory map. This memory only got used when things got busy so everyone suspected some threading issue. We got lucky and spotted

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Eric Rotick
. Greg On Dec 20, 2004, at 1:57 PM, Eric Rotick wrote: I had a similar problem with an almost identical setup to yours which turned out to be bad memory. An extra 1GB stick was added which had a bad section in the top of the memory map. This memory only got used when things got busy

Re: Tomcat/JVM crashes on Linux

2004-12-20 Thread Eric Rotick
The application receives data packets from acoustic sensors. While the total load is not huge, because of the way the data is collected there are periods of no activity and then periods when all hell breaks loose. This happens every 15 minutes and we size the memory based on the use of swap over a

setting scheme in CoyoteConnector

2004-12-17 Thread Eric Abbott
of 'https' Has anyone else noticed this behaviour or know a way around it? Thanks, Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Soap and classpaths

2004-12-14 Thread Eric VERGNAUD
to soap. However, when I connect to the server, I get the following error: Unable to resolve target object: com.jlynx.soap.service What am I doing wrong ? --- Eric VERGNAUD - JLynx Software Cutting-edge technologies and services for software companies web: http

Displaying XML in Safari

2004-12-08 Thread Eric VERGNAUD
XML look like XML. No special features. --- Eric VERGNAUD - JLynx Software Cutting-edge technologies and services for software companies web: http://www.jlynx.com

Re: Displaying XML in Safari

2004-12-08 Thread Eric VERGNAUD
. --- Eric VERGNAUD - JLynx Software Cutting-edge technologies and services for software companies web: http://www.jlynx.com --- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Best place to store files ?

2004-12-07 Thread Eric VERGNAUD
up to the developer and the catalina.policy file ? Is there a way to tell Tomcat NOT to erase existing files in a servlet, but only overwrite them with files from the war file ? --- Eric VERGNAUD - JLynx Software Cutting-edge technologies and services for software

Re: Best place to store files ?

2004-12-07 Thread Eric VERGNAUD
le 7/12/04 23:20, Larry Meadors à [EMAIL PROTECTED] a écrit : Put them in a database instead? Thanks, but not an option in this case. --- Eric VERGNAUD - JLynx Software Cutting-edge technologies and services for software companies web: http://www.jlynx.com

Re: Best place to store files ?

2004-12-07 Thread Eric VERGNAUD
to your app. Simple terms, pick a place just for them use it. Doug Yes it's simple. I was just wondering whether there was a preferred method for this, and maybe a folder in the Tomcat directory for that purpose. --- Eric VERGNAUD - JLynx Software Cutting-edge

Re: Best place to store files ?

2004-12-07 Thread Eric VERGNAUD
le 8/12/04 0:15, Wendy Smoak à [EMAIL PROTECTED] a écrit : From: Eric VERGNAUD [EMAIL PROTECTED] Yes it's simple. I was just wondering whether there was a preferred method for this, and maybe a folder in the Tomcat directory for that purpose. Nothing in the Servlet Specification requires

Re: Tomcat diagnostic tools

2004-12-05 Thread Eric Rotick
You could use 'netstat -an' to see if there is a process listening on your chosen ports and 'tcpdump port ' to see the packets going to and from the port. You could also use ethereal to capture the packets and then use the 'follow TCP stream' option to see inside the packets. On 05 Dec 2004

Re: Why some variables and methods have leading _ in the servlet compiled from JSP?

2004-12-05 Thread Eric Rotick
I think the variables defined by the JSP compiler are named with the leading underscore to avoid any naming clashes with names you may have used yourself. Of course, if you've used leading underscores yourself On Sun, 5 Dec 2004 10:11:01 -0500, Rhino [EMAIL PROTECTED] wrote: -

Re: Why it is better to call response.isCommitted() before calling sendRedirect()?

2004-12-05 Thread Eric Rotick
If the response has already committed then you cannot send a redirect. The various header details contain the redirect information and the response is said to be committed if these headers have already been sent back to the client. On Sun, 5 Dec 2004 23:21:34 +0800, zerol tib [EMAIL PROTECTED]

Re: How to set Error Log for Unpacked Web Application in Tomcat 5.5

2004-11-23 Thread Eric VERGNAUD
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Your clock is not set properly. A little annoying... --- Eric VERGNAUD - JLynx Software Cutting-edge

Re: Redirecting not https to https

2004-11-19 Thread Jonathan Eric Miller
Also, you'll need something like the following in your web.xml. security-constraint web-resource-collection web-resource-name/web-resource-name url-pattern/*/url-pattern /web-resource-collection user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee /user-data-constraint

Disadvantages to using unpackWARs=false?

2004-11-18 Thread Jonathan Eric Miller
Does anyone know if there are disadvantages to setting unpackWARs=false? What I'm wondering is if it then has to uncompress the .war file everytime a resource is accessed thus causing a performance hit? Jon - To unsubscribe,

Re: Disadvantages to using unpackWARs=false?

2004-11-18 Thread Jonathan Eric Miller
OK, thanks for the info. Like you mentioned, I was thinking that redeployment would be easier with it set to false. I just wanted to make sure that I wouldn't be incurring a performance hit and the expense of not having to mess around with an extra directory. Thanks. Jon - Original Message

Tomcat 5.5 nightly zip files?

2004-11-17 Thread Jonathan Eric Miller
Anyone know if there are nightly zip files for Tomcat 5.5? Jon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.5 nightly zip files?

2004-11-17 Thread Jonathan Eric Miller
binaries download page even gives you the link at the bottom ;) http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/. Nightlies are always at your own risk. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED] Sent: Wednesday, November

Re: Tomcat 5.5 nightly zip files?

2004-11-17 Thread Jonathan Eric Miller
Thanks! Jon - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 12:07 PM Subject: RE: Tomcat 5.5 nightly zip files? Hi, Yeah. They're built from CVS HEAD (there's very little purpose to nightlies

Re: Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-12 Thread Jonathan Eric Miller
Actually, I guess the default isn't that bad for UNIX/Linux anyway. In theory, if you are using J2SE 1.5 with the default log settings and you don't have Log4J installed, INFO level messages and above will get written to the console which gets redirected to catalina.out by catalina.sh. So,

Re: Auto-deploy not working in Tomcat 5.5.4 when .war file has a META-INF/context.xml?

2004-11-11 Thread Jonathan Eric Miller
Here's the message without the file attachments since the original message was blocked as spam. I don't see a way to post file attachments to the bug database either... Jon - Original Message - From: Jonathan Eric Miller [EMAIL PROTECTED] To: Remy Maucherat [EMAIL PROTECTED]; Tomcat

Re: Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-11 Thread Jonathan Eric Miller
So, exceptions aren't logged by default? Does the new log4j method give you full stack traces, or, is it just one line error messages? If I don't configure log4j, does that mean that exceptions can be occurring and I won't know about it? IMHO, a decent default logging configuration should be

Re: Auto-deploy not working in Tomcat 5.5.4 when .war file has a META-INF/context.xml?

2004-11-11 Thread Jonathan Eric Miller
I don't see it at least on the inital bug report page at http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205 Maybe I need to commit the page first and there's another page... I don't want to submit a report just yet, because I'm still in the process of trying to figure out how

Re: AW: connection pooling

2004-11-11 Thread Eric Wulff
). That may help although you may need to change some code such as the ifmxStatement. I'm in a bit over my head on this one. Eric On Thu, 11 Nov 2004 12:04:28 +0100, Akacem Mohammed [EMAIL PROTECTED] wrote: Hello Eric, thank you Eric it works now. but I have another probleme now: in my code I

Re: Auto-deploy not working in Tomcat 5.5.4 when .war file has a META-INF/context.xml?

2004-11-11 Thread Jonathan Eric Miller
not working in Tomcat 5.5.4 when .war file has a META-INF/context.xml? On Thu, 11 Nov 2004 11:09:58 -0600, Jonathan Eric Miller [EMAIL PROTECTED] wrote: I don't see it at least on the inital bug report page at http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%205 Maybe I need to commit

Re: Tomcat 5.5.4, Logging and the death of my friend localhost_log

2004-11-11 Thread Jonathan Eric Miller
not being reported into the stdout. where is all the runtime exception stack tracing supposed to go Yoav? that won't be picked up by log4j which is a good point cheers! -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED] Sent: Thu 11/11/2004 16:50 To: Tomcat Users List Cc

Auto-deploy not working in Tomcat 5.5.4 when .war file has a META-INF/context.xml?

2004-11-10 Thread Jonathan Eric Miller
I have an application which has a META-INF/context.xml file. I'm attempting to have the file auto-redeploy itself everytime I copy an updated the updated .war file to the webapps directory. This worked fine in Tomcat 5.0.25. In Tomcat 5.5.4, it will deploy itself the first time through, but,

ISAPI redirector warnings

2004-11-09 Thread Eric Sandusky
While running Tomcat 5 with IIS and JK2.. The Windows Application Logs often log several Warnings at the same point in time, see below for example. The problem is, these Warnings pile up in the Windows Event logs and force the Administrator to manually clear out the logs daily or weekly.

RE: ISAPI redirector warnings

2004-11-09 Thread Eric Sandusky
Do you know any more information about the 3 logLevels? I see an ERROR, DEBUG, and INFO. I currently set it to DEBUG, which is the default and is not necessary. I would guess that INFO would give you more warnings, and ERROR would give you less warnings. Does this make sense? Eric Sandusky

RE: ISAPI redirector warnings

2004-11-09 Thread Eric Sandusky
(140)]: handler.response() Error sending response Error: [jk_service_iis.c (126)]: jk_ws_service_t::head, ServerSupportFunction failed Eric Sandusky 630.368.9950x233 [EMAIL PROTECTED] -Original Message- From: Allistair Crossley

Re: AW: connection pooling

2004-11-09 Thread Eric Wulff
and you should be all set. Let me know how it goes. Eric Notes: - I'm not sure if DefaultContext or Context within your server.xml have any effect once you have a myapp.xml at $CATALINA_HOME/conf/Catalina/localhost/. I still have a Context in my server.xml. - I don't think it matters but fyi, my

Re: session-timeout means tomcat restart

2004-11-08 Thread Eric Wulff
source was not getting re-established if need be. Then it would just hang on login. Not sure why I was often required to hard boot but it's not longer a problem since I corrected the data source hook. Eric On Mon, 8 Nov 2004 22:19:27 -, Steve Kirk [EMAIL PROTECTED] wrote: Sorry

Re: connection pooling

2004-11-08 Thread Eric Wulff
$CATALINA_HOME/conf/Catalina/localhost/ directory. thx Eric On Tue, 9 Nov 2004 00:40:23 -, Steve Kirk [EMAIL PROTECTED] wrote: Worth clarifyig what we are meaning by DBCP. The DBCP I was referring to was the specific implementation of connection pooling that is part of Jakarta Commons: http

  1   2   3   4   5   6   7   8   9   10   >