RE: List subscription problem

2004-09-22 Thread Milt Epstein
to (with the '@' changed to an '='). It's called Return-Path. If you can find that one -- and most mail readers have some way of showing the entire header of a message -- then you can definitively determine what address the list sent the message to and what address you should unsubscribe from. Milt Epstein

RE: Problems with Tomcat Configuration

2004-09-13 Thread Milt Epstein
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University

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

2004-08-10 Thread Milt Epstein
info at initialization that cannot be done dynamically without knowing the host/port/contextpath. You could always pass it in yourself as a context variable (i.e., context init-param). The problems then are that you're duplicating data and reducing portability. Milt Epstein Research Programmer

Re: specifying location of confg file

2004-05-06 Thread Milt Epstein
a possibility. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED

RE: Multiple Paths in one Context

2004-04-20 Thread Milt Epstein
, all with different paths but the same docBase? I don't know if that's allowed, or if it's been suggested, but maybe it's worth looking into. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University

Re: contextInitialized called twice during webapp deployment

2004-04-19 Thread Milt Epstein
of the servlet in your web.xml, and/or perhaps if you have your webapp/context being loaded twice, like one automatically (because of an attribute setting like autoDeploy/deployOnStartup) and once because of a Context element in your server.xml and/or a seperate context configuration file. Milt Epstein

Re: how to define duplicate context in Tomcat (server.xml)

2004-02-26 Thread Milt Epstein
/ /Host can someone help me in this? === Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED

Re: include files

2004-02-10 Thread Milt Epstein
hurt to delete them. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED

Re: include files

2004-02-10 Thread Milt Epstein
PROTECTED] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] - To unsubscribe

Re: Configuration file help

2004-02-05 Thread Milt Epstein
always 100% complete/correct, and usually needed to be modified a bit to work. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread Milt Epstein
one. I don't think Remy's suggestion above is unreasonable -- AS LONG AS IT'S DOCUMENTED (sorry for shouting). Especially if it's as simple as adding a few lines in server.xml. (Well, it would be nice if it were added to the server configuration documentation as well.) Milt Epstein Research

RE: context configuration file being overwritten

2004-02-05 Thread Milt Epstein
On Wed, 4 Feb 2004, Cox, Charlie wrote: From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 2:47 PM [ ... ] Have you tried using CATALINA_BASE and CATALINA_HOME to separate your webapps/configuration(BASE) and your tomcat installation(HOME)? Maybe

RE: context configuration file being overwritten

2004-02-05 Thread Milt Epstein
, and is not subject to misbehaviors (whether they're at the design level or the implementation level). Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED

Re: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
initialize the log4j system properly. I was wondering if this is a bug? I am using tomcat-5.0.18. Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Milt Epstein Research

Re: context configuration file being overwritten

2004-02-04 Thread Milt Epstein
On Sat, 31 Jan 2004, Milt Epstein wrote: Hi there. I'm using tomcat 5.0.18 basically out of the box. I set up a webapp in a directory outside the tomcat/webapps directory. So I created a context configuration file for the webapp, and put a symbolic link to it in tomcat/conf/Catalina

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
configuration (either in server.xml or a separate context configuration file) that lets Tomcat know about it. And until you delete that element, you haven't deleted the webapp. That's my take on it, at least :-). -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent

RE: context configuration file being overwritten

2004-02-04 Thread Milt Epstein
that the link is working in terms of Tomcat finding/processing the context configuration file (and finding/setting up the context). It's just that the context configuration file gets overwritten (when it's a link). -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: context configuration file being overwritten

2004-02-04 Thread Milt Epstein
On Wed, 4 Feb 2004, Cox, Charlie wrote: -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 11:46 AM To: Tomcat Users List Subject: Re: context configuration file being overwritten On Sat, 31 Jan 2004, Milt Epstein wrote

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
created, modified, and/or deleted.) -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:12 PM To: Tomcat Users List Subject: RE: Tomcat Loads Deleted Context? I removed the Context for that webapp in conf

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
-Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:12 PM To: Tomcat Users List Subject: RE: Tomcat Loads Deleted Context? I removed the Context for that webapp in conf/server.xml. Hmmm -- you had

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
- From: Milt Epstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 12:12 PM To: Tomcat Users List Subject: RE: Tomcat Loads Deleted Context? I removed the Context for that webapp in conf/server.xml. Hmmm -- you had a Context element for this webapp

context configuration file being overwritten

