Delivery failed

2004-10-22 Thread keith
This message was not delivered due to the following reason: Your message could not be delivered because the destination server was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely t

RE: Reducing network traffic for rollover images

2004-10-03 Thread Keith Bottner
configuration * file into the response headers if the resource requested meets the filter-mapping. * * @author Keith Jul 29, 2004 * */ public class ResponseHeaderFilter implements Filter { FilterConfig fc; public void destroy() { this.fc = null; } public void doFilter

How to get ColdFusion Running

2004-09-23 Thread Keith Vaughn
ColdFusion installed on Netware 6.5 runing Apache with Tomcat4, however not functioning. Need to know how to set environment variable to get ColdFusion to run. Any help would be greatly appriciated. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.gris

Re: 'referer' header contains Servlet path, not referrer

2004-09-10 Thread Keith Hankin
On Fri, Sep 10, 2004 at 12:58:30PM +0200, Bedrijven.nl wrote: > > I think you should use struts. > How would that help? Struts is completely useless for figuring out > which page a user came from. > > > -Oorspronkelijk bericht- > > Van: Keith Hankin [mailto:[E

Re: 'referer' header contains Servlet path, not referrer

2004-09-10 Thread Keith Hankin
st" <[EMAIL PROTECTED]> Sent: Friday, September 10, 2004 7:35 PM Subject: Re: 'referer' header contains Servlet path, not referrer > On Fri, Sep 10, 2004 at 11:19:09AM +0530, Keith Hankin wrote: > : Here's the scenario: I am getting input data from the user and have > : d

Re: 'referer' header contains Servlet path, not referrer

2004-09-10 Thread Keith Hankin
Users List'" <[EMAIL PROTECTED]> Sent: Friday, September 10, 2004 4:28 PM Subject: RE: 'referer' header contains Servlet path, not referrer > I think you should use struts. > > -Oorspronkelijk bericht- > Van: Keith Hankin [mailto:[EMAIL PROTECTED] >

Re: 'referer' header contains Servlet path, not referrer

2004-09-10 Thread Keith Hankin
x27; header contains Servlet path, not referrer > javascript:history.go(-1) ? > > -Tim > > > Keith Hankin wrote: > > > Here's the scenario: I am getting input data from the user and have > > determined that the user has made an error. I want to redisplay the la

Re: 'referer' header contains Servlet path, not referrer

2004-09-09 Thread Keith Hankin
;[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 6:50 PM Subject: Re: 'referer' header contains Servlet path, not referrer > On Thu, Sep 09, 2004 at 03:16:19PM +0530, Keith Hankin wrote: > : I am trying to determine what JSP page sent me to my Servlet, so I use request.getHea

'referer' header contains Servlet path, not referrer

2004-09-09 Thread Keith Hankin
I am trying to determine what JSP page sent me to my Servlet, so I use request.getHeader("referer"). Unfortunately, the String returned is the Servlet itself and not the actual referer. This seems like a bug to me. Is there some way to get the actual referer?

RE: Using JDBC Data source from a business class

2004-09-06 Thread Keith Bottner
problem on Windows doing the copy so you have to do it manually, I believe it has been fixed in 5.0.28. Keith -Original Message- From: muhammed soyer [mailto:[EMAIL PROTECTED] Sent: Monday, September 06, 2004 5:58 AM To: Tomcat Users List Subject: Re: Using JDBC Data source from a business

RE: Using JDBC Data source from a business class

2004-09-06 Thread Keith Bottner
if ( log.isEnabledFor(Level.ERROR) ) log.error(sm.getString("DAO.creation"), e); } Hope that helps. Keith -Original Message- From: muhammed soyer [mailto:[EMAIL PROTECTED] Sent: Monday, September 06, 2004 5:06 AM To: Pen

sessions invalidated but still show active in manager, valueUnbound in HttpSessionBindingListener not invoked for very long time

2004-09-05 Thread Keith Winton
Using tomcat 5.0.25, the tomcat manager shows a very large number of active sessions (>1000). For various reasons (reporting, the objects we cache in the session, etc.) this is not desirable. Via valueBound() in an HttpSessionBindingListener, I've maintained a weak hashmap of sessions, and I remo

RE: how to get user login?

2004-08-30 Thread Keith Bottner
handle it? Or are you specifically looking for the ActiveDirectory hook to tie SingleSignOn into Tomcat? Sorry, I raised more questions. Keith -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 7:25 PM To: [EMAIL PROTECTED] Subject: how to get user

RE: How do I logout application(s) with Single-sign-on?

2004-08-27 Thread Keith Bottner
e(0); response.addCookie(cookie); } Keith -Original Message- From: Rick Wong [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 5:14 PM To: Tomcat Users List Subject: How do I logout application(s) with Single-sign-on? Hi, I am using Tomcat 5.0. I enabled SSO to several application. I

mod_jk and Ajp13Connector

2004-08-20 Thread Corey Keith
Hello, We have a test and production tomcat (4.1.24) environment. When running the same web application on the test environment everything works fine while on the production environment the Ajp13Processor in tomcat starts brackground threads until it hits its maxprocessor limit and starts rejecti

RE: JNDI, DataSource & SingleSignOn but one question!

2004-08-12 Thread Keith Bottner
your Context to make GlobalNamingResources available to your webapps. You also need the resource-ref in web.xml per the Spec (and this is well documented), but you already found that out. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Keith Bottner [mai

JNDI, DataSource & SingleSignOn but one question!

2004-08-12 Thread Keith Bottner
o exceptions. So Why is there a discrepancy between the two methods and how can I get this to work so that I can share the same data pool connections I am using to sign on as I am throughout the remainder of the application? Thanks in adv

RE: How to get the context path for a web application?

2004-08-09 Thread Keith Bottner
Have you tried ? request.getServletPath(); Keith -Original Message- From: Dov Rosenberg [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 9:49 PM To: Tomcat Users List Subject: How to get the context path for a web application? I need to find a way to get the context path of

RE: Tomcat manager app stops responding

2004-08-09 Thread Keith Bottner
interested. Thanks again, Keith -Original Message- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 9:08 AM To: 'Tomcat Users List' Subject: RE: Tomcat manager app stops responding Great, when it freezes I will use it. BTW, have GC statistics now be

RE: Tomcat stops responding

2004-08-09 Thread Keith Bottner
interested. Thanks again, Keith -Original Message- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 9:08 AM To: 'Tomcat Users List' Subject: RE: Tomcat stops responding I have allocated 256M to the JVM running Tomcat and it has never gone above 2

DBCP and SingleSignOn

2004-08-09 Thread Keith Bottner
for any insight that you can give me... Keith Have you ever noticed that the word 'complaint' and 'compliant' are spelled almost the same except the transposition of a single letter. I wonder why that is?

RE: Tomcat manager app stops responding

2004-08-09 Thread Keith Bottner
Great, when it freezes I will use it. BTW, have GC statistics now being dumped. Hopefully that with the logs and the thread dump will lead me to the problem. Thanks, Keith -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 8:56 AM To: Tomcat

RE: Tomcat stops responding

2004-08-09 Thread Keith Bottner
Users List' Subject: RE: Tomcat stops responding Check logs for outofmemory exception. If the log has no exceptions check your memory usage. NR -Original Message----- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 9:41 AM To: [EMAIL PROTECTED] Subject: To

RE: Tomcat stops responding

2004-08-09 Thread Keith Bottner
errors in your logs? -Original Message----- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: 09 August 2004 14:41 To: [EMAIL PROTECTED] Subject: Tomcat stops responding After I deploy my application everything immediately works fine, no problems. Then after some time (haven't narrowed

RE: Tomcat manager app stops responding

2004-08-09 Thread Keith Bottner
will modify CATLINA_OPTS to dump the GC statistics. Please check back tomorrow after I have a day of logs. Thanks, Keith -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 8:34 AM To: Tomcat Users List Subject: Re: Tomcat manager app stops responding On

Tomcat stops responding

2004-08-09 Thread Keith Bottner
ht be occurring? Thanks in advance, Keith Have you ever noticed that the word 'complaint' and 'compliant' are spelled almost the same except the transposition of a single letter. I wonder why that is?

Tomcat manager app stops responding

2004-08-09 Thread Keith Bottner
t not any other context. Any ideas? Thanks in advance, Keith Have you ever noticed that the word 'complaint' and 'compliant' are spelled almost the same except the transposition of a single letter. I wonder why that is?

RE: SingleSiteLogon working, now how do I log them out?

2004-08-06 Thread Keith Bottner
Got it! Set all of the cookies max age to 0, and then call invalidate() on the session. In addition have the Action's success forward with redirect set to true and walla totally leveraged SSO integrated into your application with little to no effort. Keith -Original Message- From:

RE: SingleSiteLogon working, now how do I log them out?

2004-08-06 Thread Keith Bottner
ot allow access. Anyone else... Keith -Original Message- From: Isen,Ciji [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 4:39 PM To: Tomcat Users List Subject: Re: SingleSiteLogon working, now how do I log them out? Hi, Well I suppose you are storing something in the session to st

SingleSiteLogon working, now how do I log them out?

2004-08-06 Thread Keith Bottner
I have Single site logon working great with my application, however, I am having a hard time trying to figure out how to log the user out when they select log out. Anyone..please Keith Have you ever noticed that the word 'complaint' and 'compliant' are spelled al

Weird context.xml default application problem

2004-08-02 Thread Keith Bottner
, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: How do you set cache-control for static (gif, jpg) resources

2004-07-31 Thread Keith Bottner
when they are not set they work much better. Keith -Original Message- From: Dennis Dai [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 7:18 PM To: Tomcat Users List Subject: Re: How do you set cache-control for static (gif, jpg) resources Keith, This is on one of my development

RE: How do you set cache-control for static (gif, jpg) resources

2004-07-30 Thread Keith Bottner
but, the solution I settled on seems to work. Keith -Original Message- From: Dennis Dai [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 3:07 PM To: Tomcat Users List Subject: Re: How do you set cache-control for static (gif, jpg) resources I've been reading this thread bac

RE: How do you set cache-control for static (gif, jpg) resources

2004-07-30 Thread Keith Bottner
It must be something particular about Tomcat, or some other weirdness with my configuration. I will continue to look for the long term problem/solution when I have more time. Thanks again, Keith -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, July 30

RE: How do you set cache-control for static (gif, jpg) resources

2004-07-30 Thread Keith Bottner
er cleanup operations. Thanks for all you help, I appreciate your time. Keith -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 9:55 AM To: Tomcat Users List Subject: RE: How do you set cache-control for static (gif, jpg) resources Hi, Yeah,

RE: How do you set cache-control for static (gif, jpg) resources

2004-07-30 Thread Keith Bottner
e his entire message for more details. For now my filter works, I will just have to use setHeader instead of addHeader and be happy with it being called twice. Keith -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 9:28 AM To: Tomcat Users List

RE: How do you set cache-control for static (gif, jpg) resources

2004-07-30 Thread Keith Bottner
l=no-cache is the default then my addition then another filter adds the Expires and then both of the cache control lines are added again. Thanks for the performance tip, now if I can just get this! I appreciate any help you can offer. Keith -Original Message- From: Shapira, Yoav [

RE: How do you set cache-control for static (gif, jpg) resources

2004-07-30 Thread Keith Bottner
); } Then I get two additions in the response stream. Any more ideas? Keith -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 8:20 AM To: Tomcat Users List Subject: RE: How do you set cache-control for static (gif, jpg) resources Hi, You have to call

RE: in-WAR context.xml in 5.0.27

2004-07-30 Thread Keith Bottner
Bug 30249 http://issues.apache.org/bugzilla/show_bug.cgi?id=30249 Fix is at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29688 -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 4:30 PM To: Tomcat Users List Subject: in-WAR context.xml in 5.0.27

RE: How do you set cache-control for static (gif, jpg) resources

2004-07-30 Thread Keith Bottner
chain is currently being processed then I could only insert it once. Thanks, Keith -Original Message- From: Keith Bottner [mailto:[EMAIL PROTECTED] Sent: Friday, July 30, 2004 7:53 AM To: [EMAIL PROTECTED] Subject: How do you set cache-control for static (gif, jpg) resources I am trying to

How do you set cache-control for static (gif, jpg) resources

2004-07-30 Thread Keith Bottner
: public,max-age=7200. Does anyone know how to configure Tomcat to do this? I have Googled everywhere with no luck! Keith

Re: Multiple requests sharing the same Servlet instance

2004-06-16 Thread Keith Hankin
8:04 PM Subject: Re: Multiple requests sharing the same Servlet instance > On Wed, Jun 16, 2004 at 07:53:07PM +0530, Keith Hankin wrote: > : Maybe I'm being dumb, but it seems to me that based upon what I'm hearing, > : there is no benefit of doing Servlet instance pooling sin

Re: Multiple requests sharing the same Servlet instance

2004-06-16 Thread Keith Hankin
une 16, 2004 8:04 PM Subject: Re: Multiple requests sharing the same Servlet instance > On Wed, Jun 16, 2004 at 07:53:07PM +0530, Keith Hankin wrote: > : Maybe I'm being dumb, but it seems to me that based upon what I'm hearing, > : there is no benefit of doing Servlet instance pooling s

Re: Multiple requests sharing the same Servlet instance

2004-06-16 Thread Keith Hankin
Maybe I'm being dumb, but it seems to me that based upon what I'm hearing, there is no benefit of doing Servlet instance pooling since the Servlets aren't true objects; they are merely places to put code, since no local state is useful. - Original Message - From: "Shapira, Yoav" <[EMAIL PR

Re: Multiple requests sharing the same Servlet instance

2004-06-16 Thread Keith Hankin
a whole host of options for where to put temporary data used by > a servlet, as you do in general for java classes. The design > considerations for synchronization are the same as whenever you design > an object that can be used by multiple threads concurrently. > > Yoav Shapira

Re: Multiple requests sharing the same Servlet instance

2004-06-16 Thread Keith Hankin
; > The container does guarantee that only one thread will process a request > from start to finish, i.e. the same thread will invoke any filters, > servlets, etc. for the same request. > > Yoav Shapira > Millennium Research Informatics > > > >-Original Message-

Re: Form data validation

2004-06-16 Thread Keith Hankin
rong mailing list to be asking this > > --- Keith Hankin <[EMAIL PROTECTED]> wrote: > > I am trying to do jsp form validation but cannot get > > a solution that works. The problem occurs because my > > jsp files are not in the same directory as my > > Servlets.

Form data validation

2004-06-15 Thread Keith Hankin
I am trying to do jsp form validation but cannot get a solution that works. The problem occurs because my jsp files are not in the same directory as my Servlets. If I have my ControllerServlet redirect the request, all of the jsp files are interpreted relative to the directory of the ControllerS

Multiple requests sharing the same Servlet instance

2004-06-14 Thread Keith Hankin
I am having a problem where one Servlet instance seems to being used by two different threads at the same time. It is my understanding that Servlet instances will not be used by two threads at the same time, so that the service() method would thus only be called by one thread, then it can be cal

Re: Jarring custom taglibs: looking for a file named taglib.tld

2004-06-11 Thread Keith Hankin
t; > > > http://localhost/myapp/asl > > >/WEB-INF/asl.tld > > > > asl.tld is physically present in WEB-INF. > > Don't know if this helps, since it is not exactly what you are trying to do. > > Adam > - Original M

Jarring custom taglibs: looking for a file named taglib.tld

2004-06-11 Thread Keith Hankin
I have been been trying to jar up a custom taglib java class along with the corresponding tld file. However I keep getting an error indicating that it cannot find a file named "META-INF/taglib.tld". I have followed instructions in this doc: http://www.ibm.com/developerworks/java/library/j-jsp09

Re: Using EL

2004-06-07 Thread Keith Hankin
That worked! Thanks. - Original Message - From: "Marcelo Baltar" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 7:24 PM Subject: RES: Using EL > Hi Keith, > > It also happened to me. To s

EL not processed by default with Tomcat 5.0.19

2004-06-06 Thread Keith Hankin
Here's my page: <% pageContext.getRequest().setAttribute("name", "hello world"); %> Name: ${name} This prints "Name: ${name}". According to the JSP spec, with Servlet containers supporting 2.4, EL should be processed by default, but it isn't being done. So I added the following to my web.xml:

Re: Where to put tld files for jarred custom taglibs?

2004-06-06 Thread Keith Hankin
Sunday, June 06, 2004 7:14 AM Subject: Re: Where to put tld files for jarred custom taglibs? > Keith, > Have you tried unpacking the jar and see if everything is packed in the > correct directory structure and that the Manifest file has the correct info? > > Mr. Ariel S. Valentin &

Re: Using EL

2004-06-06 Thread Keith Hankin
thing like > >this to activate it > > > > > > > > *.jsp > > false > > > > > >The dtd should be able to show you where it should go (i.e in what order). > > > > > > > >On 5 Jun 2004, at 14:22, Keith Hankin wrote: > > > >&

Re: Where to put tld files for jarred custom taglibs?

2004-06-05 Thread Keith Hankin
e this ? > > <%@ taglib uri="/WEB-INF/tld/form-tags.tld" prefix="ftags" %> > > > > -Message d'origine- > > De : Keith Hankin [mailto:[EMAIL PROTECTED] > > Envoyé : mardi 1 juin 2004 08:31 > > À : [EMAIL PROTECTED] > > Obj

Re: Using EL

2004-06-05 Thread Keith Hankin
The below in your jsp should do the job. > <%@ page isELIgnored="false" %> > <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> > > ${test} > > > HTH Mark > > On 5 Jun 2004, at 12:47, Keith Hankin wrote: > &g

Using EL

2004-06-05 Thread Keith Hankin
I have a very simple JSP page that attempts to output the value of a variable using EL "${var}" notation. However, it is just printing the "${var}" literally. I am using Tomcat 5.0.19, and according to the JSP spec, since this supports 2.4 servlet spec, it should support EL by default. Anyhow, I tr

Re: Page output is disappearing

2004-06-02 Thread Keith Hankin
ause this. > > Due to an architectural change, it happens more often in 5x than 4x. > I don't know all the particulars but it's been discussed on this list before. > You could probably find out more by searching the archives. > > > > On Wednesday 02 J

Re: Page output is disappearing

2004-06-02 Thread Keith Hankin
oling? Try turning that off and see what happens. > > -Tim > > Keith Hankin wrote: > > > Does anyone know any conditions under which writing to the JspWriter will > > not result in any output? I have a custom taglib class that extends > > BodyTagSupport. The doSta

Page output is disappearing

2004-06-01 Thread Keith Hankin
Does anyone know any conditions under which writing to the JspWriter will not result in any output? I have a custom taglib class that extends BodyTagSupport. The doStartTag() method returns EVAL_BODY_BUFFERED. I then have another custom taglib class that is a child of this tag, which extends TagSup

Re: Where to put tld files for jarred custom taglibs?

2004-06-01 Thread Keith Hankin
; > (I don't have any other jar, except the war) > > -Message d'origine- > De : Keith Hankin [mailto:[EMAIL PROTECTED] > Envoyé : mardi 1 juin 2004 09:19 > À : Tomcat Users List > Objet : Re: Where to put tld files for jarred custom taglibs? > > > Wher

Re: Where to put tld files for jarred custom taglibs?

2004-06-01 Thread Keith Hankin
here to put tld files for jarred custom taglibs? > web.xml : > >form-tags >/WEB-INF/tld/form-tags.tld > > JSP : > <%@ taglib uri="/WEB-INF/tld/form-tags.tld" prefix="ftags" %> > > > I declared as above, a

Re: Where to put tld files for jarred custom taglibs?

2004-05-31 Thread Keith Hankin
les for jarred custom taglibs? > How did you locate your tld in your JSP ? > > something like this ? > <%@ taglib uri="/WEB-INF/tld/form-tags.tld" prefix="ftags" %> > > -Message d'origine- > De : Keith Hankin [mailto:[EMAIL PROTECTED]

Where to put tld files for jarred custom taglibs?

2004-05-31 Thread Keith Hankin
I have created a custom taglib, extending TagSupport. I have packaged the class files into a jar. I have also added the tld file to this jar. I then place this jar file in my war file under WEB-INF/lib. However, no matter where I place the tld file in the jar, it seems that Tomcat is unable to find

Re: JspWriter output disappearing

2004-05-31 Thread Keith Hankin
I am having a problem where when I write to JspWriter, my output seems to disappear. I have a custom taglib class that extends BodyTagSupport. The doStartTag() method returns EVAL_BODY_BUFFERED. I then have another custom taglib class that is a child of this tag, which extends TagSupport. In doSta

JspWriter output disappearing

2004-05-26 Thread Keith Hankin
I have a custom taglib class that extends BodyTagSupport. The doStartTag() method returns EVAL_BODY_BUFFERED. I then have another custom taglib class that is a child of this tag, which extends TagSupport. In doStartTag(), this method gets the JspWriter and writes to it, however the output does n

deploying webapps from ant

2004-04-24 Thread Keith Hankin
I am trying to deploy my webapps from ant, however my undeploy task does not always work. It quietly informs me that everything is ok, however the webapps subdirectory still exists, with at least some of the files still there. Tomcat appears to be holding onto locks on the files and they cannot

Init parameters in default context

2004-04-23 Thread Keith Hankin
I am trying to specify init context parameters in the default context in server.xml as follows: This is the only context I have listed in server.xml. Then I have my Servlet class as follows: public abstract class JdbcServlet extends HttpServlet { public void init(ServletCon

Re: Using init parameters

2004-04-21 Thread Keith Hankin
--- Original Message - From: "Keith Hankin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 21, 2004 3:28 PM Subject: Using init parameters > I have the following in my web.xml: > > applicationName > testApp > > > My

Using init parameters

2004-04-21 Thread Keith Hankin
I have the following in my web.xml: applicationName testApp My servlet class extends HttpServlet and has the following method: public void init(ServletConfig config) throws ServletException { super.init(config); configDir = getInitParameter("configDir")

Re: JSP suggestion

2004-03-24 Thread Keith Hyland
/template/coda.jspf Keith Adam Buglass wrote on 24/03/2004, 14:55: > I use > > > > HTH. > Adam. > > > On Wed, 2004-03-24 at 14:46, Edson Alves Pereira wrote: > > Hello folks, iÂd like to build a default jsp header to all my > > jspÂpage, in

XML format JSP document, and prelude problem

2004-03-24 Thread Keith Hyland
rate valid jsp documents when using preludes and codas? Am I doing something silly? Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Setting page content Type

2004-03-12 Thread Keith Hyland
x27;t know about the settings in web.xml though, so I'll look into that. Keith Adam Hardy wrote on 12/03/2004, 12:55: > On 03/12/2004 12:23 PM Keith Hyland wrote: > > I'm looking at internationalizing a series of pages, which cover > > different character sets. > &

Setting page content Type

2004-03-12 Thread Keith Hyland
make these tags EL enabled? In the meantime I guess I'll have to look at filters. Cheers, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Internationalization problem

2004-03-05 Thread Keith Hyland
Hi, Thanks for that, got native2ascii converting my property files as an Ant task now and all seems to be working well. Cheers, Keith Yansheng Lin wrote on 04/03/2004, 18:17: > native2ascii your properties file. works for me:). > > -Original Message- > From: Keith Hy

RE: Internationalization problem

2004-03-04 Thread Keith Hyland
; in my catalina.bat (CATALINA_OPTS), and set the at the op of my jsp page. Is there something I have to do to my resource properties file? Any help appreciated. Cheers, Keith Is there something el Ralph Einfeldt wrote on 02/03/2004, 14:06: > <%@ page contentType="text/html;cha

CGI Help Needed

2004-02-18 Thread Keith Bourgoin
work with Tomcat. Any help is greatly appreciated. Thanks, --keith.

Problems with ViewCVS

2004-02-18 Thread Keith Bourgoin
nd the cgi scripts. So, I went into conf/web.xml and changed the cgiPathPrefix for the server. It seems to now be finding the script, but all I get it a blank page. I look at the source and it's just giving me a blank html page back. Any help is greatly appreciated. Thanks, --keith.

RE: Servlets / Includes - not working

2003-10-01 Thread Keith O'Brien
> -Original Message- > From: Keith O'Brien [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 5:01 PM > To: 'Tomcat Users List' > Subject: Servlets / Includes - not working > > > Hello, > > Current working environment: > Re

Servlets / Includes - not working

2003-09-26 Thread Keith O'Brien
rking. Please let me know if you need any additional information. Thanks so much for your help, Keith. There are some comments in the config as I tried different things to get it working. ---

Shared Webapp

2003-08-24 Thread Keith and Cielena Jarrell
to make all classes in that directory shared by all hosts. Can that be done? Thanks, Keith

How to create separate groups with mod_jk2?

2003-06-11 Thread Keith Ulrich
quot; and "seventeenohfour" are both part of the same default lb group, when I had meant to declare them as separate groups. What's the syntax for doing that? Thanks very much. Keith Ulrich - To unsubscrib

RE: how to unsubscribe - tried twice!

2003-06-10 Thread Keith Adams
Jason Somebody else made that suggestion, but if I try to send an email to that address, Outlook rejects it as an invalid email address (because of the equals sign). Thanks, Keith -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: Tue

RE: how to unsubscribe - tried twice!

2003-06-10 Thread Keith Adams
, I know that I can filter them using Outlook, but can't do so when traveling and accessing them through our web mail system. Can anybody help me get in touch with the owner of this list? I've tried emailing the listed owner, no response. Thanks, Keith -Original Message

RE: how to unsubscribe - tried twice!

2003-06-09 Thread Keith Adams
David [EMAIL PROTECTED] org isn't a valid email address. I sent the email to [EMAIL PROTECTED] on Friday. And sent it from the address I used to subscribe. Thanks, Keith -Original Message- From: David Legg [mailto:[EMAIL PROTECTED] Sent: Mon 6/9/2003

how to unsubscribe - tried twice!

2003-06-09 Thread Keith Adams
I tried twice, with the subject line: [EMAIL PROTECTED], on Friday, and I'm still receiving the emails. I even received a confirmation that I'd been unsubscribed. Has anybody else experienced this? Keith --

GOT IT! (was: newbie question: mod_jk not working Win 2000)

2003-06-06 Thread Keith Adams
nding you on a wild goose chase! Keith Keith Adams Senior Application Developer SAS Institute 1 Montgomery Street #3400 San Francisco, CA 94104 Tel (415) 421-2227 Ext 1252 Cell (415) 531-3875 Fax (415) 421-1213 Approximate work hours 8.45-4.15 - SAS Institute - "The Pow

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
Bao No, no errors. But the weird thing is that there is no Tomcat log - only a mod_jk log. Thanks, Keith > Also are there any cannot bind to port related errors in your log > files when > > starting up, either CATALINA_HOME\logs\localhost_date.txt or > APACHE_HOME\

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
Bao Thanks. Did so, but made no diff. Keith -Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:09 PM To: Tomcat Users List Subject: Re: newbie question: mod_jk not working Win 2000

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John I'm pretty sure there's no firewall. Thanks, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
ember. Thanks , Keith -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 12:46 PM To: 'Tomcat Users List' Subject: RE: newbie question: mod_jk not working Win 2000 I would suggest your answer to another user a few min

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
orts the syntax error. When I remove the deliberate error, I get Syntax Ok. Thanks, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John Tomcat seems to start fine - no error msgs. Here's mod_jk.conf * ## Auto generated on Wed Jul 31 12:53:26 EDT 2002## LoadModule jk_module modules/mod_jk.dll JkWorkersFile "D:\jakarta-tomcat-4.1.18\conf\jk\workers.p

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John Thanks for getting back to me. The only log msg is in mod_jk.log and it reads: [Fri Jun 06 11:35:00 2003] [jk_ajp_common.c (1198)]: Error connecting to tomcat. Tomcat is probably not started or is listenning on the wrong port. Failed errno = 61 The error msg is below. Internal Server Err

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John It's the first example servlet: http://localhost:8090/examples/jsp/num/numguess.jsp (I have Apache installed on port 8090 since we run IIS also.) Thanks, Keith -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 11:27 AM To: Tomcat

newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
in my workers.properties file (8009), so I'm not sure why it's not listening. I'm on a Windows 2000 Server, using tomcat 4.1.18 and Apache 2.0.43.   Please bear in mind that I'm a relative newbie to Tomcat, Apache and jsps. Thanks!   Keith   Keith Adams Senior Application Developer S

page cannot be displayed

2003-06-02 Thread Keith Mastin
is problem. Firewall allows tcp connections to 8080. As far as I can figure, there must be some config thing I didn't do or see in the docs. I didn't change any of the conf files for tomcat yet, not sure that I need to. Any ideas or pointers would be greatly appreciated. TIA -- Ke

Tomcat 4.1.18

2003-03-18 Thread Keith
I have just installed and having running Tomcat 4.1.18 for Windows ... I am presently starting the server by using the {TOMCAT}\bin\startup.bat script is there a way to start the Tomcat server using services ??? Thanks, Keith Crosby -- - Keith S. Crosby

Re: Mysql driver problem...

2002-12-30 Thread Keith Pemberton
I got it to work finally. I actually had to use the As soon as I did that everything was fine. Thanks for the help and suggestions. Keith On Mon, 2002-12-30 at 02:39, shawn wrote: > just like the example, I should think that would be ok. > > my point was > > >

  1   2   3   >