Hi Guys
I have a configured Tomcat server 8.5 and java installed 1.8.0_171.
Java_home and Catalina_home configured and working. Here is a short
version from my .bashrc
---
#Setup home for java and openolat
export CATALINA_BASE=/opt/tomcat
export CATALINA_HOME=/opt/tomcat
export JAVA_HOME=/usr/lib
2018-06-27 23:34 GMT+03:00 kevin ferguson :
> Hi Guys
>
> Please delete if received I send about 6 emails all bounced not sure why.
> The only think I can think is, the mailing list does not like photo
> atttachements.
There rules are specified here:
http://tomcat.apache.org/lists.html#tomcat-user
Hi Guys
Please delete if received I send about 6 emails all bounced not sure why.
The only think I can think is, the mailing list does not like photo
atttachements.
Kevin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Shawn,
On 6/27/18 1:27 PM, Shawn Heisey wrote:
> On 6/26/2018 11:42 AM, Mark Thomas wrote:
>> On 26/06/18 18:32, Cybulski, Adam M wrote:
>>> Can you aim me at a guide to this? The steps I've been
>>> following are just from whatever I've found onlin
On 6/27/2018 10:53 AM, Coty Sutherland wrote:
On Wed, Jun 27, 2018 at 1:08 PM, Prateek wrote:
Hi Chris,
By hardened, I meant that support for some FIPS non-complaint algos were
removed/disabled.
Thanks for confirming again that this is a clear problem with the JVM.
From what you've given us
On Wed, Jun 27, 2018 at 1:08 PM, Prateek wrote:
> Hi Chris,
>
> By hardened, I meant that support for some FIPS non-complaint algos were
> removed/disabled.
>
> Thanks for confirming again that this is a clear problem with the JVM.
>
>From what you've given us this is a JVM problem and nothing t
On 6/26/2018 11:42 AM, Mark Thomas wrote:
> On 26/06/18 18:32, Cybulski, Adam M wrote:
>> Can you aim me at a guide to this? The steps I've been following are just
>> from whatever I've found online. Most of the articles seem pretty dated.
> http://tomcat.apache.org/presentations.html
>
> Look for
Hi Chris,
By hardened, I meant that support for some FIPS non-complaint algos were
removed/disabled.
Thanks for confirming again that this is a clear problem with the JVM.
While the current version of Java is 10, as per the support roadmap at
http://www.oracle.com/technetwork/java/javase/eol-1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Prateek,
On 6/27/18 12:04 PM, Prateek wrote:
> Hi Chris,
>
> We are running, libtcnative version 1.2.16 with apr version 1.6.3,
> compiled from the source, configured to use a hardened version of
> OpenSSL version 1.0.2.
(LOL hardened OpenSSL)
Hi Igal,
I have removed the permSize and maxPermSize settings and tried launch tomcat.
This resulted in the crash, though I no longer see the warning message in
catalina.out about those options.
http://tomcat.apache.org/whichversion.html
The above link suggests that tomcat generally works wit
Hi Coty,
I have tried after removing OnError from the JAVA_OPTS. The results are the
same.
Please suggest.
Regards,
Prateek.
From: Coty Sutherland
Sent: Tuesday, June 26, 2018 10:22 PM
To: Tomcat Users List
Subject: Re: problem in starting tomcat
On Tue, Jun 26, 2018 at 12:27 PM, Prateek Yad
Hi Chris,
We are running, libtcnative version 1.2.16 with apr version 1.6.3, compiled
from the source, configured to use a hardened version of OpenSSL version 1.0.2.
Also, we have tried using the release quality JVM build (1.8.0_162) and have no
issues with launching tomcat with that. (Assume t
use -force option
bin/shutdown.sh -force
regards
Leon
On Wed, Jun 27, 2018 at 5:51 PM dhanesh1212121212
wrote:
> Hi All,
>
> Trying to stop and start tomcat in production using bash script for war
> deployment.
>
> If tomcat not stopped properly then how we can kill the correct process and
> ma
On 27/06/18 15:44, Sandels Mark (RTH) OUH wrote:
> Thanks Chris
>
> Point taken. I have looked at the correct version of the Tomcat documentation
> - the text is the same for the relevant section but thanks for pointing out
> that I should check this.
>
> https://tomcat.apache.org/tomcat-9.0-do
Hi All,
Trying to stop and start tomcat in production using bash script for war
deployment.
If tomcat not stopped properly then how we can kill the correct process and
make sure it's stopped correctly.
Regards,
Dhanesh M.
Thanks Chris
Point taken. I have looked at the correct version of the Tomcat documentation -
the text is the same for the relevant section but thanks for pointing out that
I should check this.
https://tomcat.apache.org/tomcat-9.0-doc/html-manager-howto.html#Deploy_a_Directory_or_WAR_by_URL
Her
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 6/27/18 10:02 AM, Sandels Mark (RTH) OUH wrote:
> Hi Mark
>
> Please follow the second link I gave in my original post -
> https://tomcat.apache.org/tomcat-7.0-doc/html-manager-howto.html#Deplo
y_a_Directory_or_WAR_by_URL
>
> My original
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark,
On 6/27/18 9:50 AM, Sandels Mark (RTH) OUH wrote:
> Hi Mark
>
> I only included the IBM link because it was one of the few
> real-world examples of using the documented context.xml Context
> directive to specify the WAR or Directory URL. My W
Hi Mark
Please follow the second link I gave in my original post -
https://tomcat.apache.org/tomcat-7.0-doc/html-manager-howto.html#Deploy_a_Directory_or_WAR_by_URL
My original post explains what I am trying to do. Here is the extract from the
link above which gives the Apache documented syntax
On 27/06/18 14:50, Sandels Mark (RTH) OUH wrote:
> Hi Mark
>
> I only included the IBM link because it was one of the few real-world
> examples of using the documented context.xml Context directive to specify the
> WAR or Directory URL.
That IBM doc provides no such example.
> My WAR applicati
Hi Mark
I only included the IBM link because it was one of the few real-world examples
of using the documented context.xml Context directive to specify the WAR or
Directory URL. My WAR application was developed and built using Netbeans 8.
Thanks
Mark
Mark Sandels |Senior Systems Analyst/Progra
On 27/06/18 13:53, Sandels Mark (RTH) OUH wrote:
>
> I am attempting to launch a WAR web application from a tomcat service (tomcat
> 9.0.2, windows server 2008 R2), after invoking a URL in a browser (Firefox)
> hosted by an Apache HTTP server (Apache 2.4). The documentation ...
>
> https://www.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Prateek,
On 6/27/18 1:41 AM, Prateek wrote:
> Here I am hs_err_pid file
> Native frames: (J=compiled Java code, A=aot compiled Java code,
> j=interpreted, Vv=VM code, C=native code) C [libc.so.6+0x8128a]
> strlen+0x2a V [libjvm.so+0x6030f1]
> Cla
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Adam,
On 6/26/18 2:36 PM, Cybulski, Adam M wrote:
> Ok, I worked it out. I had to extract all the intermediate
> certificates from the root/intermediate certificate, and import
> them separately.
Yes, yet another thing that keytool isn't good at is
I am attempting to launch a WAR web application from a tomcat service (tomcat
9.0.2, windows server 2008 R2), after invoking a URL in a browser (Firefox)
hosted by an Apache HTTP server (Apache 2.4). The documentation ...
https://www.ibm.com/support/knowledgecenter/SS6RHZ_6.0.6/com.ibm.rational
Hi Guys
I have a configured Tomcat server 8.5 and java installed 1.8.0_171.
Java_home and Catalina_home configured and working. The above is running
on Ubuntu 16.04 in virtualbox. I and trying to setup Openolat 12.50
Learning management system. Here is the installation notes.
https://www.openo
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 8.5.32.
Apache Tomcat 8 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and Java Authentication Service Provider Interface for
Containers t
27 matches
Mail list logo