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
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
>
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
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]
---
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
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]
---
ctory="c:/Program Files/Logs" prefix="tomcat_access."
> suffix=".log"
> pattern="common" resolveHosts="false"/>
>
> debug="0" reloadable="false" />
> debug="0" reloadable
nd I doesn't delete the work
> >directory;
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
Milt Epstein
Rese
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
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
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
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
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
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
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
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
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
> >
&
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
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
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
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
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
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]
---
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]
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
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
> Arcadius.
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PRO
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
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
&
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
#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
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
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
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
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
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
?
> > > 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
)
> > 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
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
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
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
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
;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
>
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
> 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
>
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
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
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
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
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
&
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,
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
>
>
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
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
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.
> >
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
t;
> > AllowOverride None
> > deny from all
> >
> >
> > JkMount /*.jsp vhost1
> >
> >
> > my worker.properties :
> >
> > workers.tomcat_home=/usr/local/tomcat
> > workers.java_home=/usr/local/java
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
omcatId=vhost1_vm2
> > >> lb_factor=1
> > >>
> > >> [uri:www.vhost1.com]
> > >> info=blah
> > >>
> > >> [uri:www.vhost1.com/*.jsp]
> > >> group=vhost1
> > >> info=blah
> > >>
> > >>
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
> >
> >
> >
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
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
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
-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
;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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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()%&
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 - 100 of 505 matches
Mail list logo