RE: List subscription problem

2004-09-22 Thread Milt Epstein
eader 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 Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of

RE: Problems with Tomcat Configuration

2004-09-13 Thread Milt Epstein
additional commands, e-mail: [EMAIL PROTECTED] > > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.760 / Virus Database: 509 - Release Date: 9/10/2004 >

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

2004-08-10 Thread Milt Epstein
ization would be nice too. Oh well... > With the path, I could build URLs for email and other logging 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-para

Re: specifying location of confg file

2004-05-06 Thread Milt Epstein
details, maybe that's 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
way you want. Or, have you tried having multiple Context tags, 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

Re: contextInitialized called twice during webapp deployment

2004-04-19 Thread Milt Epstein
your server.xml and/or a seperate context configuration file. 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: how to define duplicate context in Tomcat (server.xml)

2004-02-26 Thread Milt Epstein
ctory="c:/Program Files/Logs" prefix="tomcat_access." > suffix=".log" > pattern="common" resolveHosts="false"/> > > debug="0" reloadable="false" /> > debug="0" reloadable

Re: include files

2004-02-10 Thread Milt Epstein
nd I doesn't delete the work > >directory; > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Milt Epstein Rese

Re: include files

2004-02-10 Thread Milt Epstein
the Tomcat restart process. I believe these files are all automatically generated so it shouldn't hurt to delete them. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educ

RE: context configuration file being overwritten

2004-02-05 Thread Milt Epstein
hence subject to the potential of not being portable. Further, if Tomcat behaves some way, I think it is important to try to make sure it behaves that way consistently, and is not subject to misbehaviors (whether they're at the design level or the implementation level). Milt Epstein Research P

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

Re: Tomcat Loads Deleted Context?

2004-02-05 Thread Milt Epstein
pecially 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 Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CIT

Re: Configuration file help

2004-02-05 Thread Milt Epstein
ra file there, perhaps called something like mod-jk.conf (and not sure if it generates the workers.properties), which supposedly can be included (directly or indirectly) in the apache config file. I say "supposedly" because I seem to recall that the config stuff it generated, while certa

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
ed, and what happens if > you > >decide to delete a context in your server.xml. It would be nice if the > >container > >refreshes that directory/recreates all the context descriptors when > >server.xml > >is modified. But maybe there is

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
gt; you > >decide to delete a context in your server.xml. It would be nice if the > >container > >refreshes that directory/recreates all the context descriptors when > >server.xml > >is modified. But maybe there is some other setting I don't kn

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
r example, the location of the context configuration files, and how they are managed, automatically created, modified, and/or deleted.) > -Original Message- > From: Milt Epstein [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 04, 2004 12:12 PM > To: Tomcat Users Lis

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

RE: context configuration file being overwritten

2004-02-04 Thread Milt Epstein
27;m talking about something at a higher level. And note 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). > -Origi

RE: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
dir... . Which means there has to be some element inside Tomcat's 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 :-). > -O

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 /webapps directory. > So I created a context configuration file for the webapp, and put a > symbolic link to it in /conf/C

Re: Tomcat Loads Deleted Context?

2004-02-04 Thread Milt Epstein
er > (org.apache.commons.digester.Digester). > log4j:WARN Please initialize the log4j system properly. > > I was wondering if this is a bug? I am using tomcat-5.0.18. > > Thanks! > > > - > To unsubsc

context configuration file being overwritten

2004-01-31 Thread Milt Epstein
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). Thank

Re: Env vars, mod_jk and JkEnvVar?

2003-02-07 Thread Milt Epstein
request.getAttribute("SSL_CLIENT_V_START") 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 startup question

2003-02-04 Thread Milt Epstein
er again. Did you see anything in the logs. 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: Require a secure connection

2003-01-17 Thread Milt Epstein
nd https being another). For example, you can set them up as separate virtual hosts, 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

Re: TC3 to TC4 upgrade question

2003-01-15 Thread Milt Epstein
e about your configuration. So it's a little hard to give any useful comments. One thing I wonder about is what JkMount directives you have set up, to have Apache forward requests to Tomcat. It might be that your second one works because you're taking advantage of the Invoker setu

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 PRO

Re: Problem accessing user ID if Apache used to auithenticate

2003-01-09 Thread Milt Epstein
at 4.0, and mod_jk. On my JK connector tag 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 Programm

Re: unsubscribing to this mailing list

