Re: New to user-mailing-list

2001-04-20 Thread Rick
has to be compiled into Apache. Linking mod_jk statically to Apache isn't trivial nor recommended. Regards, Marcus -Ursprüngliche Nachricht-Von: Rick [mailto:[EMAIL PROTECTED]]Gesendet: Freitag, 20. April 2001 12:16An: [EMAIL PROTECTED]Betreff: New

Re: New to user-mailing-list

2001-04-20 Thread Rick
would that be the: ./configure --prefix=/usr/local/apache --enable-module=most ? (you could just told me =) - Original Message - From: "Ansgar W. Konermann" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 12:36 PM Subject: Re: New to user-mailing-list

Re: New to user-mailing-list

2001-04-20 Thread Rick
e.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html Building Apache : http://www.devshed.com/Server_Side/Administration/APACHE/ At least this is, what I used... :) -Ursprngliche Nachricht- Von: Rick [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 20. April 2001 12:32 An: [EMAIL PROTECT

Re: New to user-mailing-list (mod_jk)

2001-04-20 Thread Rick
le the use of LoadModule ? rick - Original Message - From: "Wesselmann, Marcus" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 20, 2001 2:54 PM Subject: AW: New to user-mailing-list Hi, At compile-time you only have to use --enable-module=so When Apache is compil

Re: Nasty OutofMemory problem - possible reason: Cookie name path is a reserved token Exception?

2001-07-10 Thread Rick
to null. Tell us more about what your application is doing, how moany seperate components does it utilize and if you run those alone on a server does it still throw the exception. good luck rick Ben Parker wrote: We are facing a very persisitent and nasty OutofMemory problem and have narrowed

Tomcat listing directories instead of Apache