2004-01-31 Thread Milt Epstein
of a symbolic link. (I'm trying to place as little as possible in the tomcat directory structure, to ease upgrade issues and such.) Any idea what's going on here? I searched all over and couldn't find any discussion of a similar issue. FWIW, my system is Linux (Fedora Core 1). Thanks! Milt Epstein

Re: Env vars, mod_jk and JkEnvVar?

2003-02-07 Thread Milt Epstein
? Will it appear as an attribute, if so, with what name? I'm using JkEnvVar in one setup, and the variable in question comes in as a request attribute. I use the same name as on the JkEnvVar line. So if you have JkEnvVar SSL_CLIENT_V_START you'd use request.getAttribute(SSL_CLIENT_V_START) Milt

Re: Tomcat startup question

2003-02-04 Thread Milt Epstein
Tomcat) it executes again. I remember on an older version of Tomcat that I used that if you did this you would get an error. I'd think you'd at least get some port binding exceptions, because you'd be trying to resuse the same ports over and over again. Did you see anything in the logs. Milt

Re: Require a secure connection

2003-01-17 Thread Milt Epstein
, and then control what resources are accessible within each virtual host. Works for us. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED

Re: TC3 to TC4 upgrade question

2003-01-15 Thread Milt Epstein
setup -- which isn't necessarily a good idea (and was involved with some bugs recently). Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED

RE: Start tomcat before apache on RedHat7.3

2003-01-13 Thread Milt Epstein
. Arcadius. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Milt Epstein Research Programmer Integration

Re: Problem accessing user ID if Apache used to auithenticate

2003-01-09 Thread Milt Epstein
as defined in server.xml, I had to add the attribute tomcatAuthentication=false to get the user ID (via getRemoteUser) to be available in Tomcat. Don't know if this is an issue with your (somewhat different) setup. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus

RE: unsubscribing to this mailing list

2003-01-06 Thread Milt Epstein
mark Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

Re: unsubscribing to this mailing list

2003-01-06 Thread Milt Epstein
twice in the past 6 weeks when going on vacation. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto

Re: Apache HTTPD Tomcat: Where does mod_jk step in?

2002-12-30 Thread Milt Epstein
:-). Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: mod_jk---still trying, getting closer

2002-12-26 Thread Milt Epstein
:14:36 2002] [notice] Accept mutex: sysvsem (Default: sysvsem) [ ... ] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe

Re: mod_jk---still trying, getting closer

2002-12-24 Thread Milt Epstein
] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana

Re: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
files (i.e. workers.properties and server.xml) so we can see for sure what you have there. You say that Tomcat is listening on port 8080, but that is the default port for Tomcat's Http Connector (i.e. Tomcat standalone). So I suspect that is not the relevant info here. Milt Epstein Research

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
it with a different value (restarting Tomcat, of course) and seeing if it makes a difference. (You can also try setting the host value to localhost in workers.properties, as someone else suggested -- that will require restarting Apache.) Milt Epstein Research Programmer Integration and Software

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
the correct server.xml file - the second email contains the correct one). I responded to that email -- and in fact the connection timeout was the only thing that looked odd to me. So that might be what's causing the problem. -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
you my files now that it is working for me?? Denise Mangano -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 11:55 AM To: Tomcat Users List Subject: RE: Mod_jk - won't execute jsp or servlets On Mon, 23 Dec 2002, Denise Mangano wrote

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 11:55 AM To: Tomcat Users List Subject: RE: Mod_jk - won't execute jsp or servlets On Mon, 23 Dec 2002, Denise Mangano wrote: Tomcat is up and running - I can view and execute examples by using :8080. OK

RE: Naive question thread

