Re: Tracking Datasource Connection Usage?

2005-10-07 Thread Brian Cook
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To uns

Re: Problems with graphics on Tomcat 5.5.9

2005-10-07 Thread Brian Cook
org.apache.jsp.jsp.grafica_jsp._jspService(org.apache.jsp.jsp.grafica_jsp:1 67) Thanks MauricioF - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst P

Broken links on the Tomcat 5.5 Docs pages

2005-09-16 Thread Brian Cook
-doc/engine.html -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat5.5 stops responding after sevral days

2005-09-16 Thread Brian Cook
userCredCol="password" userRoleTable="user_roles" roleNameCol="role" /> -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Waste of our bandwidth

2005-09-02 Thread Brian Cook
THIS EMAIL IS AUTOGENERATED - DO NOT REPLY TO * - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Coo

Re: data push

2005-09-01 Thread Brian Cook
, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to Upload file

2005-09-01 Thread Brian Cook
essage and any attachments. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMA

Re: Database Pooling Follow-up

2005-08-31 Thread Brian Cook
quot; %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> select id, foo, bar from testdata DB Test Results Foo ${row.foo} Bar ${row.bar} ----- To unsu

Re: JNDI resource error

2005-08-31 Thread Brian Cook
That error means that Tomcat could not find the JNDI resource requested in either the web.xml, and or context.xml files. What do they look like? BATCHELOR, SCOTT (CONTRACTOR) wrote: Can anyone give me some insite on this??? I am getting this error: org.apache.commons.dbcp.SQLNestedExcept

Re: Does Tomcat run better on Linux or Windows?

2005-08-30 Thread Brian Cook
Wow this seem likely to start flame war. Since it is written in Java there is really not much of a difference. The only thing that comes to mind is that you have to reboot windows every time you need to make a change to the CLASSPATH, JAVA_HOME, or TOMCAT_HOME variables which can be a pain.

Re: "No Host matches server name localhost" error

