RE: [5.5.9] Excessive jk INFO log msgs connection timeout reached

2005-10-07 Thread Rick
it quick? 'org.apache.jk.common.ChannelSocket', the line reads... log.info( connection timeout reached); Should it not instead read... if(log.isInfoEnabled()) log.info( connection timeout reached); -Rick -Original Message- From: Marcus Franke [mailto:[EMAIL PROTECTED

RE: Modjk and Tomcat 5.5.4 problem

2005-10-06 Thread Rick
, is a large amount of log messages in catalina.out about the timeouts. For some reason I can't get the default java.util.logging to catch them. -Rick -Original Message- From: Marcus Franke [mailto:[EMAIL PROTECTED] Posted At: Thursday, October 06, 2005 4:11 AM On Wed, Oct 05, 2005 at 04

RE: [5.5.9] Excessive jk INFO log msgs connection timeout reached

2005-10-06 Thread Rick
what is the correct configuration. Or if you have a link to a guide, I have yet to find a best practices. Thanks, Rick -Original Message- From: Jean-Marc Marchand [mailto:[EMAIL PROTECTED] Posted At: Thursday, October 06, 2005 6:36 AM Posted To: Tomcat Dev Conversation: [5.5.9] Excessive

RE: Modjk and Tomcat 5.5.4 problem

2005-10-06 Thread Rick
set? -Rick -Original Message- From: John Martyniak [mailto:[EMAIL PROTECTED] Posted At: Thursday, October 06, 2005 8:43 AM Posted To: Tomcat Dev Conversation: Modjk and Tomcat 5.5.4 problem Subject: Re: Modjk and Tomcat 5.5.4 problem Rick, Thanks for the info. I will try it out

RE: [5.5.9] Excessive jk INFO log msgs connection timeout reached

2005-10-06 Thread Rick
Thanks Jean-Marc, After checking over my workers.properties, orginally configured by someone else, it appears to be missing some of the connection timeout handling properties you have listed in yours. I'm guessing this is the root of my issue. I'll give them a try. Thanks again, Rick

RE: Q:how to remove charset from HTTP responce to allow browser use a browser selected charset?

2005-10-06 Thread Rick
-Dfile.encoding=UTF-8 -DjavaEncoding=UTF-8 Not sure if this is relevant, but hope it helps, Rick -Original Message- From: Mark [mailto:[EMAIL PROTECTED] Posted At: Thursday, October 06, 2005 12:13 PM Posted To: Tomcat Dev Conversation: Q:how to remove charset from HTTP responce to allow

[5.5.9] Excessive jk INFO log msgs connection timeout reached

2005-10-05 Thread Rick
to this. -Rick Gavin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Modjk and Tomcat 5.5.4 problem

2005-10-05 Thread Rick
=AJP/1.3 connectionTimeout=6 .../ The old connections would get cleaned up and we stopped having problems, however, I'm not sure this was the correct way to do this, seems to work. Not sure if this is related to your problem. -Rick -Original Message- From: John Martyniak [mailto

RE: Using Catalina API

2005-06-15 Thread Rick
[] params = {}; String[] signature = {}; String result = (String)mServer.invoke(ob,listSessionIds,params,signature); -Rick -Original Message- From: Charl Gerber [mailto:[EMAIL PROTECTED] Posted At: Tuesday, June 14, 2005 9:09 AM Posted

RE: Re: 5.0.28 w/ MX4J 3.0.1, possible?

2005-06-14 Thread Rick
for it, is there some other I need to use in its place? Thanks again -Rick -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Barker Posted At: Thursday, June 09, 2005 9:55 PM Posted To: Tomcat Dev Conversation: Re: 5.0.28 w/ MX4J 3.0.1, possible? Subject: Re: 5.0.28 w/ MX4J 3.0.1

RE: Re: 5.0.28 w/ MX4J 3.0.1, possible?

2005-06-10 Thread Rick
for protocol http --- So I'm a bit stumped, if I'm using http, why is it saying it has no provider for it, is there some other I need to use in its place? Thanks again -Rick -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill

5.0.28 w/ MX4J 3.0.1, possible?

2005-06-09 Thread Rick
, Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: No such list! s

2005-05-17 Thread Rick Beton
. Rick -- Visit our website at www.roke.co.uk Roke Manor Research Ltd, Roke Manor, Romsey, Hampshire SO51 0ZN, UK. The information contained in this e-mail and any attachments is proprietary to Roke Manor Research Ltd and must not be passed to any third party without permission. This communication

Re: Tomcat banner

2005-05-16 Thread Rick Beton
, then perhaps someone put it there. That's where I'd suggest you need to have a look. Rick -- Visit our website at www.roke.co.uk Roke Manor Research Ltd, Roke Manor, Romsey, Hampshire SO51 0ZN, UK. The information contained in this e-mail and any attachments is proprietary to Roke Manor Research

Re: Illegal IMail List Server Command!

2005-05-16 Thread Rick Beton
Are you trying to get these mailing lists subscribed to each other? If you are, DON'T!!! It's a very very very antisocial thing to do. R. [EMAIL PROTECTED] wrote: subscribe bluedragon-interest jturbo-interest servletexec-interest Donald R Milotte -- [EMAIL PROTECTED] (List Server) wrote: New

IE 20 session cookies limitation

2005-05-13 Thread Rick Wong
of web application ( 19), I am wondering if anyone else has this problem, and if and how I might work around this IE limitation. Thanks, -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Using SSL with IIS and Tomcat 4.1

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

Re: Programmatically call the error page for a 500 error

2005-02-19 Thread Rick Wong
. Thanks, -- Rick Chris Hyzer wrote: Hello, This works in Tomcat 4, but not 5 (5.0.25) response.setStatus(HttpServletResponse.SC_INTERNAL_SERVER_ERROR); RequestDispatcher dispatcher = request.getRequestDispatcher(somePage); dispatcher.forward(request, response); I would like to set a 500 error code

New user Virtual host problem

2004-12-21 Thread Rick Gocher
to apache which point to the tomcat webapps directory? Thank you for any help, Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Customizing Tomcat error page

2004-10-15 Thread Rick Wong
to the modula nature of my application, I have 40 web applications. I really don't look forward to managing a long list of error-page for each error code in 40+ web.xml files. I wonder if I can use a filter to catch the setting of a status code 200 and does a page forward there -- Rick

Re: disable Restart Persistence using the standard Manager implementation

2004-10-15 Thread Rick Wong
is creating a Context, which I have to specify a 'docBase'. I can't give a hard-code path to the 'docBase' because Tomcat lives inside JBoss. -- Rick Shapira, Yoav wrote: Hi, I do not have a manager element in my server.xml. When Tomcat ships, a Manager is in server.xml by default. Did you

Re: Problem with web.xml error-page not invoking servlet filter

2004-10-14 Thread Rick Wong
-- Rick Shapira, Yoav wrote: Hi, I think this is according to the spec. It took us a while to sort this out, and several consultations with the JSP Spec leads. It's related to those new filter mapping types defined in Spec version 2.4. Yoav Shapira http://www.yoavshapira.com -Original Message

Customizing Tomcat error page

2004-10-14 Thread Rick Wong
list of code that I might be interested in handling. Is there a simple way to trap these errors and redirect to my specific error page? Thanks, -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: How todestroy a session manually???

2004-10-14 Thread Rick Wong
Yes. session.invalidate(). What is cool is that it even works with single-sign-on! Thanks to the Tomcat team! -- Rick John MccLain wrote: I have a session listener that clears out some static data on sessionDestroy. Is there a way for a logout button in a .jsp view to call some kind

Problem with web.xml error-page not invoking servlet filter

2004-10-13 Thread Rick Wong
is invoked, my filter is not called. However, if I define %@ page errorPage=/error.jsp % in my JSP file, my filter is invoked (and as a part of the call stack). Is this a Tomcat bug? Or does this behavior conform with the Servlet 2.4 spec? Thanks, -- Rick

RE: UTF-8 Encoding Issue Since 5.0.27 ( gun in my mouth )

2004-09-02 Thread Rick
-8 resource bundles aren't supported any more. Besides this simple example, I'm still seeing problems with a servlet returning XML in UTF-8. Again, no issue in 5.0.24, only after 5.0.25. I will put together a sample and post it shortly. Thanks again for the help, Rick -Original Message

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

2004-08-31 Thread Rick Wong
Thanks Keith, I figured out what I did wrong. It turns out that my logout servlet was running in a separate Web application that is not part of the SSO Realm. Of course, session.invalidate() does nothing to the SSO session! Thanks a lot for your help! Thanks a lot, -- Rick Keith Bottner

UTF-8 Encoding Issue Since 5.0.27 ( gun in my mouth )

2004-08-31 Thread Rick
Since 5.0.27, pretty much all of my UTF-8 i8 code seems to be messed up. The problem seems to have been caused by whatever fix was created for issue -- ServletResponse.setContentType sets response encoding after getWriter was called (Bugtraq 5062838) (luehe)

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

2004-08-27 Thread Rick Wong
Hi, I am using Tomcat 5.0. I enabled SSO to several application. I'd like to be about to logout from any application, and force subsequent access to any application to logout as well. How would I do that? Thanks, -- Rick

How do I configure Tomcat to translate UTF-8 encoded parameters

2004-08-23 Thread Rick Wong
=%=request.getRequestURI()% method=POST input type=text name=data value='%=request.getParameter(data)%'/ input type=submit name=submit value=submit/ /form /body /html -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: How do I configure Tomcat to translate UTF-8 encoded parameters

2004-08-23 Thread Rick Wong
? -- Rick -Original Message- From: Rick Wong [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 8:08 PM To: Tomcat Users List Subject: How do I configure Tomcat to translate UTF-8 encoded parameters Hi, I am using Tomcat 5.0.26. I configured the HTTP connector to decode URI with setting

Re: Configuring Tomcat 5 to not display null value as word null

2004-08-22 Thread Rick Wong
, I actually do have a servlet filter and a servlet request wrapper for my application. Maybe I would just override the getWriter method with a PrintWriter wrapper that outputs for null value? Let me try to see what happens if I do that... Thanks, -- Rick Justin Ruthenbeck wrote

Re: JSTL 1.1 / Tomcat 4.1.30

2004-08-22 Thread Rick Wong
Sorry. The answer is no. JSTL 1.1 requires servlet 2.4 spec, which is implemented in Tomcat 5. -- Rick Julian wrote: Does anyone know if it's possible to use JSTL 1.1 with versions of Tomcat prior to V.5? Upgrading the server is not an option. Thanks

Configuring Tomcat 5 to not display null value as word null

2004-08-20 Thread Rick Wong
there is no default value. Thanks, -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[5.0.27] change to setContentType() causing problem in UTF-8 servlet, plz help

2004-07-28 Thread Rick
setContentType. So I do not understand how to set the charset at this point. I assume there is some kind of workaround that I haven't seen. Any help would be greatly appreciated. Thanks in advance, Rick

Re: Why does nobody never answer my question ??

2004-07-26 Thread Rick Bragg
Yo Oliver, This is a great list, don't be discouraged. People here are really helpful. Try to search the list for related things while you are waiting, Try to phrase the question in another way... This is an open source community and answers to your questions will no doubt help others. One

Re: jk2, apache2, tomcat5, on redhat 9 issue

2004-07-25 Thread Rick Bragg
anyone have any suggestions? Thanks again! Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jk2, apache2, tomcat5, on redhat 9 issue

2004-07-25 Thread Rick Bragg
Rick Bragg wrote: Mark Eggers wrote: You will need to install the httpd-devel rpm as well. This will give you apxs and other material needed to compile mod_jk2. You might check on yum to see if mod_jk2 is already compiled. It is for Fedora Core 2. I don't know if it is for Redhat 9. I build

jk2, apache2, tomcat5, on redhat 9 issue

2004-07-24 Thread Rick Bragg
installed on my system. what is the apxs? and why do I not have it anywere on my system. I have apache2 installed via rpm and I cannont build the mod_jk2 Is there a binary that I can download for this? Any help building this module and setting up virtual hosts would be great! Thanks Rick

JSP expression with null value

2004-04-16 Thread Rick Wong
Hi, Should a JSP expression evaluate a null expression as a string 'null', or as an empty string ''? In other words, should '%=null%' be evaluated to 'null' or ''? Thanks, -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED

How difficult is it to upgrade from 4.1.24 to 5.0.19?

2004-04-01 Thread Rick Roberts
words... Is it just like upgrading 4.1.24 to 4.1.27 ? Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.aitsupport.com

Re: All of your e-mails are coming to our in box on outlook what do we do?

2004-04-01 Thread Rick Roberts
e-mails and it is taking up tunes of room on our computer. This occurred when I subscribed to St Odillia.org/soar4jobss web page. Any help you could give would be appreciated. Thanks, Sue Hodgeman -- *** * Rick Roberts* * Advanced

Connector build error

2004-03-22 Thread Rick Lutowski
is less error prone than c ;-) -- Rick Lutowski Principal, JReality [EMAIL PROTECTED] http://www.jreality.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Connector build error

2004-03-22 Thread Rick Lutowski
but it will allegedly be fixed in the upcoming 2.0.4 release. Yes, this works. Also, apache 2.0.48 contains an apr-0 lib, so the -1apr hack was not necessary with 2.0.48 Thanks for the assistance! -- Rick Lutowski Principal, JReality [EMAIL PROTECTED] http://www.jreality.com

Fwd: Net Integrator Virus Alert

2004-03-20 Thread Rick
I have unsubscribed from this group. please stop sending me email. about 90% of the email from this group contain viruses. --- Virus Scanner [EMAIL PROTECTED] wrote: Date: Sat, 20 Mar 2004 18:55:35 +0800 From: Virus Scanner [EMAIL PROTECTED] Subject: Net Integrator Virus Alert WARNING:

Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
of this output shows up in the logs, so either 4.1.30 is not executing the servlet or my println assumption is false (or both). I'm at a loss what to do next to fix this config problem (as it must surely be). Any suggestions appreciated. -- Rick Lutowski Principal, JReality [EMAIL PROTECTED] http

Re: Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
servlet-mapping servlet-nameLdjServlet/servlet-name url-pattern*.pxhtml/url-pattern /servlet-mapping The above does not appear to match the 'invoker' patterns shown in the referenced URL's. The above works in tomcat 3.2.3. -- Rick Lutowski Principal, JReality [EMAIL

Re: Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
/pix.pxhtml?base=CV10 is not available -- Rick Lutowski Principal, JReality [EMAIL PROTECTED] http://www.jreality.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
Wendy Smoak wrote: Rick Lutowski wrote: Probably not the problem. Okay, but you still haven't told us what URL gives the 404. That you're getting a 404 means that Tomcat cannot map the URL you're providing to anything it has to offer. Context path=/ship_pix docBase=ship_pix

Re: Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
. -- Rick Lutowski Principal, JReality [EMAIL PROTECTED] http://www.jreality.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
Rick Lutowski wrote: Mike Curwen wrote: if it's the other, try: a href=http://localhost:8080/ship_pix/pix.pxhtml?base=CV10; With a href=http://localhost:8080/ship_pix/pix_servlet/pix.pxhtml?base=CV10; the error is 404 -- /ship_pix/pix_servlet/pix.pxhtml is not available With further

Re: Java Hosting

2004-03-10 Thread Rick Umali
requirements (i.e. learning), it's suitable. Check out: http://www.myjavaserver.com/~rickumali -- Rick Umali[EMAIL PROTECTED]www.rickumali.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Simple instructions

2004-03-01 Thread Rick Umali
config stuff so that you can be productive working through simple examples. Combine his tutorial with the Tomcat documentation, and you're on your way! Rick Umali (http://www.myjavaserver.com/~rickumali/) - To unsubscribe, e-mail

Attention, Tomcat Web pages' maintainer

2004-02-26 Thread Rick Moen
in this world -- Rick Moen those who understand binary arithmetic and those who don't. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Problem with Tomcat5 session replication.

2004-02-12 Thread Rick Szeto
. But at least I am getting exceptions(who ever said exceptions are a bad thing? =)). Thanks again for the help from people in this mailing list, Rick Szeto -Original Message- From: Apu Shah [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 7:43 PM To: Tomcat Users List Subject: Re

Problem with Tomcat5 session replication.

2004-02-11 Thread Rick Szeto
to get the sessions replicated. =) ps. Out of curiousity, I have been unable to find any documentation on the JDBCManager, reference here: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html Thanks in advance, Rick Szeto

RE: Problem with Tomcat5 session replication.

2004-02-11 Thread Rick Szeto
useDirtyFlag=false replicationMode=synchronous / Valve className=org.apache.catalina.cluster.tcp.ReplicationValve debug=9 filter=.*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;/ Thanks again, Rick Szeto -Original Message

Parameters from context.xml not being picked up.

2004-01-29 Thread Rick Szeto
(country); paramValue is NULL. Is this a know bug/issue? Or am I not doing somthing right? Rick Szeto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Parameters from context.xml not being picked up.

2004-01-29 Thread Rick Szeto
Thanks will try that. Rick Daniel Gibby wrote: I believe the Parameter line is wrong. It should be in the format of context-param param-nameSyslogConfig/param-name param-value/usr/local/etc/rr/sales-syslog.xml/param-value descriptionFile containing the Syslog configuration

Re: Deployment with multiple contexts using the same docBase in Tomcat5

2004-01-22 Thread Rick Szeto
That just doesn't seem right to me. How then do you deploy branded sites without deploying the same common code(possibly different version of it) in each version of the site? Rick Shapira, Yoav wrote: Howdy, You wouldn't. One webapp = one context = one docBase. Yoav Shapira Millennium

Re: Clustering question...

2004-01-21 Thread Rick Szeto
that hitting the DB every time a page is accessed was efficient. Rick Filip Hanik wrote: application context data doesn't get replicated, since this is not tied to a user, hence it doesn't serve any purpose in fail over. ie, what ever got stored in application context on server A, should have got stored

Quick context question.

2004-01-21 Thread Rick Szeto
Hi, Does Tomcat 5 allow starting, stopping and/or restarting of a context without affecting the other contexts of the same webapp? Also, can a context be stopped or restarted gracefully(ie keep running until all of the sessions are dead)? Thanks, Rick Szeto

Deployment with multiple contexts using the same docBase in Tomcat5

2004-01-21 Thread Rick Szeto
is to be able to deploy the contexts independantly and be able to update the docBase which gets applied to all the contexts. Any help would be greatly appreciated, Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Clustering question...

2004-01-20 Thread Rick Szeto
Ok, thanks for your quick response. Rick [EMAIL PROTECTED] wrote: As of now I don' think the Tomcat clustering code of Filip supports any of what you ask. The only thing replicated is the session and the date within. The principal is not replicated as of yet. (I think Filip is working

Clustering question...

2004-01-19 Thread Rick Szeto
some session manager implementation)? Or does the change(s) get distributed? Thanks for any help you can give, Rick Szeto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Upgrading mod_jk to mod_jk2 - problem with uri map to old /servlet

2003-11-28 Thread Rick Fesciuc
and controllers. Is there a way to use the new mod_jk2 JkUriSet to allow these calls to the /mycontext/servlet/ without having to fix a large number of jsp files? Thanks in advance Rick.

RE: Tomcat OpenJMS Design Pattern?

2003-11-19 Thread Gavin, Rick
the MessageListner.run() method in a threaded sense. You need to make the class implement runnable. Is this required for doing async message handling? Thanks for your help, Rick -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 5:26 AM To: Tomcat

Tomcat OpenJMS Design Pattern?

2003-11-18 Thread Gavin, Rick
variable, etc, etc? Thanks for you any help, Rick

JMS Provider w/ Tomcat?

2003-11-10 Thread Gavin, Rick
Hi All, Just wondering if Tomcat 5 included a JMS Engine/Provider, or if not, what is recommended? Thanks for any help, Rick

RE: JMS Provider w/ Tomcat?

2003-11-10 Thread Gavin, Rick
Thanks Yoav, I'll give it a look, I found the Sun implementation and will try that also. Thanks again, Rick -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 11:35 AM To: Tomcat Users List Subject: RE: JMS Provider w/ Tomcat? Howdy

how to disable info and warning messages at tomcat startup?

2003-10-31 Thread Rick Sansburn
: Depends-On Also, if anyone how to fix the WARNING: Duplicate name in Manifest: Depends-On message that would be much appreciated. -- Rick

Re: Removing extra white spaces in source

2003-10-24 Thread Rick Roberts
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

jakarta connector, jBoss 3.0.6 and iPlanet version 6

2003-08-27 Thread Rick Edwards
/idm/ui/ping.jsp I get a 404 error - page not found. In my limited understanding of this whole affair, that means that the redirector isn't redirecting. I do have all the proper NameTrans directives in my obj.conf. Any takers?? TIA Rick

Waiting for 4 instance(s) to be deallocated?

2003-08-22 Thread Rick Roberts
OK. I know I must be doing something stupid, in order to get this message. What is it? StandardWrapper[/ai:jsp]: Waiting for 4 instance(s) to be deallocated -- *** * Rick Roberts* * Advanced Information Technologies, Inc

Calendar Tool?

2003-08-19 Thread Rick Roberts
Anyone know of a decent calendar tool / server that would integrate well with java/jsp/jdbc/tomcat? Thanks, -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Calendar Tool?

2003-08-19 Thread Rick Roberts
I thought that I had read something about a calendaring effort at Jakarta or maybe at tigris.org, but went looking and can't find what I thought I remembered. Rick Roberts wrote: Anyone know of a decent calendar tool / server that would integrate well with java/jsp/jdbc/tomcat? Thanks

SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
) the lock icon turns on in IE, but as soon as I hit a jsp page the lock icon turns off. With Mozilla it shows a lock with a red line through it. Did I miss something in the setup documentation? Rick

Re: Jan West/US/AM/TSA is out of the office.

2003-08-18 Thread Rick Roberts
He just got a special filter - trash until 26Aug03 You may want to do the same. Stuart MacPherson wrote: This will happen 50 times a day until 26th august... Ahh -- *** * Rick Roberts

RE: SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
the setup is Apache 2 tomcat 4.1.27 mod_jk2 connectors 4.1.27 Rick -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:51 AM To: Tomcat Users List Subject: RE: SSL and tomcat behind apache Which connector are you using to link tomcat

RE: SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
=org.apache.jk.server.JkCoyoteHandler/ in apache2/conf/httpd.conf I have: LoadModule jk2_module modules/mod_jk2.so SSL works within apache. What about the workers.properties or the jk2.properties? any changes needed here? Rick -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, August 18

Re: Tomcat vs. Apache Performance Comparison for static HTML

2003-08-14 Thread Rick Roberts
Very interesting. Thanks for making the effort and sharing your results. -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Tomcat will not install

2003-08-14 Thread Rick Roberts
/dist/jakarta/tomcat-4/binaries/ However; tomcat will need the JDK also, so you need to install the JDK first anyways. Also the current JDK is 1.4. You can get it from here: http://java.sun.com/downloads/ Hope this helps. Rick [EMAIL PROTECTED] wrote: I'm trying to install xerces so I can install

Re: Connection Pool / Connection Bean ?

2003-08-14 Thread Rick Roberts
That looks like exactly what I am after. I never paid much attention to Jakarta-Commons before. Thanks for pointing it out :) -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Stable tomcat + apache + mod_j2 + ssl

2003-08-14 Thread Rick Roberts
PROTECTED] -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: getRemoteUser()

2003-08-14 Thread Rick Roberts
Have you set up your Tomcat container managed security? http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: how to suppor 30000 concurrent users

2003-08-14 Thread Rick Roberts
-- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Connection Pool / Connection Bean ?

2003-08-14 Thread Rick Roberts
Possibly. Can you point me to it, so I can read up on it? I have some old JDBC apps, originally written under Tomcat 3.1 or 3.2. I'm looking for a relatively painless way to modernize my JDBC connection techniques. Thanks -- *** * Rick Roberts

Re: tried alot of searching - caving in and emailing this list now

2003-08-14 Thread Rick Roberts
I could never get WARP to WORK I think it has been abandoned by the developers now also Rick jherschel wrote: I just talked with the lead on this and it seems we used WARP by default since it is provided with Stronghold. We were having WARP specific issues, so we're going to look into getting

ServletContext.getInitParameter() for a Bean?

2003-08-14 Thread Rick Roberts
What is recomended technique for reading initialization parameters from a Bean? -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

unable to infer tagged configuration

2003-08-14 Thread Bradberry, Rick
' BUILD FAILED file:/export/connectors-4.1.27-src/jk/native/build.xml:134: Compile failed /export/connectors-4.1.27-src/jk/native/apache-2.0/mod_jk.c Rick Bradberry NCR WCS Managed Services Telephone: 937-848-2203 Cell Phone: 937-367-1879 efax: 413-674-7094

404 with 3.2.3

2003-08-14 Thread Rick Lutowski
as to the solution would be appreciated. Thanks. -- Rick Lutowski Principal, JReality [EMAIL PROTECTED] www.jreality.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Connection Pool / Connection Bean ?

2003-08-14 Thread Rick Roberts
Is there a good, free ConnectionPool, ConnectionBean available? -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

cannot resolve symbol

2003-08-14 Thread Bradberry, Rick
:114: cannot resolve symbol [javac] symbol : class JSSEImplementation [javac] location: package jsse [javac] return new org.apache.tomcat.util.net.jsse.JSSEImplementation(); Thnak for any help. Rick

Re: [OT] how to pronounce Apache ?

2003-08-11 Thread Rick Roberts
. This was essentially the NCSA 1.3 server with a number of fixes and enhancements. http://www.zdnet.com/anchordesk/story/story_1284.html -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Can I get an answer please -- Re: Why integrate Tomcat with aweb server?

2003-08-08 Thread Rick Roberts
when running as a service under Windows? Nathan -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

Re: Can I get an answer please -- Re: Why integrate Tomcat with aweb server?

2003-08-08 Thread Rick Roberts
Of course not. I'm only regergitating stuff I have read. But I have seen it from several different sources, so I took it as truth. Do you have benchmarks to prove otherwise? -- *** * Rick Roberts* * Advanced Information

RE: RE: Java and tomcat issues

2003-08-06 Thread Bradberry, Rick
Try export PATH=$PATH:$JAVA_HOME/bin make sure you don't have spaces around the = Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 2:33 PM To: [EMAIL PROTECTED] Subject: RE: RE: Java and tomcat issues Okay this happens bash

Re: Where can I find mod_jk-2.0.47.so?

2003-08-06 Thread Rick Roberts
Your going to need to build it. Get it from here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/ -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * * http://www.ait-web.com

FORBIDDEN access

2003-08-02 Thread Bradberry, Rick
example on this server. error message. However, I can get to the ~home pages. Is there some security I can turn off. Can you give me an idea of where to look or what to look for. Here is the versions that are installed apache 1.3.26 tomcat 4.1.18 mod_jk 1.3 Thanks for any help Rick

RE: FORBIDDEN access

2003-08-02 Thread Bradberry, Rick
Mike, Thanks for the help, but all the directories have a minimum of r-x, most have rwx and are owned by root. Tomcat runs as root and apache runs as apache. Rick -Original Message- From: Mike Millson [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 9:20 AM To: Tomcat Users

  1   2   3   4   5   6   >