2002-12-20 Thread Milt Epstein
in the archives. -Original Message- From: jon wingfield To: Tomcat Users List Sent: 12/19/2002 1:47 PM Subject: RE: Naive question thread i use pstree -aup. Very useful with multiple java apps running on one server :) -Original Message- From: Milt Epstein [mailto:[EMAIL

Re: Session timeout setting (URGENT)

2002-12-20 Thread Milt Epstein
-- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Milt Epstein Research Programmer Integration and Software

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
the manual: Caution: If Apache is configured to serve static pages for a web application it bypasses any security contraints you may have configured in your web application web.xml config file. That discouraged me to map static pages. Hope it help. iran [ ... ] Milt Epstein Research

RE: SSL setup Apache - Tomcat

2002-12-20 Thread Milt Epstein
] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services

RE: ROOT app new user question...

2002-12-20 Thread Milt Epstein
that when a user goes to http://yada.yada/ my app will display instead. I've looked at the default config files, but I'm just not seeing how to do it. Thanks, ajTreece Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
on. Is there anything informative in any of the various logs -- apache, mod_jk, tomcat? How did you stop/start Apache after making the above change? -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 3:56 PM To: Tomcat Users List Subject: RE

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
my app that was working before back up... What on earth could possibly be going wrong? Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 3:56 PM To: Tomcat Users List

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
Mangano Help Desk Analyst Complus Data Innovations, Inc. -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 5:12 PM To: Tomcat Users List Subject: RE: Configuring mod_jk - Again! On Fri, 20 Dec 2002, Denise Mangano wrote: Ok, now I added

RE: Apache Web Server vs. Tomcat

2002-12-18 Thread Milt Epstein
/cosAgile __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Milt Epstein Research

Re: mod_jk connection issues, more information.

2002-12-18 Thread Milt Epstein
started. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

Re: mod_jk connection issues, more information.

2002-12-18 Thread Milt Epstein
having the same problem, try this for now. Thanks for everyone's help. -Simon ps. I also upgraded from 4.1.12 to 4.1.17 in my debugging process though that didn't solve the problem in and of itself. Milt Epstein wrote: On Wed, 18 Dec 2002, Simon Chatfield wrote: The number of open

Naive question thread

2002-12-18 Thread Milt Epstein
will list threads, not just processes. So it's possible all those java listings were all the threads running in one java process. And I think there's an option to ps to cause it list actual processes, not threads. So you might try that and see what the output looks like. Milt Epstein Research

RE: Almost there...Updated Apach-Tomcat with mod_jk .. please he lp!

2002-12-16 Thread Milt Epstein
. Is Apache running currently? Does the web server respond? If so, there's got to be some apache/httpd process running. What user is it running as? Are you sure you're checking all the processes for all the users? -Original Message- From: Milt Epstein To: Tomcat Users List Sent: 12/15/2002

Re: Almost there...Updated Apach-Tomcat with mod_jk .. please he lp!

2002-12-16 Thread Milt Epstein
. apache/httpd is running as another user, and I'm guessing the sysadmin has things setup so I can't get that information. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana

RE: Almost there...Updated Apach-Tomcat with mod_jk .. please he lp!

2002-12-16 Thread Milt Epstein
Apache is fine again. Very strange... That suggests that it's set to startup when the system starts up (in fact, it'd almost have to be that way in order to explain what you describe). -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 11:37

Re: HttpSessionListener beforeSessionDestroyed (Craig, Sean)?

2002-12-16 Thread Milt Epstein
PROTECTED] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

RE: Almost there...Updated Apach-Tomcat with mod_jk .. please help!

2002-12-15 Thread Milt Epstein
the file is not there). Right now my first problem is more pressing... THanks! Denise -Original Message- From: Milt Epstein To: Tomcat Users List Sent: 12/14/2002 11:00 AM Subject: Re: Almost there...Updated Apach-Tomcat with mod_jk On Sat, 14 Dec 2002, Denise Mangano wrote

RE: Almost there...Updated Apach-Tomcat with mod_jk .. please he lp!

2002-12-15 Thread Milt Epstein
-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus

Re: Almost there...Updated Apach-Tomcat with mod_jk

2002-12-14 Thread Milt Epstein
] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

RE: Apache-Tomcat HOWTO

2002-12-12 Thread Milt Epstein
On Thu, 12 Dec 2002, Turner, John wrote: Ann Arbor, MI, USA, home of the University of Michigan Wolverines. Go Blue. Hey, I heard the basketball team finally won the other night :-). (Go Illini! :-) Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus

Re: Catalina Directory Listing

2002-12-12 Thread Milt Epstein
:[EMAIL PROTECTED] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: Apache-Tomcat HOWTO

2002-12-12 Thread Milt Epstein
On Thu, 12 Dec 2002, Turner, John wrote: Yes, they did! LOL It's a rebuilding year. :) How many years they been saying that? :-) -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 9:29 AM To: Tomcat Users List Subject: RE

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Milt Epstein
JkMount path/to/modules/mod_jk-1.3-eapi.so? And where would I place that in the httpd.conf file? I just don't get why it was working before, but now it isn't Thanks again. Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. [ ... ] Milt Epstein Research Programmer