2003-07-11 Thread Rick
Hi I have Apache2.0.46 set up with Tomcat4.1.24 through mod_jk2. My = httpd.conf has: Options Indexes FollowSymLinks DirectoryIndex index.html index.jsp Location /*.jsp JkUriSet group ajp13:localhost:8009=20 /Location If I go to a directory with no index.html or index.jsp Tomcat displays =

Re: Tomcat listing directories instead of Apache

2003-07-11 Thread Rick
John On Fri, 11 Jul 2003 12:55:42 -0700, Rick [EMAIL PROTECTED] wrote: Hi I have Apache2.0.46 set up with Tomcat4.1.24 through mod_jk2. My = httpd.conf has: Options Indexes FollowSymLinks DirectoryIndex index.html index.jsp Location /*.jsp JkUriSet group ajp13:localhost:8009=20

Tomcat-Apache [error] mod_jk child init 1 0

2003-07-11 Thread Rick
Anyone know why I am getting this error on startup? [error] mod_jk child init 1 0 Thanks

Re: JK Connector/JkSet or JkUriSet

2003-07-11 Thread Rick
http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v2.0. 2/ Rick - Original Message - From: Ray Madigan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 11, 2003 9:05 AM Subject: RE: JK Connector/JkSet or JkUriSet Can one find mod_jk2

INFO: APR not loaded, undefined symbol: apr_md5_final

2003-07-12 Thread Rick
Does anyone have any insight on this, when starting tomcat I get: Apache Tomcat/4.1.24 Jun 6, 2003 9:50:00 AM org.apache.jk.server.JkMain start INFO: APR not loaded, disabling jni components: java.io.IOException: /usr/lib/apache2/jkjni.so: /usr/lib/apache2/jkjni.so: undefined symbol:

Tomcat-ModJK2 -- [error] mod_jk child init 1 0

2003-07-16 Thread Rick
...looking for any insight at all! TIA, Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat-ModJK2 -- [error] mod_jk child init 1 0

2003-07-16 Thread Rick
Here you go...hope there is something amiss in here that's causing it! TIA, Rick JK2 configuration and virtualhost of httpd.conf -- LoadModule jk2_module modules/mod_jk2.so IfModule mod_jk2.c JkSet config.file /usr/local/apache2/conf/workers2.properties /IfModule

Re: Urgent please, what does this error mean( IncompatibleClassChangeError)?

2003-07-16 Thread Rick
You might need to recompile all of your classes. - Original Message - From: Jose Euclides da Silva Junior - DATAPREVRJ [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 4:29 PM Subject: Urgent please, what does this error mean( IncompatibleClassChangeError)? Hi

Re: Tomcat-ModJK2 -- [error] mod_jk child init 1 0

2003-07-16 Thread Rick
the battle...looking for any insight at all! TIA, Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: JK2 Servlet Configuration Problem

2003-07-16 Thread Rick
I have the same problem of tomcat serving up my /images/* folder instead of Apache. I have two mappings as well, for /*.jsp and /servlet/*. I spent hours trying to figure out why Tomcat was serving up my directories! Please keep me posted if you find a solution. Rick. - Original Message

Re: JK2 performance tuning

2003-07-17 Thread Rick
Simon Pabst wrote: try reasonable values like 10 mins (600) Are you sure that is seconds...I think it's milliseconds. - Original Message - From: joseph lam [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, July 17, 2003 8:25 PM Subject: Re: JK2 performance

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:

[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

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

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

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

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

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

Any way to use SSL Certs generated for Tomcat with Apache?

2002-10-27 Thread Rick Mann
? That is, how can I convert my keytool-generated key into a .key file for use with Apache? If I can't do this, then I'll have to ask Comodo to sign a new cert based on a new key, and they might not be willing to do this without charging me again. TIA for any help! -- Rick -- To unsubscribe, e-mail

[4.1.12] Why is JNDI Tree readonly?

2002-10-31 Thread Gavin, Rick
of the propertes but I would like to be able to refresh the tree without restarting Tomcat. Anyone have an idea? Thanks, Rick -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

JNDI and Virtual Hosts

2002-11-08 Thread Rick Mann
. More precisely, the second app to load overwrites the JDNI entries of the first. I would have expected them to get two separate InitialContexts, so that their namespace would be kept separate. How can I accomplish this? Oh, Tomcat 4.0.4, I think (4.0.x, anyway) TIA, -- Rick

Re: JDBCRealm/Form login get current user ?(hope Craig is listening).

2002-12-02 Thread Rick Fincher
Hi David, String user = request.getRemoteUser(); Returns the username of the current user if authentucated or null if not authenticated. See HttpServletRequest in J2EE platform docs for more info. Rick - Original Message - From: David Brown [EMAIL PROTECTED] Hello tc-users

All Threads Waiting error?

2002-12-04 Thread Rick Fincher
Hi All, Anyone got an idea of what an All threads waiting error is and how to increase the number of threads or un-deadlock them? I had this problem with Tomcat 4.1.14 on a Solaris 8 box with JDK 1.4.1. The error messages I got are below. Thanks, Rick Dec 2, 2002 7:05:09 PM

[4.1.12] How to Implement Custom JNDI Tree?

2002-12-06 Thread Gavin, Rick
initial context.. [ Context envCtx = (Context) initCtx.lookup(java:comp/env); ] . I looked at the URL binding and I thought I would ask if that's the right ( best ) way to go before I spent time on it.. Thanks for any help, Rick -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

[4.1.12] Custom JNDI DirContext Help

2002-12-06 Thread Gavin, Rick
to its own initial context.. [ Context envCtx = (Context) initCtx.lookup(java:comp/env); ] . I looked at the URL binding and I thought I would ask if that's the right ( best ) way to go before I spent time on it.. Thanks for any help, Rick -- To unsubscribe, e-mail: mailto:[EMAIL

Help: context loading twice, but with a twist

2002-06-27 Thread Rick Mann
is passed to Apache that it passes on to Tomcat, my context is started again (I know this because I watch catalina.out with tail -f catalina.out). What is causing this? TIA, -- Rick -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Why does the Warp connector deploy apps?

2002-06-27 Thread Rick Mann
Why does the Warp connector deploy apps? Does it really need to do this? Is there a way to prevent it? -- Rick -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

What does this error mean loading mod_jk module?

2002-06-29 Thread Rick Mann
this problem. RH 7.2, Apache 2.0.39, Tomcat 4.0.4, I built the connector from source, copied mod_jk2.so to the apache2 modules directory. Thanks for any help --Rick -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [Slightly off topic]Apache

2002-07-09 Thread Rick Yoesting
Apache: Set HostnameLookups On in httpd.conf Tomcat: Set enableLookups=true on your Connector in server.xml You probably don't really want to do this as there is a potentially severe performance penalty for DNS lookups. If you really want the hostname rather than the IP you'll probably be

JSPC

2002-07-11 Thread Rick Fincher
, but still leaves me with a working directory with java files like index.jsp$.java, and no class files. How do I get JSPC to do the last step and generate the class files? Thanks, Rick

Re: JDBCRealm How-TO

2002-07-12 Thread Rick Fincher
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html - Original Message - Does anyone have the link to the TOMCAT JDBCRealm How-TO?? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Session tracking problem with Tomcat 4.0.3, Apache 2.0.39 and mod_proxy

2002-07-14 Thread Rick Mills
by Tomcat, and I don't need any static pages served up by Apache. Kind regards Rick Mills -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Session tracking problem with Tomcat 4.0.3, Apache 2.0.39 and mod_proxy

2002-07-15 Thread Rick Mills
. Kind regards Rick Mills Rick, I'm pretty sure that this is the same issue that I've experienced. First, try mapping to /bodypainting/ instead of /. See if you get a cookie there. Then, if you have a browser that allows you to inspect session cookies (mozilla is good for this), check the path

Re: Tomcat4 + Apache2, and I need the tomcat connectors

2002-07-15 Thread Rick Mills
of configuration of Apache and Tomcat required is also less. Kind regards Rick Mills Can someone help me with my Situation problem? I I think its the connectors that they put out! i dont think they are good! anyway! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Java Mail/IMAP

2002-07-15 Thread Rick Fincher
/technicalArticles/javaserverpages/em ailapps/ Rick - Original Message - From: Kevin Andryc [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, July 15, 2002 3:34 PM Subject: Java Mail/IMAP I was looking at SendMailServlet.java example provided by Tomcat 4.0, I was wondering

Re: email to cell phone

2002-07-17 Thread Rick Fincher
service just send them a mail. The tags make it a no-brainer for any JSP page to send mail. Rick http://developer.java.sun.com/developer/technicalArticles/javaserverpages/em ailapps/ - Original Message - From: Jack Li [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday

Re: email to cell phone

2002-07-17 Thread Rick Fincher
. Since Java now has voice synthesis you can create messages to be spoken on the fly. A lot depends on what your situation is. You didn't really give enough details for anyone to give a good answer. Rick - Original Message - Thanks for your reply. I don't know much about the wireless

tomcat4.0.4 and Apache using port 7000

2002-07-22 Thread Rick Reumann
at this link: http://mpcon.org/temp/how2install_apache_w_php_jsp_support.doc -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: tomcat4.0.4 and Apache using port 7000

2002-07-22 Thread Rick Reumann
If it helps, I'm also noticing this error in the mod_jk.log file: [jk_ajp_common.c (599)]: In jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61 [jk_connect.c (151)]: jk_open_socket, connect() failed errno = 61 Thanks for any help with below: On Monday, July 22, 2002, 5:29:13 PM, Rick

Re: problems configuring Interclient on Tomcat

2002-07-22 Thread Rick Fincher
Hi Albert, You need to put a copy of Interclient.jar into CATALINA_HOME/common/lib. That will let Tomcat use it for authentication and your webapps use it for db access. Rick - Original Message - From: albert woltman [EMAIL PROTECTED] Hello, I'm using Tomcat 4.0 and Interbase 6.5

Re: Apache 2.0.39 and Tomcat 4.1.7b and W2K

2002-07-22 Thread Rick Reumann
/how2install_apache_w_php_jsp_support.doc -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: newbie---tomcat classpath

2002-07-23 Thread Rick Fincher
in CATALINA_HOME/common/classes. Instead of the common directory use server if you want only Tomcat to have access to the driver. The shared directory is for libraries that are shared by your web apps but not Tomcat. Hope this helps, Rick - Original Message - From: Yu Ye Zhou [EMAIL PROTECTED] Hi

Re: Integrating Apache 2.0.36 and Tomcat 4.0.4 on Win32

2002-07-24 Thread Rick Reumann
Hotmail. AJ http://www.hotmail.com AJ -- AJ To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] AJ For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Survey question for any Tomcat or Apache users out there

2002-07-24 Thread Rick Reumann
someone help..this is driving me nuts:) Thanks -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re[2]: Survey question for any Tomcat or Apache users out there

2002-07-24 Thread Rick Reumann
On Wednesday, July 24, 2002, 11:52:49 AM, Dave wrote: SD Yesterday, I finally got Apache 2.0.39 and Tomcat 4.1.8 (mod_jk2) SD to work on W2K. Tomcat is started by the Apache service and SD actually works in-process like the IIS/Tomcat redirector. If SD anyone in interested, I can post the

Re[2]: Survey question for any Tomcat or Apache users out there

2002-07-24 Thread Rick Reumann
spaces in them, but thanks for the tip though. -- Rick -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Replacement of IIS

2002-07-24 Thread Rick Fincher
I believe Front Page suports WebDav and newer versions of Tomcat do as well. So you shouldn't have too much trouble. Rick - Original Message - Hello all, we are looking for other means on replacing IIS on our servers. We do have a web editor called FrontPage to edit our web sites from

Re: Tomcat 4.1.7 admin appliaction problem

2002-07-24 Thread Rick Fincher
Hi James, You have to have a security realm set up to use the manager. Just a shot in the dark but that may be your problem. Rick - Original Message - Hi all I have just installed Tomcat 4.1.7 on a machine running Win 2000 Profession ed Everything seems to work fine except

Frame annoyance

2002-07-24 Thread Rick Fincher
active, with all of the other frame junk still on the page. Is there a way to get Tomcat to call the login page with a target of _top so it clears the old frames out of the browser? Thanks, Rick -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

Re: Frame annoyance

2002-07-24 Thread Rick Fincher
Thanks Craig, That is perfect. I was hoping to avoid JavaScript, but I couldn't find any other way. Thanks again! Rick - Original Message - On Wed, 24 Jul 2002, Rick Fincher wrote: Hi, I have a webapp that uses Tomcat login security and html frames. If a user's session

Re[2]: Apache-tomcat integration

2002-07-28 Thread Rick Reumann
and Tomcat 4.x use this doc: http://mpcon.org/temp/how2install_apache_w_php_jsp_support.doc It's just been updated as well with some help from those on this list. -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: Deploying precompiled JSP

2002-07-30 Thread Rick Fincher
Thanks Sylvain, I've posted several questions about JSPC and never got a response. I guess few people do it. Anybody know if Tomcat responds to the JSP precompile directive and compiles stuff upon loading? Rick - Original Message - From: St-Germain, Sylvain [EMAIL PROTECTED

Raising Context Manager from the dead

2002-07-31 Thread Rick Reumann
-- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re[2]: Raising Context Manager from the dead

2002-07-31 Thread Rick Reumann
not be displayed error as if I'm typing in a bad URL. NAR Rick Reumann wrote: Me, being the idiot I am I accidentally deleted the manager directory under webapps on Tomcat4.0.4 on winNT running Tomcat as a service. I had another version of Tomcat4.0.4 running with the same directory structure so I

Re[2]: Raising Context Manager from the dead

2002-07-31 Thread Rick Reumann
can't even bring up /manager/list or anything. NAR I have no idea right now. Thanks for trying I'm just going to reinstall and see how that goes. NAR cheers, NAR Nick NAR Rick Reumann wrote: On Wednesday, July 31, 2002, 10:19:13 AM, Nikolas wrote: NAR Did you reload

Re[2]: Raising Context Manager from the dead

2002-07-31 Thread Rick Reumann
? NAR I don't know what else could be. NAR :) NAR Rick Reumann wrote: On Wednesday, July 31, 2002, 10:35:52 AM, Nikolas wrote: NAR So, your copied your manager folder. There is just a WEB-INF with NAR a web.xml in it, right? Yes that's all that is in the manager folder. NAR

JSPC Precompiling Issues and a handy utility

2002-07-31 Thread Rick Fincher
in CATALINA_HOME/work/Standalone/localhost/myApp, but no class files get generated. Any ideas? Thanks, Rick -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Please help me... URGENT

2002-08-01 Thread Rick Fincher
Hi, If you need to get it up and running fast, just use Tomcat with SSL. You can always add Apache later if you think it will boost performance. Setting up an Apache+SSL+Tomcat server can be tricky if you are a newbie (and even if you aren't). A lot of this depends on what you are running and

Re: JSPC Precompiling Issues and a handy utility

2002-08-01 Thread Rick Fincher
into the class path 4. Call javac with that classpath and compile all the .java files in the work directory. A shell script won't work because the classpath is too long for 1024 character limit, unless I use a shell without that restriction. Rick - Original Message - snip The Tomcat JspC

Re: TOMCAT +ANT

2002-08-21 Thread Rick Fincher
The file is in CATALINA_HOME/server/lib/catalina-ant.jar, but only on Tomcat 4.1.X. Rick - Original Message - Hi I need this file: catalina-ant.jar. Where find it? In documentation tomcat, * Download the binary distribution of Ant from http://jakarta.apache.org/ant

Re: Tomcat Realms with Digested Passwords -Urgent- ( A little longish...)

2002-08-27 Thread Rick Fincher
in the realm. You can also increase the debug level in the realm and see what the log files say. Hope this helps, Rick - Original Message - From: ahmet dalli [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 27, 2002 3:14 AM Subject: Tomcat Realms with Digested Passwords

connection pooling on tomcat

2002-08-27 Thread Rick Reumann
even if the connections are manually killed? I thought by adding the validationQuery param this would fix the problem, but it didn't. Thanks for any help. -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re[2]: connection pooling on tomcat

2002-08-27 Thread Rick Reumann
-howto.html and it works fine except for that problem of killed connections cause the application to not pick up valid new ones thus breaking the application to a halt. Thanks for any more information/suggestions you could provide. GN Rick Reumann wrote: I have connection pooling set up

tomcat conn pooling question

2002-08-28 Thread Rick Reumann
the validationQuery to the ResourceParams configured in the server.xml file would help, but it doesn't. parameter namevalidationQuery/name valueSELECT 'CRAP' FROM DUAL/value /parameter Thanks for any help. -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re[2]: tomcat conn pooling question

2002-08-28 Thread Rick Reumann
appreciate it. -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 9:37 AM To: Tomcat Users List Subject: tomcat conn pooling question Sorry if this is a repeat post. (I'm not sure if I posted this question here

Re[2]: tomcat conn pooling question

2002-08-28 Thread Rick Reumann
the above added validationQuery and yet if the connections are killed I no longer am able to get a connection. (I get a java.sql.SQLException: ORA-01012: not logged on in my error log) Thanks so much again -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto

RE: J2EE, JSP, SERVLETS

2002-02-25 Thread Rick K
--- Keith Ng [EMAIL PROTECTED] wrote: nono dun get me wrong im currently doing a J2EE project based on servlets/jsp/javamail/jdbc/possibly EJB(low possibility) there are 2 things i need to do. 1)i need to noe if i ve been missing out on some of the capabilities, which i did not

StaticInterceptor replacement in 4.0.x

2002-03-05 Thread Rick Szeto
a satisfactory solution. Rick -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: StaticInterceptor replacement in 4.0.x

2002-03-05 Thread Rick Szeto
Thank you for your help Craig, it is greatly appreciated. Rick [EMAIL PROTECTED] 03/05/02 01:34PM On Tue, 5 Mar 2002, Rick Szeto wrote: Date: Tue, 05 Mar 2002 13:10:21 -0500 From: Rick Szeto [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject

XSL problem with upgrade to 4.0.3

2002-03-05 Thread Mangi, Rick
I recently upgraded from 4.0 to 4.0.3 to try to fix a problem I was having with LDAP. Good news, the LDAP stuff works better with 4.03. Bad news, my XSL stuff stopped working. I tried moving the xalan libs out of common/lib and into the server lib (and btw: whoever wrote the docs on that you

RE: XSL problem with upgrade to 4.0.3

2002-03-05 Thread Mangi, Rick
Message- From: Mangi, Rick Sent: Tuesday, March 05, 2002 6:39 PM To: [EMAIL PROTECTED] Subject: XSL problem with upgrade to 4.0.3 I recently upgraded from 4.0 to 4.0.3 to try to fix a problem I was having with LDAP. Good news, the LDAP stuff works better with 4.03. Bad news

RE: XSL problem with upgrade to 4.0.3

2002-03-06 Thread Mangi, Rick
Moving those jars fixed it. Thanks a bunch! -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 05, 2002 7:50 PM To: Tomcat Users List Subject: Re: XSL problem with upgrade to 4.0.3 Sorry, hit send my mistake. Here's the exception: - Root

RE: Problems using own XML parser

2002-03-12 Thread Rick K
Maybe you covered this before, but: Why doesn't Xerces meet your needs? I'm not much of an XML expert, I'm just curious. --- John Wadkin [EMAIL PROTECTED] wrote: Charlie, It seems from: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6374

Session already invalidated

2002-04-09 Thread Rick Roberts
. Thanks, Rick Roberts -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Session already invalidated

2002-04-09 Thread Rick Roberts
the session is already invalidated. But, I know the session is not already invalidated. Is this a tomcat bug? Thanks, Rick Dominic Parry wrote: if( monitor.containsKey(user)){ Check what if this returns true of false for has a session. Try if !(monitor.containsKey(user

Re: Session already invalidated

2002-04-09 Thread Rick Roberts
This seems reasonable to me. In fact someone had suggested this in the archives some months ago to someone elses query about this same issue. But when I do this. The exception is still passed to my error page. Do you know of anyway to prevent that? Thanks for the help. Rick Jeff Larsen

Re: Session already invalidated

2002-04-09 Thread Rick Roberts
Maybe Im asking the wrong question. Does anyone have a code snipet that demonstrates how to do Session management without using cookies? The example I found in the book Professional JSP is not working for me. Thanks in advance. Rick Roberts -- To unsubscribe: mailto:[EMAIL PROTECTED

Session Management without Cookies

2002-04-09 Thread Rick Roberts
Can someone point me to a good example of how to do Session Management using JSP but without using Cookies? Thanks, Rick -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Session Tracking / User Authentication

2002-04-10 Thread Rick Roberts
any good reference material on the subject. I have JSP Professional (1st Ed.) but the example does not work with Tomcat. Any help appreciated. Thanks, Rick -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

How to route requests by URL

2002-04-10 Thread Rick Snide
I know how to setup an application such as www.mywebsite.com/myapp so that Tomcat knows what to do with URLs that have the /myapp appended - to setup security, etc. Are we also able to have something like myapp.mywebsite.com such that Tomcat knows what to do with it? I would like to do

How to route requests by URL

2002-04-12 Thread Rick Snide
I know how to setup an application such as www.mywebsite.com/myapp so that Tomcat knows what to do with URLs that have the /myapp appended - to setup security, etc. Are we also able to have something like myapp.mywebsite.com such that Tomcat knows what to do with it? I would like to do

Memory Leak in JDK 1.4.0 Compiler?

2002-04-18 Thread Rick Fincher
Hi All, I heard somewhere that there was a memory leak in the JDK 1.4.0 compiler and it shouldn't be used with Tomcat. I can't find the reference to that and was wondering if anyone else heard this? Sorry if this is repetitive, I just signed on and the FAQ is empty. Rick

Apache vs Tomcat

2002-04-18 Thread Rick Fincher
Hi All, Anybody have any experience with relative performance of pure Tomcat vs Apache/Tomcat in a real world environment, particularly with SSL? Thanks, Rick -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

domain:8080

2002-04-22 Thread Rick Fischer
Our web site domain name is hudsonwholesalers.com The site starts with a servlet : startup.class (in a package called 'hudson') My Tomcat hosting service tells me the users must use www.hudsonwholesalers.com:8080. Since this is not reasonable I had to use a redirect in index.html to

Re: initializing Session state during realm login

2002-04-22 Thread Rick Fincher
form. I haven't tried that so I'm not sure if the session at the login is the same as your program's session. Rick I'm trying to use a custom Realm and FORM authentication. I need to be able to initialize session data after successful login. I found information on needing to create a Custom

Re: domain:8080

2002-04-22 Thread Rick Fincher
Edit that in server.xml in the conf directory. Tomcat defaults to 8080 (or 8443 sor SSL rather than 443) because some systems make you jump through a lot of hoops to use ports with numbers below 1000 for security reasons. Rick Our web site domain name is hudsonwholesalers.com The site

  1   2   3   4   5   6   >