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

2005-10-07 Thread Rick
ds that could try 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( "connec

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

2005-10-06 Thread Rick
et.request.encoding=UTF-8 -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 fr

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 ag

RE: Modjk and Tomcat 5.5.4 problem

2005-10-06 Thread Rick
timeout", "cachesize", or "cache_timeout" 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 pr

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

2005-10-06 Thread Rick
g to figure out 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

RE: Modjk and Tomcat 5.5.4 problem

2005-10-06 Thread Rick
sue we have, 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,

RE: Modjk and Tomcat 5.5.4 problem

2005-10-05 Thread Rick
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:[EMAIL PROTECTED] Posted At: Wednesday, Octo

[5.5.9] Excessive jk INFO log msgs "connection timeout reached"

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

RE: Using Catalina API

2005-06-15 Thread Rick
(); ObjectName ob = new ObjectName("mywebapp"); Object[] params = {}; String[] signature = {}; String result = (String)mServer.invoke(ob,"listSessionIds",params,signature); -Rick -Original Message- From: Charl Gerber

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

2005-06-14 Thread Rick
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 Barker Posted At: Thursday, June 09, 2005 9:55 PM Posted To: Tomcat Dev Conversation: Re: 5.0.28 w/ MX4J 3.0.

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

2005-06-10 Thread Rick
Exception: Could not find provider 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 [ma

5.0.28 w/ MX4J 3.0.1, possible?

2005-06-09 Thread Rick
sure if either is possible with out updating to tomcat 5.5.x. Thanks, 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
lease. 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 communicati

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 At

Re: Tomcat banner

2005-05-16 Thread Rick Beton
own webapp, 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

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: [EM

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 Tomcat

Re: Programmatically call the error page for a 500 error

2005-02-19 Thread Rick Wong
you need to render the page properly. That would guarantee to work in all Servlet 2.4 web containers. 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

New user Virtual host problem

2004-12-21 Thread Rick Gocher
ts 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: disable "Restart Persistence" using the standard Manager implementation

2004-10-15 Thread Rick Wong
ating 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.x

Re: Customizing Tomcat error page

2004-10-15 Thread Rick Wong
have > 40 web applications. I really don't look forward to managing a long list of 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 Shapira, Yoav wrote: Hi, You can use

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 of

Customizing Tomcat error page

2004-10-14 Thread Rick Wong
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: [EMAIL

Re: Problem with web.xml not invoking servlet filter

2004-10-14 Thread Rick Wong
Thank you very much. I re-read the servlet 2.4 spec, and it works after I added the following to my filter: ChannelFilter /* REQUEST ERROR -- Rick Shapira, Yoav wrote: Hi, I think this is according to the spec. It took us a while to sort this out, and

Problem with web.xml not invoking servlet filter

2004-10-13 Thread Rick Wong
age="/error.jsp" %> in my JSP file, my 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 - To unsubscribe, e-mail: [EMAI

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 -Origin

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) -

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

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, --

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

2004-08-23 Thread Rick Wong
oding? -- 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 se

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

2004-08-23 Thread Rick Wong
s in input field and click the Submit button. Testing UTF-8 using GET Testing UTF-8 using POST -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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. T

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: T

Configuring Tomcat 5 to not display null value as word null

2004-08-20 Thread Rick Wong
displaying the string "null" when 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
e getWriter before I call 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 thi

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

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

2004-07-25 Thread Rick Bragg
I'm not sure how to fix this Does anyone have any suggestions? Thanks again! Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jk2, apache2, tomcat5, on redhat 9 issue

2004-07-24 Thread Rick Bragg
;apxs" 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! T

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 --

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

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: Connector build error

2004-03-22 Thread Rick Lutowski
uts the so file in > /build/jk2/apach2/ tho so be warned. Its a horrible horrible hack 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! -

Connector build error

2004-03-22 Thread Rick Lutowski
t is java-based (and java 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]

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 > >

Re: Stubborn simple servlet

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

Re: Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
ht, invoker is not included. This might be the problem. Will look into enabling it (unless there is another way to launch simple servlets.) > Also , when did 'pix_servlet' come into it? what is that? "pix_servlet" is just a rename of the "servlet" subdire

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 pro

Re: Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
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
for the list of photos in one subdirectory (the lower left list of the photo frame). com.jreality.ldj.l_ships.LdjServlet LdjServlet *.pxhtml The above does not appear to match the 'invoker' patterns shown in the referenced URL&

Stubborn simple servlet

2004-03-16 Thread Rick Lutowski
iles. None 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, J

Re: Java Hosting

2004-03-10 Thread Rick Umali
ple 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

Re: Simple instructions

2004-03-01 Thread Rick Umali
s that his tutorial has just enough Tomcat 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/) ---

Attention, Tomcat Web pages' maintainer

2004-02-26 Thread Rick Moen
mailing list. -- Cheers, There are only 10 types of people 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
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

RE: Problem with Tomcat5 session replication.

2004-02-11 Thread Rick Szeto
Sorry, my bad... Thanks again, Rick Szeto -Original Message- From: Rick Szeto [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 5:55 PM To: tomcat Subject: Problem with Tomcat5 session replication. Hi all, I am having quite a bit of trouble getting the

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: 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 It should be in the format of SyslogConfig /usr/local/etc/rr/sales-syslog.xml File containing the Syslog configuration for this webapp And this should be in your web.xml... I don't think that you can pu

Parameters from context.xml not being picked up.

2004-01-29 Thread Rick Szeto
untry"); 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: 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

Deployment with multiple contexts using the same docBase in Tomcat5

2004-01-21 Thread Rick Szeto
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 comman

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

Re: Clustering question...

2004-01-21 Thread Rick Szeto
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

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 on

Clustering question...

2004-01-19 Thread Rick Szeto
a(via 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
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
about using 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:2

Tomcat & OpenJMS Design Pattern?

2003-11-18 Thread Gavin, Rick
variable, etc, etc? Thanks for you 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?

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

how to disable info and warning messages at tomcat startup?

2003-10-31 Thread Rick Sansburn
ifest: 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
subscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- *** * Rick Roberts* * Advanced Information Technologies, Inc. *

jakarta connector, jBoss 3.0.6 and iPlanet version 6

2003-08-27 Thread Rick Edwards
p://norman/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 tak

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

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? T

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: SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
/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, 2003 9:09 AM To: Tomcat Users List Subject: RE: SSL and tomcat behind apache

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 to

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 Robe

SSL and tomcat behind apache

2003-08-18 Thread Bradberry, Rick
er (apache) 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

cannot resolve symbol

2003-08-14 Thread Bradberry, Rick
ation.java: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

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

404 with 3.2.3

2003-08-14 Thread Rick Lutowski
clues or ideas 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]

unable to infer tagged configuration

2003-08-14 Thread Bradberry, Rick
fy a tag with `--tag' 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

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: 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 Ro

Re: Stable tomcat + apache + mod_j2 + ssl

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

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 ge

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

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

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 in

Re: how to suppor 30000 concurrent users

2003-08-14 Thread Rick Roberts
hole thing down a lot? Why dont you just use session persistence? Pete -- *** * Rick Roberts* * Advanced Information Technologies, Inc. * *** --

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: [OT] how to pronounce Apache ?

2003-08-11 Thread Rick Roberts
n 1 December, 1995. 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. *

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 Inform

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

2003-08-08 Thread Rick Roberts
isks in running Tomcat without IIS when running as a service under Windows? Nathan -- *** * Rick Roberts* * Advanced Information Technologies, I

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

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 thi

RE: Errors on Apache1.3.27 using mod_jk2

2003-08-02 Thread Bradberry, Rick
This is the howto I used and it seems to work ok for me. I'm using apache 2.0.44, tomcat 4.1.18 and mod_jk-2.0.43.dll on win2k one note, if you go to mod_jk make sure you comment out all lines in jk2.properties http://www.johnturner.com/howto/winxp-howto.html Rick -Original Me

RE: Errors on Apache1.3.27 using mod_jk2

2003-08-02 Thread Bradberry, Rick
it figured out. Rick -Original Message- From: Raffi B. [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 1:07 PM To: [EMAIL PROTECTED] Subject: Errors on Apache1.3.27 using mod_jk2 I'm trying to connect Apache 1.3.27 to Tomcat 4.2.27 using mod_jk2.dll on Win32. Apache is wor

  1   2   3   4   5   6   >