RE: Connecting Tomcat 4.1.12 with Apache 1.3

2002-12-11 Thread Milt Epstein
) Thanks in advance! Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL

RE: Connecting Tomcat 4.1.12 with Apache 1.3

2002-12-11 Thread Milt Epstein
). Is this the mod_jk plug in? (I am running RedHat Linux 7.3) Thanks in advance! Denise Mangano Help Desk Analyst Complus Data Innovations, Inc. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES

Re: Security constrant to force SSL works with apache+tomcat?

2002-12-06 Thread Milt Epstein
] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational

Re: mod_jk stop after 'done found a worker'

2002-12-04 Thread Milt Epstein
__ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Milt Epstein Research Programmer

Re: Session cookie not recognized in www. subdomain alias

2002-12-01 Thread Milt Epstein
requests using dhtmlkitchen.com are internally changed to using www.dhtmlkitchen.com. Don't know what web server you're using, but I'd think there is a way to do that with most of them. (I'm sure you could do it with Apache's mod_rewrite, for example, and there might even be a simpler way.) Milt

Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Milt Epstein
(or vice-versa) and maintain sessions -- whether you're using cookies or not. There are some posts in the archives that are pretty clear about this -- see the ones from Craig McClanahan, for example. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information

Re: Search engine for the tomcat-user mailing list

2002-11-27 Thread Milt Epstein
, and it talks about mailing list archives. One I like is at marc.theaimsgroup.com, the comat ones used to be in the Apache section, now they're in the Java section (bad change if you ask me, or at least have them in both). Milt Epstein Research Programmer Integration and Software Engineering (ISE

Re: Search engine for the tomcat-user mailing list

2002-11-27 Thread Milt Epstein
On Wed, 27 Nov 2002, Milt Epstein wrote: On Wed, 27 Nov 2002, Luca Ventura wrote: Hello everybody! Is there a search engine for the tomcat-user and tomcat-dev mailing list? I would like to find and read old posts using key-words. Thanks to everybody in advance! Go

RE: jk2 load balancing problem (only fail-over)

2002-11-15 Thread Milt Epstein
-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign

Re: ManagedBean is not found with Ajp13Connector

2002-11-15 Thread Milt Epstein
On Fri, 15 Nov 2002, Bill Barker wrote: - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Cc: Bill Barker [EMAIL PROTECTED] Sent: Friday, November 15, 2002 8:25 AM Subject: Re: ManagedBean is not found with Ajp13Connector On Fri

Re: mod_jk-1.3-eapi.so

2002-11-14 Thread Milt Epstein
of it, modify it to your desires, and use that modified copy (i.e. Include it in your httpd.conf). In general I don't think you can completely control what goes into the auto-generated mod_jk.conf file, so, depending on what you're doing, it may not be exactly right. Milt Epstein Research Programmer

Re: non Http connector

2002-11-14 Thread Milt Epstein
system and defining your own protocol, and you have to set everything up. If you use HTTP, you get a lot essentially for free (including parameter passing, sessions, cookies, ssl, etc.) Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies

Re: non Http connector

