Your heap is big enough when your GC performance is good enough.
Garbage collectors have improved tremendously over the years. My rule of thumb
used to be that I wanted the app to spend less than 1% of time in GC, but
that’s actually easy to achieve these days as long as your heap is big enough
UNSUBSCRIBE
On Thu, Jan 23, 2025 at 9:00 AM James Matlik wrote:
> It works!
>
> I've been able to test with a customer name of: ÀËÌÑàëíñøü / \ Ѐӿ 中さ 😀
> customer
> This covers
> - Latin-1 Supplement characters are 1 byte: ÀËÌÑàëíñøü
> - The / and \ slash characters are ASCII, but are encoded d
Chris,
maxThreads has been set after reviewing the workload. We used a multiple of 64.
The connections are from bots and are unlikely to be pipelined. Connections can
be bursty - hence, a bigger acceptCount.
Will revert to 10.0 and see.
Regards,
John
-Original Message-
From
s://aka.ms/LearnAboutSenderIdentification ]
CAUTION: This email originated from outside of the organization. Do not click
links or open attachments unless you recognize the sender and know the content
is safe.
> On Sep 30, 2024, at 12:15, John Williams
> wrote:
>
> I had an executor defined
Hi Chris,
I had an executor defined before and it had the exact same behavior/problem.
Moved to the below model for the connector only after that.
Regards,
John
-Original Message-
From: Christopher Schultz
Sent: Monday, September 30, 2024 1:11 PM
To: users@tomcat.apache.org
Subject
unless you recognize the sender and know the content
is safe.
John,
On 9/30/24 10:30, John Williams wrote:
> The issue is that the number of threads in the TIMED_WAIT state keeps
> increasing over time. Starts at 150 and keeps growing by 10 every hour.
> Once it reaches close to the maxThr
t https://aka.ms/LearnAboutSenderIdentification ]
CAUTION: This email originated from outside of the organization. Do not click
links or open attachments unless you recognize the sender and know the content
is safe.
John,
On 9/28/24 05:38, John Williams wrote:
>
> Hi Everyone,
>
>
? Any help is much appreciated.
Regards,
John
,
John P. Kenan
DevSecOps Engineer
US Environmental Protection Agency
be 240 in JAVA8 but this is what I
have found
I know there is no tomcat.service provided by tomcat: I was just
explaining the way we launch tomcat and where we specify java options,
like memory size..and there no options for the code cache is specified.
Il 25-Jul-24 15:56, Gregg, Jo
Ivano
48MB was the default in the olden days. It is 240MB now. I believe the change
came in Java 8 to accommodate the fact that the HotSpot compiler now compiles
all methods when they are hit for the first time.
Thanks
From: Ivano Luberti
Sent: Thursday, July 25, 2024 8:43 AM
To: users@tom
I don’t know about your most recent stack trace, but the first one had this
frame:
at javax.xml.parsers.FactoryFinder$1.run(FactoryFinder.java:293)
What’s the rest of the stack trace? I suspect you’re recreating a SAX parser
or parser factory over and over. The intent of those factories is t
quot;sslImplementationName",
AltJSSEImplementation.class.getName());
Best regards,
John Jiang
Hi Mark,
Thanks for your reply!
On Thu, Aug 24, 2023 at 12:15 AM Mark Thomas wrote:
> On 23/08/2023 00:44, John Jiang wrote:
> > Hi,
> > I'm using tomcat-embed-core 9.0.78 + OpenJDK 11.o.19.
> > My project needs a custom javax.net.ssl.SSLContext implementation.
>
ation, and then pass it to a custom
Connector?
In addition, I don't meet this problem with Jetty and Netty.
Best regards,
John Jiang
Good info here.
Commons IS very busy, aren't they.
Lots of good tools in there ..
John
On 4/11/23, Christopher Schultz wrote:
> Bruno,
>
> On 4/11/23 12:51, BRUNO MELLONI wrote:
>> I used org.apache.commons.dbcp2.BasicDataSource as my default
>> DataSource for ov
This might be one way to elevate compliance.
If you can read the database password from the database, you win (some
sort of) prizes. :D
Search for Plain Ol' Java:
http://people.apache.org/~fhanik/jdbc-pool/jdbc-pool.html
JBoss used to compile the password into a runtime IOC pattern, but it
coul
Has anyone tried using the Tomcat 10 DBCP from a standalone java app?
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
is 8. You have set value of "100" for
"maxActive" property, which is being ignored.
Sincerely,
John Dale, MS MIS
DB2DOM.COM
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional comma
yes .. gotta get that port correct. It's been awhile since I've
needed to run command line HTTP request. :)
On 3/22/23, Kevin Huntly wrote:
> Just wondering, are you able to telnet from your webserver into the Tomcat
> server over the appropriate port? e.g. 8443 or whatnot - whatever is
> conf
about MySQL/MariaDB) but this isn't the "correct"
>>> forum for such questions, hence the "off-topic" moniker.
>>>
>>> -chris
>>>
>>>>
>>>>
>>>> K
estions, hence the "off-topic" moniker.
>>
>> -chris
>>
>> >
>> >
>> > Kevin Huntly
>> > Email: kmhun...@gmail.com
>> > Cell: 716/424-3311
>> > __
ation.
For production ..
Raspbian flows through to ubuntu/debian with practically no issues
except Pi has a problem with ipchainining and NAT.
Start firing away to jcdw...@gmail.com with questions regarding MySQL.
I'll do what I can.
John
On 3/18/23, Kevin Huntly wrote:
> Hey Everyone
Noted - excellent!
On 3/18/23, Kevin Huntly wrote:
> I was able to read the keystore with both openssl and keytool, but for some
> reason the private key within the pkcs#12 file had a different password
> than the keystone password. I ended up just rebuilding the cert and the
> keystore, and it's
What kind of key are you using?
I generate my certs with certbot.
The result needs to be converted thusly to be used:
openssl pkcs12 -export -out mykey-bundle.pfx -inkey myprivkey.pem -in
cert.pem -certfile chain.pem -password
pass:superdupersecretnoteventhealiensknow
Is this a possible source o
Thanks Mark - are statics reloaded now, too?
I touch web.xml and it's reloaded successfully hundreds of times.
But I don't use war files so I can use git to version and transfer my
builds ... maybe that's the reason?
John
On 3/18/23, Mark Thomas wrote:
> On 17/03/202
, and doing diligent inspection of the logs after each change
is a good idea to avoid compounding variables.
John
On 3/18/23, Kevin Huntly wrote:
> morning all,
>
> you are correct, i forgot to chmod 644 the jar when I copied it - I did
> that, restarted, no change, I turned off selinux
ues and see what happens
>
> On Fri, Mar 17, 2023, 19:11 John Dale (DB2DOM) wrote:
>
>> In the log you sent below, I see a typo:
>> Context/Environmnet
>>
>> Does that have something to do with it, or is this a typo in tomcat
>> logging?
>>
>>
ly won't matter since you should be coded to the interfaces,
but one never knows.
John
On 3/17/23, Kevin Huntly wrote:
> no I think it has something to do with it but I'm not sure. I'll try taking
> out the environment values and see what happens
>
> On Fri, Mar 17, 2
In the log you sent below, I see a typo:
Context/Environmnet
Does that have something to do with it, or is this a typo in tomcat logging?
On 3/17/23, Kevin Huntly wrote:
> yes, under Catalina/localhost
>
> On Fri, Mar 17, 2023, 19:07 John Dale (DB2DOM) wrote:
>
>> A
Are you modifying a context.xml file in the conf folder?
On 3/17/23, Kevin Huntly wrote:
> Also of note:
>
> 17-Mar-2023 17:25:42.113 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDescriptor Deploying
> deployment descriptor
> [/opt/Apache/Tomcat/apache-tomcat-9.0.73/conf/Catalina/lo
___
>
> Kevin Huntly
> Email: kmhun...@gmail.com
> Cell: 716/424-3311
>
>
> -BEGIN GEEK CODE BLOCK-
> Version: 1.0
> GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E---
> W+++ N+ o K(+) w--- O- M-- V-- PS+ PE Y(+)
> PGP++(+++) t+ 5-- X-- R+ tv+ b++
anadian dollars.
da da, CHING! :D
So, did you figure it out?
Sincerely,
John
On 3/17/23, Kevin Huntly wrote:
> are you a db2 admin? I need one of those too hahaha - I became the db2
> admin at my job because I knew the most about it which isn't saying much
> lol
>
> On
loded
> war under ${catalina.home}/installed apps as specified in the docbase
>
> On Fri, Mar 17, 2023, 18:12 Kevin Huntly wrote:
>
>> I assumed the context is driven by the xml name - at least that's what
>> I've read. happy to add it if it needs to be there
>&g
ice
configurations and whatnot .. I tend to defer to spelling this stuff
out directly when I can.
Sincerely,
John
On 3/17/23, Kevin Huntly wrote:
> I assumed the context is driven by the xml name - at least that's what I've
> read. happy to add it if it needs to be there
>
> O
I'm using tomcat 10.x - I have had good luck putting everything into
server.xml as such ..
Engine
Host
Parameter
Resource
Context
On 3/17/23, Kevin Huntly wrote:
> Also of note:
>
> 17-Mar-2023 17:25:42.113 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDescriptor Depl
Where are you putting your Context file?
Do you have a war file deployed into webapps/some.war?
On 3/17/23, Kevin Huntly wrote:
> Also of note:
>
> 17-Mar-2023 17:25:42.113 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDescriptor Deploying
> deployment descriptor
> [/opt/Apache/Tom
Did I miss something?
Isn't there supposed to be a "path" element in your context?
I'm seeing session cookie path, but not path.
On 3/17/23, Kevin Huntly wrote:
> Also of note:
>
> 17-Mar-2023 17:25:42.113 INFO [main]
> org.apache.catalina.startup.HostConfig.deployDescriptor Deploying
> deplo
server.xml and contex.xml
file(s)?
My gut is that there is a detail in your startup logs that will give
us a critical clue.
On 3/17/23, John Dale (DB2DOM) wrote:
> Did you recursive file search "context.xml" in the tomcat root after
> deployment?
>
> Maybe we can help narrow thing
on startup .. usually it will give you some more detailed
information about startup errors.
I have luck killing the tomcat java process, then deleting everything
in the logs folder between test runs.
Sincerely,
John
On 3/17/23, Kevin Huntly wrote:
> There's no cont
Dissect your deployment war, but also make sure you aren't defining a
context element in server.xml. Lastly, if memory serves, Tomcat also
allows context overrides in expanded war files. I eventually just
started managing server.xml metadata (context etc) to avoid conflicts
and simplify. "Hope d
I've tried profilers in the past, but I've never had much luck since
you need a super computer to run them. Human intelligence rules ..
read the code carefully, review it, step it with a debugger, and look
for memory leak patterns. Mine have mostly been static and non static
collections and HashM
Mark,
Thanks for your corrections. I have updated my internal "How to" guide that
I created when I first used Tomcat to build my servlets and it appears that
some of my deductions from that initial research and "getting it to work"
were misguided.
John
On Wed, 11 Jan 202
using them as a guide for your own servlets.
John
PS: Probably worth reviewing what file names you use (see your webapps.xml
file) when making public requests so as not to inadvertently offend anyone.
On Tue, 10 Jan 2023, 18:59 Anthony Dell'Anno,
wrote:
> Good afternoon,
>
> I&
Is Tomcat's HTTP/S processing libraries modular and portable?
On 11/3/22, Mark Thomas wrote:
> On 02/11/2022 18:51, Christopher Schultz wrote:
>> John,
>>
>> On 11/2/22 14:32, John Dale (DB2DOM) wrote:
>>> On 11/2/22, Christopher Schultz wrote:
>>>&
management and MVC handler
deployment/logic?
What are some good object databases (are there any) that work well with Tomcat?
On 11/3/22, Mark Thomas wrote:
> On 02/11/2022 18:51, Christopher Schultz wrote:
>> John,
>>
>> On 11/2/22 14:32, John Dale (DB2DOM) wrote:
>>> O
On 11/2/22, Christopher Schultz wrote:
> John,
>
> On 11/2/22 12:44, John Dale (DB2DOM) wrote:
>> I'd like to continue to invest in Raspberry Pi, but also try to put
>> together a functional 32bit build of my software for those poor old
>> neglected closeted towers
On 11/2/22, Christopher Schultz wrote:
> John,
>
> On 11/2/22 12:41, John Dale (DB2DOM) wrote:
> >
> > [snip]
> >
>> I love some of the newer hardware, too, but even Raspberry Pi is not
>> yet 64 bit, is it?
>
> It depends on which one. The Wikipedi
Excellent!
My confusion was due to the slow-coming 64 bit OS release.
Thanks for clearing that up.
I'm using the 64 bit version on most of my devices.
John
On 11/2/22, Felix Schumacher wrote:
>
> Am 02.11.22 um 17:41 schrieb John Dale (DB2DOM):
>> Chris enters the room,
t day!
Sincerely,
John
On 11/2/22, Christopher Schultz wrote:
> John,
>
> On 10/28/22 10:46, John Dale (DB2DOM) wrote:
>> I see .. Mark and/or Christopher - this means that no Tomcat 10, right?
>
> https://tomcat.apache.org/whichversion.html
>
> Tomcat 10.0, yes.
&g
what was put in there to do
things we don't know about, these machines will speed-up considerably.
:)
https://en.wikipedia.org/wiki/Clipper_chip
On 11/2/22, Christopher Schultz wrote:
> John,
>
> On 10/27/22 11:03, John Dale (DB2DOM) wrote:
>> Does anyone know of a
I see .. Mark and/or Christopher - this means that no Tomcat 10, right?
On 10/28/22, Konstantin Kolinko wrote:
> чт, 27 окт. 2022 г. в 18:02, John Dale (DB2DOM) :
>>
>> I had the same thought when I saw it. Here is java -version output
>> complete:
>>
>> openjd
Does anyone know of a report detailing how much of this older hardware
is still out there and floating around?
Big picture:
It's a lot of computer power in the event manufacturing hits a hiccup,
I wouldn't want to be caught flat-footed until it could be
re-established. I like to build distilled p
hristopher Schultz wrote:
> John,
>
> On 10/24/22 12:00, John Dale (DB2DOM) wrote:
>> Hi Mark;
>> Tomcat version: 10.0.27 (unzipped, chmod 770 on catalina.sh before
>> cli: catalina.sh run)
>> java version: openjdk version "9-internal"
>
> This looks f
Mark and Chris - do you guys have a favorite flavor of Linux that has
yielded good results?
Anyone else?
John
On 10/24/22, Mark Thomas wrote:
> On 24/10/2022 19:38, John Dale (DB2DOM) wrote:
>> Would Tomcat 10 work with Java 8?
>
> No. Tomcat 10.1.x requires a minimum of Java
Thank you.
Would you agree with me that this should be an ubuntu bug report? I
installed using apt-get.
John
On 10/24/22, Mark Thomas wrote:
> On 24/10/2022 19:38, John Dale (DB2DOM) wrote:
>> Would Tomcat 10 work with Java 8?
>
> No. Tomcat 10.1.x requires a minimum of Java
Would Tomcat 10 work with Java 8?
Thinking I might downgrade the JDK.
On 10/24/22, Mark Thomas wrote:
>
>
> On 24/10/2022 17:00, John Dale (DB2DOM) wrote:
>> Hi Mark;
>>
>> Thanks for taking a look.
>>
>> Below is more information.
>>
>> Sinc
Hi Mark;
Thanks for taking a look.
Below is more information.
Sincerely,
John Dale, MS MIS
Spearfish, SD USA
-
Tomcat version: 10.0.27 (unzipped, chmod 770 on catalina.sh before
cli: catalina.sh run)
java version: openjdk version "9-internal"
uname -m: i686
Ubuntu 18.0.4
Firs
me a pointer to what works best? DB2DOM
Also, any heads up about missing libs or other nuances would also be
appreciated (jax mods were most painful).
Sincerely,
John Dale, MS MIS
Spearfish, SD USA
-
To unsubscribe, e
Hi
I recently transitioned from Tomcat Version 10.0.14 to 10.0.17 on Windows 10,
server 2016, and server 2019
Version 10.0.14 was good, Version 10.0.17 also has Unexpected messages in
commons-daemon.log
Is there a fix?
John Orendt
john.p.ore...@medtronic.com
-Original Message-
From
eturn ssocket;
}
I'm using the cert at https://db2dom.com
It's still a tenth of a second to process the request with this "hand
rolled" method, but it's several orders of magnitude slower, and I'm
trying to figure out why (I'm obsessive with response
Greetings;
Can you help me understand why Tomcat's SSL handling is so much faster
than hand rolling it on a regular socket?
Sincerely,
John
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional com
kage = java class as far as import goes, but I mention them
just in case.
John
On Thu, 24 Feb 2022 at 15:13, John Barrow wrote:
>
> Mark,
>
> I have now got grep working (following a post from another member
> indicating that built into git bash!)
>
> > ant download-
tasks before
getting back on the laptop. Hopefully, we can get these last minor
sticking points resolved prior to the 5th.
Thanks again for your continued patience and valuable insights.
John
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
earn when /
why it's called and the calls it makes to do the reload. So far, I have had
to imagine how the code is structured and so consider a solution based on
that (possibly false hypothesis).
Just to be clear from other questions, I have no intention in going
anywhere near the 'r
(recompile), F5 (browser
refresh). Of course, once you have been tempted by the serpent, it is
so hard to have your candy taken away from you hence me spending a
week attempting to install Tomcat and implement some protection for
this scenario :)
John
On Wed, 23 Feb 2022 at 08:10, Greg Huber wr
aster
\tomcat\res\ide-support\netbeans\project.xml file be edited to remove
these permanently (again to provide a clean experience for others).
In summary, I am assuming from the lack of response from my request
about NetBeans, that this is not a favourite environment for Tomcat
development.
busing the meaning of the suffixes.
Of course, only those files with those two suffixes (jar / war) would
have the additional validation applied, the rest would simply be
subject to the timeout for non activity having expired.
John
Neil,> I think it's a bad idea to design a solution base
"modify" or "delete"
event to> occur and fire off.>> thanks,> jason>> - Original
Message -> From: "chris" > To: "users"
> Sent: Sunday, February 20, 2022 9:22:17 AM> Subject:
Re: is too quick to respond>
failed tests zip is also there in case it was stripped out for
anyone else that might be interested.
John
*From: *Christopher Schultz
*Sent: *20 February 2022 14:22
*To: *users@tomcat.apache.org
*Subject: *Re: is too quick to respond
John,
On 2/20/22 05:50, John Barrow wrote:
> N
rable) before starting the final 'waitForQuiet' timer prior to
notifying Tomcat to start the reload. It is also a read-only query and
so has no side-effects as it appears that users have a need to
auto-reload after refreshing a larger .war file. Thoughts?
Enjoy your evening.
John
From
ded file paths.
As an aside, I should have mentioned, for anyone interested in this
thread and in case not obvious from the source, but to see the sample
source code in action, you need to add, modify, rename or delete files
within the specified directory in a File Explorer.
John
On Sun,
es prior to the period of no activity then the 'reload' task
(print the files in the directory) won't be triggered but as that
would (guessing now) only be when Tomcat was shut down then it would
be irrelevant anyway.
Thanks
John
On Fri, 18 Feb 2022 at 17:03, Christopher Schultz
wrot
: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.242 sec
I have attached the 5 txt files as listed above for review (if
needed). The first one may still be a timing issue, but I am not in a
position to judge!
John
On Fri, 18 Feb 2022 at 18:16, Mark Thomas wrote:
>
>
> On 18/0
occurs
*/
public static void main(String[] args) throws Exception {
indicating that perhaps Tomcat has been built using Maven!
John
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional
ace.
Going to re-run the Tomcat tests and see if I can get a list of the
failures in a suitable format.
John
Directory / File structure for created HelloWorldAnt project
C:\Development\Work\HelloWorldAnt\build
C:\Development\Work\HelloWorldAnt\build.xml
C:\Development\Work\HelloWorldAnt\manife
:01, John Barrow wrote:>> Do you have a list
of the tests which fail? Do you know how to get that list?> > Yes, although I
am on Windows, not UNIX and so I don't have access to> grep. I did a simple
search within logs for 'FAILED' and it came up> with about 20 or
to relate Tomcat. Without this, I couldn't review or extend the
tests that form part of Tomcat as any attempt to run them within
Netbeans tells me that the packages don't exist.
Is there anyone else in the group that is successfully developing
Tomcat using Netbeans?
On Fri, 18 Feb 2022
k having to keep shutting down Tomcat after each
compile!
John
From: Mark Thomas
Sent: 17 February 2022 21:47
To: users@tomcat.apache.org
Subject: Re: is too quick to respond
On 17/02/2022 19:50, Christopher Schultz wrote:
> This kind of thing could happen due to a number of dif
]
org.apache.catalina.core.StandardContext.listenerStart Skipped
installing application listeners due to previous error(s)
Thanks in advance and here’s hoping to not have to have to keep
Stopping & Starting Tomcat for every development change.
John
-
To unsubscribe, e-mail: u
Hi
I used service.bat with Tomcat 9 & 10. Works well when run as admin
John Orendt
john.p.ore...@medtronic.com
-Original Message-
From: Thomas Hoffmann (Speed4Trade GmbH)
Sent: Wednesday, February 9, 2022 12:58 PM
To: Tomcat Users List ; W
Subject: AW: AW: Tomcat 9 cannot star
types.
Internet Banking does exist.
John Orendt
john.p.ore...@medtronic.com
-Original Message-
From: Christopher Schultz
Sent: Tuesday, January 18, 2022 11:32 AM
To: users@tomcat.apache.org
Subject: Re: Tomcat 9 Encrpytion of JDBC
John,
On 1/18/22 08:37, Orendt, John wrote:
> Secr
Hi All
Secrets are more secure with the use of a Trusted Platform Module (TPM) and /
or a Hardware Security Module (HSM).
Secrets need to be protected both at rest and in transit.
John Orendt
john.p.ore...@medtronic.com
-Original Message-
From: Alan F
Sent: Friday, January 14, 2022
Doesn't seem to work for me on 9.0.41 (it's an older development box).
I found these interesting:
ow with patch v3:
1. "s=NA" name=asc
2. "s=ND" name=dsc
3. "s=SA" size=asc
4. "s=SD" size=dsc
5. "s=MA" modify=asc
6. "s=MD" modify=dsc
>From here:
https://bz.apache.org/bugzilla/show_bug.cgi?id=5728
No need to be discouraged. Docker is just a set of tools. You can still use
docker to create images, but you dont need docker to use those images in a
container. K8s is using industry standard containerd.
https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/
John Larsen
On
Because of the way the installation is dissected and distributed, I
found it easier to install from a download and use my own service
file. Having the installation in one place also allows me to run
concurrent instances of Tomcat having different versions, and/or to
save old versions for future re
Awesome!
John
On 6/17/21, Mark Thomas wrote:
> The Apache Tomcat team announces the immediate availability of Apache
> Tomcat 10.0.7.
>
> This release is targeted at Jakarta EE 9.
>
> Applications that run on Tomcat 9 and earlier will not run on Tomcat 10
> wit
from 7.x to present including Java versions.
So, now I'm all caught up. This year I would like to integrate major
release versions of Tomcat into my build so I can debug Tomcat source
and help-out more with bugs.
Sincerely,
John
On 6/1/21, Mark H. Wood wrote:
> On Fri, May 28, 2021 at
The limit query was repeating data at the borders of my pages. I
whittled it down to a specific case and it was definitely not sorting
properly. Very strange behavior!
John
On 6/1/21, Christopher Schultz wrote:
> John,
>
> On 5/28/21 20:21, John Dale wrote:
>> MariaDB has
ng and it looks like we've got it all
figured out.
The only browser that would POST a 500k packet was FireFox, which
leans me to believe there was maybe a chunking issue or some other
platform-specific compatibility issue (like HTTP 2 vs 1.2 vs 1.1).
Thanks for the help, John! /snark
Sincerel
nt. DB2DOM did everything better and more
lightweight. But it was a nice proof of concept.
I built this all myself without some super genius middle manager
poking me in the back all the time.
Go figure.
Sincerely,
John
On 5/28/21, Rob Sargent wrote:
>
>
> On 5/28/21 6:21 PM
t are you working on?
Hit me back.
John
On 5/28/21, Christopher Schultz wrote:
> John,
>
> On 5/28/21 15:32, John Dale wrote:
>> I debugged the server and it's not reaching my component.
>>
> >
> >
>> Request post is around 300K.
>>
>>
ran apt-get install tomcat9 and it upgraded these packages:
libtomcat9-java tomcat9 tomcat9-common
Still did not resolve the issue, however.
Looking for a guide to manually upgrade a package installed with apt-get.
Suggestions?
On 5/28/21, Christopher Schultz wrote:
> John,
>
> O
The thick plottens.
When I do apt-cache show tomcat9:
Package: tomcat9
Version: 9.0.31-1~deb10u4
...
S .. simple and good way to upgrade this via apt-get?
Or will I have to manually be overwriting stuff (yuck).
John
On 5/28/21, Christopher Schultz wrote:
> John,
>
> On 5/28
definitely related to the post size ..
smaller images work, larger images do not work, but the larger images
are only 500k, so it's not a maxpostsize issue.
I'm running apache-tomcat-9.0.41, so this shouldn't apply:
https://stackoverflow.com/questions/63050276/tomcat-9-long-http
.
Thought it might be maxSavePostSize .. bumped that up in the SSL connector.
No dice.
Request post is around 300K.
What's going on!?
Tomcat 9 on a raspberry pi 4 (w00t!).
Everything is working fantastically save this one item.
S
indirectly referenced from required .class files
Using import jakarta.servlet.http.HttpServletRequest also does not work.
I may be on the wrong path.
Is there a newer version of jakartaee-migration-0.2.0-shaded.jar available?
Your insights are appreciated.
John Orendt
john.p.ore...@medtronic.com
t the environmental
variables To Tomcat
For configuring TLS on Tomcat 9 or 10, a working example would be useful.
Will standalone Tomcat validate certs up the chain of trust and actually
refuse the connection if a client cert has been revoked?
Please advise.
John Orendt
john.p.ore...@medtroni
John from DB2DOM.COM also wishes to apologize on their behalf.
Really sincere and super apologetic regards from South Dakota,
John
On 3/29/21, Som Lima wrote:
> Hi,
>
> You suggested using GIT I thought you were suggesting putting my code on
> github.
>
>
> Zahid
I usually let the apache webserver or nginx handle the SSL while proxying
to the tomcat. To use tomcat's built in server you'll need to import the
SSL certificate into the keystore via your jdk.
John Larsen
On Tue, Mar 2, 2021 at 3:06 PM Alex wrote:
> Hi.
>
> I try to m
1 - 100 of 1127 matches
Mail list logo