Hi
Has anyone else notices that apache-tomcat-5.5.12.exe does not do a full
install: only 5 files make it into the /bin directory ? My solution has
been to copy the balance of the files in from the zip, which I
downloaded.
Anthony Holland
:[EMAIL PROTECTED]
Sent: Thu 10/13/2005 1:40 PM
To: Tomcat Users List
Subject: RE: Windows Installer for 5.5.12 leaves out Scripts in /bin
Anthony, this is covered in
http://issues.apache.org/bugzilla/show_bug.cgi?id=36289
and
http://issues.apache.org/bugzilla/show_bug.cgi?id=36329
Best
would read this as meaning that the .exe windows installer has
everything the .zip has, plus the windows installation routine.
Dave
Longson, Robert wrote:
> Anthony, this is covered in
>
> http://issues.apache.org/bugzilla/show_bug.cgi?id=36289
>
> and
>
> http://
ity can help me solve this so that I can
continue learning servlets. I'm working on building my own software company.
Any help is appreciated.
Thank you very much,
Anthony Dell'Anno
HelloWorldServlet
webapps.HelloMotherFuckerServlet
web.xml
URL pattern is /HelloWorld_Two.
In both instances, I receive HTTPError 404 messages when attempting to run
either of them.
Can anybody help me?
Thank you,
Anthony
Sent from Yahoo Mail for iPhone
webapps directory.
Do you, or does anybody else have sny servlet book suggestions?
Amazon only had this and one other that was even older.
Sent from Yahoo Mail for iPhone
On Friday, January 13, 2023, 8:23 AM, Christopher Schultz
wrote:
Anthony,
On 1/12/23 18:18, Anthony Dell'Anno wrote:
&
I was trying to build tomcat when I got this error...
build.xml:88: java.lang.ClassNotFoundException:
org.apache.tools.ant.taskdefs.optional.TraXLiaison
I can't figure it out
-Anthony
-
To start a new topic, e-mail:
Kurt:
Have you looked into writing an Ant task to do this for you?
-Anthony
On Nov 3, 2005, at 9:19 AM, Kurt Overberg wrote:
Hello All, I'm currently running mid-sized website (load balanced
across five servers). Its a fairly large web application with a
front and a back-end
Chris:
Are your rollback segments located on the Temp tablespace?
-Anthony
On Nov 3, 2005, at 12:13 PM, Bliesner, Christopher P wrote:
Hello,
I am currently using Tomcat 4.1.12 with Oracle 8i on a Solaris 8 Unix
machine and I have successfully set up the Tomcat configuration,
pooling, etc
can move them, but that won't solve the problem.
It will just transfer to a different tablespace. Then, find out which
transactions aren't being committed or rolled back correctly.
Hope it helps,
-Anthony
PS: I'm glad you're not on strike.
On Nov 3, 2005, at 1:38 PM, Bl
Just out of curiosity, what is JAVA_HOME?
On Nov 21, 2005, at 4:49 AM, Nikola Milutinovic wrote:
Terry Allen wrote:
Anything in the logs for this new setup?
Nix.
Hi again,
Okay, I've included the last log entries from a few logs as
listed below - the other logs in that directory co
, and someone else said something about a
symbolic link-- All that should be fixed if JAVA_HOME is declared
correctly...
Thanks and good luck,
-Anthony
On Nov 21, 2005, at 9:33 AM, Nikola Milutinovic wrote:
Anthony Carlos wrote:
Just out of curiosity, what is JAVA_HOME?
JAVA_HOME is
continue
prodding this and I want to keep my setup modifications as minimal as
possible, hopefully someone can point me in the right direction?
Thanks in advance!
--
Anthony Rabaa
SGML/XML Systems Designer & Network Administrator
AMCon Rese
On November 25, 2005 10:13 am, Caldarale, Charles R wrote:
> > From: Anthony Rabaa [mailto:[EMAIL PROTECTED]
> > Subject: BASEDIR problem with Tomcat 5.5 + compat
> >
> > The BASEDIR environment variable is not defined correctly
> > This environment variable
I have a process that calls a servlet. This process can send multiple
requests. Something in the neighborhood of maybe 500 at a time to the
Servlet. The Servlet can process the request in about 10 secs or less.
The process that calls the Servlet is located on a different box. I am
working in a T
d the same exception.
Anthony
it only exists on one box. Is Tomcat/Apache/ModJK clever
enough to figure it out, or so I probably still have it configured to
communicate between one Apache and one Tomcat?
Anthony Smith
same result
-I see no errors, warning or something significant in the log files.
I am wondering why I am having the 30 minutes delay... maybe someone
has encountered the same situation... Thanks in advance for helping me
on this one !
Anthony
*
Here is the architecture :
-struts-, s
Thanks for your replies : I'll post the thread dump when I have it..
Cheers,
Anthony
2008/7/3 Clovis Wichoski <[EMAIL PROTECTED]>:
> Hi Anthony,
>
> i have same problem sometimes in version 6.0.16, when the thread stuck
> occurs again, execute the follow shell script,
ernalInputBuffer.parseRequestLine" ?
>>
>> Christophe.
>>
>> - Original Message - From: "Clovis Wichoski" <
>> [EMAIL PROTECTED]>
>> To: "Tomcat Users List"
>> Sent: Thursday, July 03, 2008 3:26 AM
>> Subj
We disabled the keep alive connections and our problem is gone...
Thanks guys
Tony
2008/7/4 Johnny Kewl <[EMAIL PROTECTED]>:
> Tony... just another thought...
> I want to change the philosophy a little
>
> If YOU open a stream... ie File f = new File Buffered streams etc...
> Then make ab
ionFlag=0&
CPARESULT=undefined&
OCSVoiceDN=undefined
Best regards,
Anthony Communier
Hi Peter
2008/8/27, Peter Crowther <[EMAIL PROTECTED]>:
>
> > From: Anthony COMMUNIER [mailto:[EMAIL PROTECTED]
> > I'am doing load tests with a web application that is deployed
> > under Tomcat 5.5.0.26
>
> Tomcat has 3-character version numbers, so this i
Hi, people,
It's been 3 years since I used Tomcat the last time. When I return to it these
days, I am having a hard time getting the SSL to work.
I've created a keystore using keytool and put the .keystore file under
C:\Tomcat_6\conf\
I am using JRE 6.
After I read the on-line doc, I put thi
? (We want to grey out
menu items that a user has no access to.)
My general feeling is that attempting to use Java Servlet security is
just wrong. One should simply do it oneself.
Anthony
--
Dr Anthony Berglas
Ph. +61 7 3227 4410
(Mob. +61 42 783 0248)
[EMAIL PROTECTED]; [EMAIL PROTECTED
n an optimization. isUserInRole etc. needs
to have an extra test:
if (! authenticationHeaderProcessed() )
processAuthenticationHeader();
I'll hack around it if there is no magic option.
Anthony
> Berglas, Anthony wrote:
> > Tomcat seems to only check the Authorization: he
rs have which roles in my
> application so that I can check the header myself? Ie. get at the
> tomcat-users.xml style info, in a (fairly) web server independent
> manner?
>
> Or going the other way, is it possible for webapp to easily find out
> what ro
rvlet containers, and especially across
> different versions of the same container ;)
Looks interesting. (Link is actually
http://securityfilter.sourceforge.net, your link was to a spam site.)
Anthony
-
To start a new topic, e-
hat I
actually want to test in a run. Pre-compiling would require me to wait
for all the JSPs to recompile -- many minutes. (One needs to blast the
Jasper work area regularly otherwise changes to .tag files do not get
reflected in .jsps)]
Anthony
[[My general comment would be for web developmen
imagine what.
Anthony
> -Original Message-
> From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 19, 2007 12:42 PM
> To: Tomcat Users List
> Subject: Re: Jasper compiler very slow
>
> Anthony,
>
> Please ignore my first reply on this thread,
l.jav
a:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.rt.ant.execution.AntMain2.main(AntMain2.java:17)
--
Dr Anthony Berglas
Ph. +61 7 3227 4410
(Mob. +61 4
ds to
compile interactively, which would make precompiling all of them
infeasible except for a nightly build.
I'm surprised that your script needs those package rename hacks. Feels
like precompiling into Tomcat's work area should be built in,
bin/precompileJsps.bat|.sh.
Thanks,
Anthony
comments on the classes describing their
relationships to each other would be most helpful.
Thanks,
Anthony
// Tomcat 6.0.10 Src deployed version.
public class JspCompilationContext {...
public void compile() throws JasperException, FileNotFoundException
{
createCompiler
that my fix below will just be ignored.
Anthony
> -Original Message-
> From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 29, 2007 8:17 PM
> To: Tomcat Users List
> Subject: Re: Fix to Tomcat Jasper slow .tag compilation problem.
>
> Would pre-com
nn = ods.getConnection(user, pass);
But of course this is "Enterprise" software, so it must be done in XML,
not Java. Any ideas as to how to do this most welcome.
Anthony
PS. I have never seen any reference to the ability to put a file like
KMS.xml in the conf area. I certainly seems to wo
.
Tomcat complains that this is not supported in "Basic" DBCP.
Any pointers most welcome. If not possible with DBCP, what connection
poolers do people recommend? C3p0?
Thanks,
Anthony
(We had tried to use Oracle CP, but too hard to set max nr connections
parameter which is a proper
to throttle, Apache or Tomcat?
Any ideas welcome.
Thanks,
Anthony
--
Dr Anthony Berglas
Ph. +61 7 3227 4410
Mob. +61 44 838 8874
[EMAIL PROTECTED]; [EMAIL PROTECTED]
-
To start a new topic, e-mail: users@tomcat.apache.org
To
vlets. (Which was required
because the max connections parameter could not be set via JNDI for the
Oracle Connection pooler, which was required because the application
specifies the password which DBCP could not handle.)
Regards,
Anthony
> -Original Message-
> From: news [mailto:[EMAIL PR
ll get the
underlying exception? (Would be handy during development.)
Anthony
--
Dr Anthony Berglas
Ph. +61 7 3227 4410
(Mob. +61 42 783 0248)
[EMAIL PROTECTED]; [EMAIL PROTECTED]
-
To start a new topic, e-mail: users@tomcat.
e RSA processing time that is critical.
Anthony
--
Dr Anthony Berglas
Ph. +61 7 3227 4410
(Mob. +61 42 783 0248)
[EMAIL PROTECTED]; [EMAIL PROTECTED]
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [
exist. So my question is this, is there a
way to specify a variable like this relative to the context root?
Thanks, any help would be appreciated.
Anthony Arnone
ccess to ant at deploy time, nor have the
ability to change the master war itself. This means that I won't be able to
change the context.xml or the web.xml files, since they will already be
packaged inside the war archive. So, is there some way to generic-ify the
context fragment?
Anth
ass in compile
| | | | | | | |11187 wrapper.loadTagFile compiled, loading...
| | | | | | | | << 11187 656 wrapper.loadTagFile
| | | | | | | << 11203 672 loadTagFile
/META-INF/tags/simplewebplain/buttons.tag
| | | | | | << 11203 672 Visited tag
/META-INF/tags/simplewebplain/bu
Hi,
I am in need of some advice. My current setup is a web application
running on Jboss which serves static and dynamic content, jsp,
servlets and xml on two non load balanced servers (hot spare using
mysql replication). It currently uses Http Basic Authentication over
SSL. This has
Auth using Tomcat. This is good, how
do you handle ssl? Does Apache terminate any SSL, all ssl or only static
pages?
Tony
On Mon, 16 Nov 2009 12:24 -0600, "Neil Aggarwal"
wrote:
> Anthony:
>
> > I am researching porting my site to Apache 2.2 and Tomcat, and hope to
> &g
What I have found works well in some circumstances where you do not have
a profiler to hand.
1. Look for static declarations in your code that point to singletons or
collection objects. They might just grow and grow
2. You may not be using third party libs correctly, e.g. Not closing
connection
Thanks. Squid may be a contender but I need the CMS and blogging that
comes with apache/php. Although maybe someday our traffic may get to the
point where we will need squid to keep up! Now that would be a good
problem to have! Thanks for the pointer.
On Mon, 16 Nov 2009 15:36 -0800, "Elli Albek"
ready)
for apache or am I just really bad at finding things?
I would really like to force apache to do as much as possible of the ssl
and authn and leave tomcat to handle the actual work!
Regards,
Tony
On Mon, 16 Nov 2009 21:07 +, "Pid" wrote:
> On 16/11/2009 17:53, Anthony Jay
sing. I am accepting that almost everyone else knows more than
me
Tony
On Tue, 17 Nov 2009 10:02 +, "Pid" wrote:
> On 16/11/2009 22:07, André Warnier wrote:
> > Anthony Jay wrote:
> >>
> >> My main issue now is about how the authentication works betw
omcat but it seems to have a commerical license. openCMS looks
promising (but no blogging) any recommendations?
Tony
On Tue, 17 Nov 2009 10:02 +, "Pid" wrote:
> On 16/11/2009 22:07, André Warnier wrote:
> > Anthony Jay wrote:
> >>
> >> My main issue now is
Hi,
Is is possible to have an application that serves content protected by
BASIC and FORM based auth?
i.e.
JSP protected by FORM
Servlets that process XML use http BASIC?
I could deploy seperate apps for each type but I would then lose access
to application specific information e.g. Singletons
continue)
Tony
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Anthony,
On 11/30/2009 4:53 AM, Anthony Jay wrote:
> Is is possible to have an application that serves content protected by
> BASIC and FORM based auth?
As Mark points out, the servlet spec says "not in the same weba
not be available in a
stable form for many months to come. That was a big disappointment!
Many thanks,
Tony
Peter Crowther wrote:
> 2009/12/1 Anthony Jay :
>> As for cross application communication I will have to revisit our own
>> code to see if there are static/singleton servi
Hi All,
I am having tremendous difficulty configuring contexts on tomcat.
I've had to split my perfectly working application into two applications
as the jsp now requires Form based authentication and the XML components
require Http Basic authentication as before. As I've learned the very
hard w
Many thanks Chuck and Ken for the tip. I am surprised that the solution
is a 'hack' rather than configuration, but kinda glad that I wasn't
losing my marbles.
URL Rewriting is probably going to be the easiest way out, I am
considering using mod_jk on the apache side so I could get away with
using i
Hi,
FYI just hit another stumbling block which may be of interest to
other users.
UrlRewriteFilter will not forward any of my requests, even to the sample
demo rule for /rewrite-status/ itself! It will, however, redirect
perfectly well (when type is changed to type="redirect") meaning that I
t, all ideas are most welcome!
Tony
On 09/12/2009 21:07, Anthony Jay wrote:
> Hi All,
> I am having tremendous difficulty configuring contexts on tomcat.
> I've had to split my perfectly working application into two applications
> as the jsp now requires Form based auth
yes, I was aware of this, as mentioned on a previous mail, but as its
neither production ready nor complete it would be a huge risk.
I am beginning to think that I am attempting the impossible...
After several weeks banging my head against a wall (I have a sore neck)
I am giving this one more day t
SOLVED
Also the issue with Multiple Authentication Mechanisms
My head is sore from banging it against a wall but I THINK that I have
come up with a rather elegant solution.
Well its a bit obvious in one way but I suppose I had to go through all
the pain first. There was alot of pain.
Just to reiter
Hi all,
Winners never quit and quitters never win
See.
http://marc.info/?l=tomcat-user&m=126047599208053&w=2
Thanks for the assistance!!!
Tony
Anthony Jay wrote:
> yes, I was aware of this, as mentioned on a previous mail, but as its
> neither production ready nor complete
Excellent. Now I have an elegant plan B in case my current
apache-mod_auth_mysql-tomcat-form-based-authentication solution proves
impractical.
http://marc.info/?l=tomcat-user&m=126047599208053&w=2
Regards,
Tony
Christopher Schultz wrote:
>
> securityfilter (http://securityfilter.sourceforge.net)
x27;t work:
I'm using Apache 2.2.9 (from debian lenny),
Tomcat 6.0.18
mod_jk 1.2.27
Users are refered in an LDAP directory (but of course, they are
recognized by the box and Apache mod_userdir since http://server/~paul
will display the right index.html)
Is it a bug?
T
ot; />
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
== /server.xml ==
Sorry for my lack of details and thanks for your help.
Anthony
-
Anthony J. Biacco a écrit :
Remember that over nfs, the client's access to the server will be as
user nobody or nfsnobody, depending on your system, so that user will
have to have access to all those directories/files, unless of course you
use the anonuid/anongid directives in your exports
Hello,
I am looking for documentation on doing a patch install. I am really new to
doing this type of work so I could really use some help on how to do this. I am
currently running JIRA 4.2.2 which apache was bundled with and was told that
this update was needed. Since there is no .exe file run
lmer, Anthony wrote:
> Hello, I am looking for documentation on doing a patch install.
There is no documentation since the ASF does not release patches. Each
release of Apache Tomcat is a full release. There is no mechanism to
patch an older release to a newer one.
There are some really ugly hac
The vendor has released an update
to address the issue: http://tomcat.apache.org/security-7.html
Anthony Palmer
Business Information Solutions
ETL Data Warehouse Analyst
LM Aeronautics IS&t - Marietta
Phone: 770-494-1031
Email: anthony.pal...@lmco.com<mailto:anthony.pal...@lmco.com>
-
Hash: SHA1
Anthony,
On 10/10/2011 3:00 PM, Palmer, Anthony wrote:
> [...] most of the problems found tell us the same thing of how to
> fix them which is to go to the next upgrade/update of Apache.
So, you should upgrade to the latest version of Apache Tomcat (note
that "Apache" i
Referring to
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/sslcontext.c?r1=1149279&view=log
there something thats broke that does not support TLSv1+SSLv3. Tomcat Version
6.0.35 APR Details :
INFO: Loaded APR based Apache Tomcat Native library 1.1.22.
Feb 19, 2012 1
Hi,
I would like to install globalsign certificates on my tomcat server.
I am running Tomcat 7 on linux.
I did the following: (on the server)
1) received 4 files from globalsign:
* globalsign.root.pem
* globalsign.intermediate.pem
* abccompany.secure
* abccompany.pem
2) created a chai
Hi Chris,
On the server side there is no error, I can even see the system.outs I put
in the server class (skeleton).
Thanks very much for your help!
--
View this message in context:
http://tomcat.10.n6.nabble.com/org-apache-axis2-AxisFault-was-class-java-net-ConnectException-Connection-refuse
Hi,
I just installed a third party certificate on Tomcat and was wondering
whether there was a way to check with confidence that the ceritiftcae has
been installed correctly on the server and that all communications between
client and server are encrypted.
Thanks for your help.
--
View this me
Thank you so much, I wanted to double check.
--
View this message in context:
http://tomcat.10.n6.nabble.com/How-to-check-whether-a-SSL-certificate-has-been-correctly-installed-tp4987669p4987690.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
Great information Christopher, thank you for your help.
--
View this message in context:
http://tomcat.10.n6.nabble.com/How-to-check-whether-a-SSL-certificate-has-been-correctly-installed-tp4987669p4987692.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---
> I had hoped to use a CGIServlet to do some stuff for me and then modify the
> response on the fly on the way back with a
>
> like this:
>
>
> mod
> com.util.web.PageFilter
>
>
>
> mod
> cgi
>
>
> cgi
>
> org.apache.catalina.servlets.CG
the ISAPI redirector is loaded and the green arrow is pointing
upwards and priority is high.
Accessing the same URL from port 8080 displays the page without any
problems.
Is there anything that needs to get back to normal and searched and
tried everything in the book without success.
Any help will be
will not work.
Have you got your ISAPI Redirector working and for how long? How stable
is it? I need to get it working again badly. My application was suppose
to go live this evening and for some unknown reason is crashed on me.
Thanks.
Anthony
-Original Message-
From: Nick Beare
(1026297)
Is there anything that might have caused that error I should be aware
of?
Thank you.
Anthony
-Original Message-
From: George Sexton [mailto:geor...@mhsoftware.com]
Sent: 08 November 2010 15:00
To: 'Tomcat Users List'
Subject: RE: Absence of isapi_redirect log file
Ev
f you don't
# want to do the full Sys V style init stuff.
su tomcat /opt/tomcat/bin/startup.sh
This is a total rookie issue I am surebut just in case you might be able to
help with an easy enough fix, I would greatly appreciate it. I don't even know
where to look for error logs t
nal commands, e-mail: users-h...@tomcat.apache.org
Anthony Bungeroth
Systems Engineer
p: 347-762-5863 (347-76 BLUME)
f: 419-831-5614
e: anth...@blumetech.com
Our Blog<http://blogs.blumetech.com/>
[blumetech]
<http://www.blumetech.com>
<http://ww
would be greatly appreciated.
Thank you,
Anthony Bonafide
Background:
I run a jruby app under tomcat 8.0.29 in a context, namely /db.
I run Apache 2.4.17 in front of it, proxying my url to tomcat using
mod_proxy_balancer/ajp. For asthetics, i rewrite / for my URL (e.g.
https://dashboard.domain.com) to the tomcat context uri /db, and then
ProxyPass/ProxyPa
On Thu, Dec 17, 2015 at 1:53 PM, Mark Thomas wrote:
> It looks like something isn't quite right in the AJP processing path. It
> appears to be expecting a '/' to be inserted somewhere. That looks like
> a bug.
>
> Not sure why things didn't work when you set them at the app level. They
> should h
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1564)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
--
Thank you,
-Anthony
ng served via apache httpd and mod_jk and AJP/1.3.
Thank you,
-Anthony
On 3/25/2016 10:09 AM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Anthony,
On 3/25/16 9:41 AM, Anthony Sturchio wrote:
We recently updated our Coldfusion 10 server to update 18, which
moved us up t
Thank you David, but this is happening on service restart, not operating
system restart. But, yes, you can modify startup scripts to happen in
sequence, or add a sleep delay.
Thank you,
-Anthony
On 3/25/2016 10:11 AM, David kerber wrote:
On 3/25/2016 9:41 AM, Anthony Sturchio wrote:
Hello
,
-Anthony
On 3/25/2016 10:28 AM, Anthony Sturchio wrote:
Thanks for the response. I apologize if I'm using the incorrect
terminology here, as this is one of the smaller "hats" that I wear at
work.
Basically, coldfusion runs on top of a (possibly customized) tomcat
backend. Each i
On Wed, Mar 30, 2016 at 9:13 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Edwin,
>
>
> For my money, I wouldn't enable JMX because, for monitoring, JMX is a
> heavy-handed protocol: you either have to maintain a persistent
> c
On Wed, Mar 30, 2016 at 5:23 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> Anthony,
>
> On 3/30/16 6:08 PM, Anthony Biacco wrote:
> > On Wed, Mar 30, 2016 at 9:13 AM, Christopher Schultz <
> > ch...@christopherschultz.net> wrote:
> >
On Sat, Apr 2, 2016 at 4:47 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
>
> What regular expression did you try?
>
> How about this one:
>
> ^OK.*=\s*([0-9.]+)$
>
> -chris
>
sorry it took so long, i've been in dynamodb hell.
that worked as the -r and -R
grazie!
-Tony
>
> ---
On Thu, Apr 14, 2016 at 8:48 AM, King Kenneth
wrote:
> All,
>
> I have a few questions listed below please provided insight.
>
> Where do I find the tomcat-user.xml file?
>
> Where do I find the logging properties for Tomcat?
>
> Where is the java security manager, is this component installed by
On Fri, May 6, 2016 at 11:05 AM, Jerry Malcolm
wrote:
> My web apps are very large. Typically I only need to refresh a jar file
> or two. If I went to the WAR approach, I'd have to be uploading several
> hundred MB for each web app every time even if only a small jar actually
> was being replac
On Thu, May 19, 2016 at 11:47 PM, Yuval Schwartz
wrote:
> Thanks Christopher, that's informative.
> I've decided to just manually move (via ftp) the dated files off the server
> and just clear Catalina.out (like your link says, the only unique output it
> includes is system.out/err).
>
> Eventual
I have this property set under 8.0.35, but it only hits the value I set
when i make that many requests.
Should it not allocate threads of the value I set on startup?
Thanks,
-Tony
On Thu, May 26, 2016 at 2:19 PM, Anthony Biacco wrote:
> I have this property set under 8.0.35, but it only hits the value I set
> when i make that many requests.
> Should it not allocate threads of the value I set on startup?
>
>
btw, i'm using org.apache.coyote.ajp.AjpNioProtocol
-Tony
On Fri, May 27, 2016 at 7:34 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Tony,
>
> On 5/26/16 4:22 PM, Anthony Biacco wrote:
> > On Thu, May 26, 2016 at 2:19 PM, Anthony Biacco
> > wrot
On Tue, May 31, 2016 at 11:44 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Anthony,
>
> On 5/27/16 3:54 PM, Anthony Biacco wrote:
> > On Fri, May 27, 2016 at 7:34 AM, Christopher Schultz <
On Tue, May 31, 2016 at 11:44 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Anthony,
>
> On 5/27/16 3:54 PM, Anthony Biacco wrote:
> > On Fri, May 27, 2016 at 7:34 AM, Christopher Schultz <
On Sat, Jun 4, 2016 at 12:00 PM, Jerry Malcolm
wrote:
> I am calling a JSP to start a fairly long-running process in Tomcat. I'm
> not using the page response data. The JSP is simply a way to initiate the
> process. The JSP simply returns "OK" or "RC=". However, mod_jk gets
> impatient, and af
On Wed, Jun 8, 2016 at 1:51 PM, Scott Derrick wrote:
> Tomcat7
> Java 1.8.0_51
> Running on CentOS 6(Linux)
>
> When I deploy one of my apps using the tomcat manager app, it unpaks the
> .war file into
>
> ../webapp/appName
>
> and
>
> /tmp/0-appName
>
> The files look identical in both folders e
1 - 100 of 218 matches
Mail list logo