2005-08-30 Thread Brian Cook
context.xml (in conf/Catalina/localhost/): mail.smtp.host="localhost"/> mail.smtps.host="localhost"/> mail.smtp.starttls.enable="false"/> - To unsubscribe, e-mail: [EM

Re: configure tomcat

2005-08-27 Thread Brian Cook
Tomcat 5.x requires JDK 1.4.2 or newer. I would get 1.5.4 or what ever the newest JDK is. Especially if you will be doing any GUI development. You do not need to configure anything in Tomcat if you are ok with its default values. If you want to make any changes to Tomcat you can do so by

Re: JAVA_HOME beginner

2005-08-27 Thread Brian Cook
JDK how do i over come this ..pls help thx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc.

Re: How to Configure Tomcat to display the error on to Client rather than into logs

2005-08-26 Thread Brian Cook
contain confidential or privileged information. If you are not the intended recipient, please notify the sender at Wipro or [EMAIL PROTECTED] immediately and destroy all copies of this message and any attachments. -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

Re: newbie with a short question

2005-08-26 Thread Brian Cook
Couple of things 1. You will get better responses on this list if you review the posting guide at. This post is way to vague to get specific answers. So most people are not going to respond to it. http://jakarta.apache.org/site/mail.html 2. If I follow the description correctly you ar

Re: upgrade to 5

2005-08-26 Thread Brian Cook
anks Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscri

Re: jndi question

2005-08-25 Thread Brian Cook
iceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Different error this time, so i think i'm getting closer. ;) thanks again. sean Brian Cook wrote: Sean, I copied your

Re: jndi question

2005-08-25 Thread Brian Cook
Host element. Although this is now scorned, it's still valid. The 2 other methods are contextname.xml as you say, and also META-INF/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomca

Re: jndi question

2005-08-25 Thread Brian Cook
I thought of that but his code samples and configs are consitant with both the 5.0 and 5.5 docs. Which Tomcat 5? The configuration for the 5.0 series is not necessarily the same as in 5.5. - To unsubscribe, e-mail: [EMA

Re: jndi question

2005-08-25 Thread Brian Cook
It has probablly already been stated before somewhere in this thread but what versions of Tomcat and JDK are you using? Sean Rowe wrote: yes, there is a file in the /conf/Catalina/localhost directory for my app Brian Cook wrote: Sean, One thing that stands out in your message is that

Re: connection fails seemingly at random

2005-08-25 Thread Brian Cook
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Anal

Re: error launching catalina.sh

2005-08-25 Thread Brian Cook
org.xml.sax Exceptions mean that one of the XML files is not properly formated. Specifically this one is telling you that you have an unterminated tag somewhere. This is most likely either /conf/server.xml or and of the xml files in /conf/catalina/localhost/ Check to make sure that tags

Re: jndi question

2005-08-25 Thread Brian Cook
F/context.xml within the webapp itself. Allistair. -Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: 23 August 2005 17:23 To: Tomcat Users List Subject: Re: jndi question Ok but do you have the resource defined in context.xml? If you go to <>/conf/Cataliana/l

Re: Viewing PDF in Internet Explorer

2005-08-23 Thread Brian Cook
? Regards, Chris Ferraro - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900

Re: jndi question

2005-08-23 Thread Brian Cook
3. He is nesting his Context definition within the server.xml Host element. Although this is now scorned, it's still valid. The 2 other methods are contextname.xml as you say, and also META-INF/context.xml within the webapp itself. Allistair. -Original Message----- From: Brian Cook

Re: jndi question

2005-08-23 Thread Brian Cook
being jndi specific, i applogize if that's the case. i'm not really familiar with jndibut when I did a search for 'connection pooling', jndi seemed to be what everyone suggested i use. what i want to do, if it's not clear, is to create a connection pool to my MySql

Re: jndi question

2005-08-23 Thread Brian Cook
anks again. Sean Brian Cook wrote: Yes you can use JNDI with out using JSTL. But the only way to configure it is to define the JNDI resources in the web.xml and context.xml files.Technically you should be able to use the globally defined JNDI resources in server.xml, and I have seen con

Re: jndi question

2005-08-23 Thread Brian Cook
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unable to access application if I am on VPN

2005-08-20 Thread Brian Cook
nnected to the WWW. -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unable to access application if I am on VPN

2005-08-19 Thread Brian Cook
page -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Session Tracking

2005-08-19 Thread Brian Cook
://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: SSL with Tomcat 55

2005-08-19 Thread Brian Cook
s e-mail and any attachments to it are confidential, privileged, and intended solely for the named addressee(s). The unauthorized use, disclosure, or alteration of this e-mail is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately and delete the e-ma

Re: Session Tracking

2005-08-19 Thread Brian Cook
__ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digita

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Brian Cook
running 60 virtual hosts on one machine (P3 600). I'll be moving to a P4 3.0GHz this weekend, but I hope to get up to 200 virtual hosts per machine. Any way you cut it, startup time is a killer. On Thursday 18 August 2005 08:54, Brian Cook wrote: I think I missed something here. Are you not

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Brian Cook
e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Advice for Hosting Many Individual Webapps?

2005-08-18 Thread Brian Cook
e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print T

Re: webapp loading order...

2005-08-17 Thread Brian Cook
OTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Webapp suddenly not available

2005-08-16 Thread Brian Cook
ttp://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> 30 index.jsp

Re: Webapp suddenly not available

2005-08-16 Thread Brian Cook
controller *.do graph /graph 30 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: "WEB-INF/lib/myjar.jar doesn't contain file xyz..."

2005-08-12 Thread Brian Cook
ne.jar - on the same tomcat server - and it just works. Am I missing something here? Tia, Tomislav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Ana

Re: Out of memory

2005-08-12 Thread Brian Cook
1 474 --- - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345

Re: adding mime-type

2005-08-11 Thread Brian Cook
. greetings and thanks, Michel Brabants - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brian Cook Digital Services Analyst Print

[Tomcat] Tomcat fails to give complete HTTP responses

2005-08-10 Thread Brian Cook
looking at to track down what I have done wrong? Has anyone else seen symptoms like this? Details Tomcat 5.5 JVM:JDK 1.5.3 OS: Linux RedHat9 Kernal: 2.4 -- Brian Cook Digital Services Analyst Print Time Inc. [EMAIL PROTECTED] 913.345.8900