2002-11-14 Thread Milt Epstein
HTTP. - Original Message - From: Milt Epstein [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 11:00 AM Subject: Re: non Http connector On Thu, 14 Nov 2002, Yves Duhem wrote: Hi, I would like to use servlets and tomcat without

Re: How to unsubscribe from mailing list?

2002-11-14 Thread Milt Epstein
in the body (or the subject) of the message, but perhaps it's best to leave it empty/blank. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Milt Epstein
, that is, to get to Tomcat, you have to make sure you have the proper configuration set up, mostly in terms of the connector directives in your Apache httpd.conf file. (You don't say what connector you're using, perhaps it's mod_jk.) Milt Epstein Research Programmer Integration and Software Engineering

Re: mod_jk Problem

2002-11-12 Thread Milt Epstein
Location /manager/META-INF/* AllowOverride None deny from all /Location JkMount /manager/html/* ajp13 JkMount /manager/* ajp13 JkMount /manager/*.jsp ajp13 /VirtualHost [ ... ] Milt Epstein Research Programmer Integration and Software Engineering (ISE

RE: mod_jk.log entries

2002-11-12 Thread Milt Epstein
errno = 61 [jk_ajp13_worker.c (587)]: Error connecting to the Tomcat process. Can anyone help me dicepher these and are they critical? Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University

Re: mod_jk Problem

2002-11-12 Thread Milt Epstein
. If I do paste the stuff from mod_jk.conf into httpd.conf it works though. You didn't answer one of my questions: Are you sure you're properly including the mod_jk.conf in your httpd.conf? Also, is your mod_jk.log empty even when you paste the stuff in your httpd.conf? Milt Epstein Research

RE: mod_jk Problem

2002-11-12 Thread Milt Epstein
in a production environment, it should work fine because things won't be changing very often.) Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED

RE: Tomcat 4.1 and apache 1.3 how-to

2002-11-11 Thread Milt Epstein
Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Milt Epstein
a synchronization method ( rsync for example ) am i right?? could it possible to not replicate the webapps directory from the apache to the tomcat machine? Thanks. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational

Re: Tomcat-Apache SSL

2002-11-07 Thread Milt Epstein
in server.xml, but you also need to get the appropriate connector module binary and configure that for your web server. If you do want Tomcat standalone, but with SSL, enable the relevant connector in server.xml. (Also, would that be SSL only, or both non-SSL and SSL.) Milt Epstein Research

Re: apache/tomcat performance

2002-11-07 Thread Milt Epstein
For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e

Re: Tomcat-Apache SSL - Extension Question

2002-11-07 Thread Milt Epstein
On Thu, 7 Nov 2002, Chris Parker wrote: This came up a week or so ago. Check here for a very comprehensive reply from Milt Epstein. In short, isSecure is exactly the method you should use, and it does know if the original request is SSL or not. If it is always returning 'false

RE: apache/tomcat performance

2002-11-07 Thread Milt Epstein
both Apache and Tomcat standalone. You still have to set up Apache, but you don't have to do the Apache/Tomcat integration, which seems to be the most problematic area. Then you can have Apache directly handle your static content and Tomcat directly handle your dynamic content. Milt Epstein

RE: determining version of mod_jk

2002-11-06 Thread Milt Epstein
;jakarta.apache.org Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org

Re: compiling mod_jk under AIX

2002-11-05 Thread Milt Epstein
. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Milt Epstein
change conf/web.xml or server.xml. I can't. Why not? Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail

RE: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Milt Epstein
-- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES

Re: compiling mod_jk under AIX

2002-11-05 Thread Milt Epstein
, Milt Epstein wrote: If you really want to build it yourself, I'd take the above error message and go search comp.unix.aix at groups.google.com. This is really an AIX shared library question, not an Apache module question. I've seen this error before, and the solution is to use certain linker

Re: shared session between http and https

2002-11-04 Thread Milt Epstein
: a new session is created (in IE cookies are shared between http and https). Any idea? Check the list archives, this has been discussed before. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University

Re: HttpServletRequest.isSecure() fails with Coyote AJP 1.3 Connector

2002-11-01 Thread Milt Epstein
port to handle HTTPS requests to apache? If so, how's that done? Search the archives, this has come up twice in the last few weeks. It may be that there's a bug with the Coyote AJP13 connector. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information

RE: Tomcat SSL w/ Apache

2002-10-31 Thread Milt Epstein
-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC

RE: Compatibility between Windows and Linux tomcat ( mod_jk ajp13)

2002-10-31 Thread Milt Epstein
been covered; as I said, I didn't follow the details of this thread) has to do with what's running on the remote machine running Tomcat. For example, if it's only got an ajp12 connector on port 8007, then looking for an ajp13 connector on port 8009 isn't going to work (and vice-versa). Milt Epstein

RE: Tomcat Apache, not connected?

2002-10-31 Thread Milt Epstein
for this is 8443, analogous to the non-SSL service being on port 8080 -- this is all covered in the server.xml file that comes with the distribution). However, I'd strongly suspect (and I think it's been brought up here before) that Tomcat's SSL performance isn't as good as Apache's. Milt Epstein

Re: Mod jk logged messages... oh

2002-10-30 Thread Milt Epstein
.. Cheers, Med -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational

Re: Tomcat Apache, not connected?

2002-10-30 Thread Milt Epstein
performance with Tomcat standalone. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:tomcat-user

RE: Apache-Tomcat

2002-10-25 Thread Milt Epstein
should not be accessed thru http://0.0.0.0 ? How to do restrict this? Thanks in advance Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL

RE: Apache/2 and Tomcat/4 not talking

2002-10-25 Thread Milt Epstein
=101942986517696w=2 for complete commit. rls [ ... ] Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:tomcat

  1   2   3   4   5   >