2003-01-06 Thread Milt Epstein
age- From: Turner, John [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, January 07, 2003 9:23 AM To: 'Tomcat Users List ' > > Subject: RE: unsubscribing to this mailing list > > > > Are you sure you are using the correct "from" address? I was able to &

RE: unsubscribing to this mailing list

2003-01-06 Thread Milt Epstein
ling list for four darn months yet it > still cant?!? > > im hoping that som admin here can manually remove me because there > is no other way > > mark Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Serv

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

2002-12-30 Thread Milt Epstein
Wan Kenobi. You're my only hope. Use the source, Luke. (Sorry, you asked for that one :-). 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: mod_jk---still trying, getting closer

2002-12-26 Thread Milt Epstein
k > > [Wed Dec 25 15:14:36 2002] [error] (2)No such file or directory: Error > while opening the workers, jk will not work > > [Wed Dec 25 15:14:36 2002] [notice] Apache/1.3.27 (Unix) mod_jk/1.2.0 > configured -- resuming normal operations > [Wed Dec 25 15:14:36 2002] [notice] Accept

Re: mod_jk---still trying, getting closer

2002-12-24 Thread Milt Epstein
be working fine > >> > >>in every other respect, so I am inclined to continue using it. > >>Still, I did put the log file directive in httpd.conf just to see of it > >>would make a difference. It did not. > >> > >>The directory tree is set

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
g goes wrong to make it stop working ;) > > Thank you SO MUCH to everyone for all of your help!! I definitely would have > been pulling my hair out from the roots if it weren't for this list!! > > Jerry - where do you stand with your set up? Since we have the same set up > wou

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
g goes wrong to make it stop working ;) > > Thank you SO MUCH to everyone for all of your help!! I definitely would have > been pulling my hair out from the roots if it weren't for this list!! > > Jerry - where do you stand with your set up? Since we have the same set up > woul

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
ion Timeout > settings... ( I posted 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 Messa

RE: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
like the Coyote Http Connector above it. Or leave it blank, which means it would use the default (6). Anyway, it should be a relatively simple matter to try it with a different value (restarting Tomcat, of course) and seeing if it makes a difference. (You can also try setting the host value

Re: Mod_jk - won't execute jsp or servlets

2002-12-23 Thread Milt Epstein
s 8009. It's probably best you post both of those 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 suspec

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
anks for your help - I will post the outcome of my "next try" later > tonight. > > Denise Mangano > Help Desk Analyst > Complus Data Innovations, Inc. > > > -Original Message- > From: Milt Epstein [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 20, 2002 5

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
gt; Subject: RE: Configuring mod_jk - Again! > > > Ok, now I added the JkMount /examples/* worker1 and nothing works. > Everything hangs indefinitely. I had all this placed at the end of my > httpd.conf file so it would apply to all virtual hosts. I'm completely > at &g

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
something else going 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:5

RE: ROOT app new user question...

2002-12-20 Thread Milt Epstein
is task... > > When Tomcat is installed there is a ROOT webapp that has various links > to Tomcat Manager, Admin, etc. I don't want to loose that webapp, but I > would like to have a different webapp as the ROOT so that when a user > goes to http://yada.yada/ my app will display ins

RE: SSL setup Apache -> Tomcat

2002-12-20 Thread Milt Epstein
commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For

RE: Configuring mod_jk - Again!

2002-12-20 Thread Milt Epstein
Mount /test worker1 > JkMount /test/* worker1 > > in workers.properties > - > worker.list=worker1 > worker.worker1.type=ajp13 > worker.worker1.host=localhost > worker.worker1.port=8009 > > ...and nothing more. It worked for me. > > About the st

Re: Session timeout setting (URGENT)

2002-12-20 Thread Milt Epstein
#x27;t fixed this yet. I'm going to have to start looking at > > redesigning the login/verification process on every page (not a big site > > but > > still 20K of code) to work around this issue when I feel it has to be a > > simple setting. > > > > If someone could answe

Re: Session timeout setting (URGENT)

2002-12-20 Thread Milt Epstein
ot the standard session timeout that's causing it, because that's an *idle* timeout, not a duration timeout. In sum, I really think you need to do some more investigation into what's going on, by checking logs and/or trying some things to see what happens, etc., as opposed to looking

RE: "Naive question" thread

2002-12-20 Thread Milt Epstein
27;s my understanding that ps > under linux 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 t

"Naive question" thread

2002-12-18 Thread Milt Epstein
7;s my understanding that ps under linux 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

Re: mod_jk connection issues, more information.

2002-12-18 Thread Milt Epstein
eld onto by apache and > so no lockups. I think this is only a temporary kludge/fix, but for the > other people who were 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 debuggin

Re: mod_jk connection issues, more information.

2002-12-18 Thread Milt Epstein
y are not closed/stopped once they're 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: <mai

RE: Apache Web Server vs. Tomcat

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

Re: HttpSessionListener beforeSessionDestroyed (Craig, Sean)?

2002-12-16 Thread Milt Epstein
) > > beforeSessionDestroyed(session); > > > > list.remove(i) = null; > > } > > > > Any advice? > > > > Obviously, this is not something that could be done in Tomcat by itself, > because it requires a change to the Servlet

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

2002-12-16 Thread Milt Epstein
me in this morning, and now 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:[EMA

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

2002-12-16 Thread Milt Epstein
option). But I think more importantly, it says it's "rejected because of security mode". 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

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

2002-12-16 Thread Milt Epstein
figuration and/or the correct way of running things. 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? > -Or

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

2002-12-15 Thread Milt Epstein
ying, distribution, or action taken in reliance on the contents of > the > information contained in this transmission is strictly prohibited. If > you > have received this transmission in error, please delete the message. > Thank > you > > > > -- > To unsubscribe, e-mai

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

2002-12-15 Thread Milt Epstein
;t explain why even though > its looking in the right place for my workers.properties file, it > says the file is not there). > > Right now my first problem is more pressing... > > THanks! > Denise > > > -Original Message- > From: Milt Epstein > To: Tomcat Users List >

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

2002-12-14 Thread Milt Epstein
e > > > -- > 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 P

RE: Apache-Tomcat mod_jk

2002-12-12 Thread Milt Epstein
> on the JkMount directive but could not find any. Do I place 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 >

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

Re: Catalina Directory Listing

2002-12-12 Thread Milt Epstein
at servlet to the directory/directories i don't want > to show a listing. > > Thanks in advance > Gerrit > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > Milt Epstein Research Progra

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

RE: Connecting Tomcat 4.1.12 with Apache 1.3

2002-12-11 Thread Milt Epstein
en are there any good resources for this? > >> > >> Perhaps using JSP for the form will be better because I want a custom > >> page to display depending on what error message will come back from > >> the payment > >> engine. If that is the case then w

RE: Connecting Tomcat 4.1.12 with Apache 1.3

2002-12-11 Thread Milt Epstein
ome special > >> configuration in order to use both Apache and Tomcat together. Is > >> this so? > >> If so, then are there any good resources for this? > >> > >> Perhaps using JSP for the form will be better because I want a custom > >> page &

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

2002-12-06 Thread Milt Epstein
ccess > > controls. also, u need to impart more info on ur environment and what u plan > > to do to give the gurus on this ml a better picture. if u plan to operate on > > the public wire much more consideration will need to be given b4 u expose > > ports: 80, 8080, 443,

Re: mod_jk stop after 'done found a worker'

2002-12-04 Thread Milt Epstein
JkMount /examples/* ajp13 > > JkMount /tomcat-docs ajp13 > JkMount /tomcat-docs/* ajp13 > > JkMount /manager ajp13 > JkMount /manager/* ajp13 > > > --- > Include /opt/tomcat/conf/auto/mod_jk.conf > >

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

2002-12-01 Thread Milt Epstein
ld not be able to switch from http to https (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 Integratio

Re: Session cookie not recognized in www. subdomain alias

2002-12-01 Thread Milt Epstein
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 Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CIT

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

Re: Search engine for the tomcat-user mailing list

2002-11-27 Thread Milt Epstein
ailing lists links, 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 So

Re: mod_jk : worker not found

2002-11-23 Thread Milt Epstein
t; > > AllowOverride None > > deny from all > > > > > > JkMount /*.jsp vhost1 > > > > > > my worker.properties : > > > > workers.tomcat_home=/usr/local/tomcat > > workers.java_home=/usr/local/java

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

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

2002-11-15 Thread Milt Epstein
omcatId=vhost1_vm2 > > >> lb_factor=1 > > >> > > >> [uri:www.vhost1.com] > > >> info=blah > > >> > > >> [uri:www.vhost1.com/*.jsp] > > >> group=vhost1 > > >> info=blah > > >> > > >>

Re: ManagedBean is not found with Ajp13Connector

2002-11-15 Thread Milt Epstein
there. > > > > -Original Message- > > From: Jacob Kjome [mailto:hoju@;visi.com] > > Sent: Thursday, November 14, 2002 3:20 PM > > To: Tomcat Users List > > Subject: Re: ManagedBean is not found with Ajp13Connector > > > > > >

Re: How to unsubscribe from mailing list?

2002-11-14 Thread Milt Epstein
t think it matters what's 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 Illi

Re: non Http connector

2002-11-14 Thread Milt Epstein
d that, that would be a good reason to not use 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 connect

Re: non Http connector

2002-11-14 Thread Milt Epstein
ing HTTP buys you, because then you're essentially creating your own client/server 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 Epstei

Re: mod_jk-1.3-eapi.so

2002-11-14 Thread Milt Epstein
-generated mod_jk.conf -- you can simply make a copy 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 d

RE: mod_jk Problem

2002-11-12 Thread Milt Epstein
;ve got things settled down 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 U

Re: mod_jk Problem

2002-11-12 Thread Milt Epstein
tuff is working I gather. > > 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

RE: mod_jk.log entries

2002-11-12 Thread Milt Epstein
failed > > [jk_ajp13_worker.c (204)]: connection_tcp_get_message: Error - > > jk_tcp_socket_recvfull failed > > [jk_ajp13_worker.c (622)]: Error reading request > > [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61 > > [jk_ajp13_worker.c (174)]: In jk_endpoint

Re: mod_jk Problem

2002-11-12 Thread Milt Epstein
t; deny from all > > JkMount /tomcat-docs/*.jsp ajp13 > localhost:/manager > # Static files > Alias /manager "/install/jakarta-tomcat-4.1.12/webapps/../server/webapps/manager" > > Options

Re: Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Milt Epstein
com/kithany/index.jsp This will go through Apache (on port 443, the default for https). But for this to work, 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 sa

RE: tomcat + apache (synchronization in different machines )

2002-11-11 Thread Milt Epstein
t; > > I want to have an apache server in a machine and a tomcat server > > > in a different machine. I know i can use mod_jk to redirect > > > jsp/servlets petitions from the apache to the tomcat server > > > ... but: it seems it is needed that the webapps directory b

RE: Tomcat 4.1 and apache 1.3 how-to

2002-11-11 Thread Milt Epstein
ly now > > > http://hotjobs.yahoo.com/ > > > > > > -- > > > To unsubscribe, e-mail: > > > > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > > For additional commands, e-mail: > > > <mailto:tomcat-user-he

RE: apache/tomcat performance

2002-11-07 Thread Milt Epstein
r potential holdups. Another possibility (if the organization of your content fits it) is running 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 di

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

Re: apache/tomcat performance

2002-11-07 Thread Milt Epstein
erefor the > > > perfomance gain from apache should matter less than the > > > potential performance lose from jsp/servlet pages that are > > > never cached? > > > > > > Jan Agermose > > > > > > > -- > > To unsubscribe, e-ma

Re: Tomcat-Apache SSL

2002-11-07 Thread Milt Epstein
web server connectors; this is done partly 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-

RE: determining version of mod_jk

2002-11-06 Thread Milt Epstein
ribe, e-mail: > > <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > > <mailto:tomcat-user-help@;jakarta.apache.org> > > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.or

Re: compiling mod_jk under AIX

2002-11-05 Thread Milt Epstein
irectory > contains only 3 files and one other dir named helpers. So I am not sure if > I can comment that out or go back to the systems group and ask them or what. > > > At 01:26 PM 11/5/2002 -0600, Milt Epstein wrote: > >If you really want to build it yourself, I'd take

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

2002-11-05 Thread Milt Epstein
solutions). Most of the time, people can > > change conf/web.xml > > or server.xml. I can't. > > > > But thanks to remind me of how to use ML :-) > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:tomcat-user-unsubscribe@;jakarta

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

2002-11-05 Thread Milt Epstein
I know there is archive (I spend 1 > hour this morning to get solutions). Most of the time, people can > 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 Educati

Re: compiling mod_jk under AIX

2002-11-05 Thread Milt Epstein
site is something like: http://www.johnturner.com/ Or search the list archives. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PR

Re: shared session between http and https

2002-11-04 Thread Milt Epstein
but this doesn't work in Mozilla or Opera for instance: 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) Camp

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

2002-11-01 Thread Milt Epstein
est. But > these settings are constants. > > Do I need to set up a separate AJP 1.3 connection on a different 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 C

RE: Tomcat & Apache, not connected?

2002-10-31 Thread Milt Epstein
omcat standalone *can* be set up with SSL support (the default port 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

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

2002-10-31 Thread Milt Epstein
2 connector on port 8007, then looking for an ajp13 connector on port 8009 isn't going to work (and vice-versa). Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinoi

RE: Tomcat SSL w/ Apache

2002-10-31 Thread Milt Epstein
s Coyote's AJP on 8009. (Via tomcat 4.1.12). > > > > > > When I switch to https and accept my self generated certificate, the > > > browser returns the compiled jsp page, without any non > > secure warnings... > > > - but if I call <%=request.isSecure()%&

Re: Tomcat & Apache, not connected?

2002-10-30 Thread Milt Epstein
s not one of them, so if you have mostly/all dynamic content, you'll likely get better performance with Tomcat standalone. Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urb

  1   2   3   4   5   6   >