Re: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Christopher Schultz
-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

Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Sandels Mark (RTH) OUH
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 ...

Re: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Mark Thomas
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 ... > >

Re: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Mark Thomas
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

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Sandels Mark (RTH) OUH
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

Re: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Christopher Schultz
-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

Re: Tomcat stop and start using bash script

2018-06-27 Thread Leon Rosenberg
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 >

Re: problem in starting tomcat

2018-06-27 Thread Christopher Schultz
-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] >

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Sandels Mark (RTH) OUH
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

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Sandels Mark (RTH) OUH
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

RE: problem in starting tomcat

2018-06-27 Thread Prateek
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

Re: Alias name does not identify a key entry

2018-06-27 Thread Shawn Heisey
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

RE: problem in starting tomcat

2018-06-27 Thread Prateek
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

Re: problem in starting tomcat

2018-06-27 Thread Christopher Schultz
-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)

RE: problem in starting tomcat

2018-06-27 Thread Prateek
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

RE: problem in starting tomcat

2018-06-27 Thread Prateek
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

Re: problem in starting tomcat

2018-06-27 Thread Igal Sapir
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

Re: problem in starting tomcat

2018-06-27 Thread Coty Sutherland
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

Re: Alias name does not identify a key entry

2018-06-27 Thread Christopher Schultz
-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

Re: test email

2018-06-27 Thread Konstantin Kolinko
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:

Setclasspath error in Tomcat 8.5

2018-06-27 Thread kevin ferguson
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

test email

2018-06-27 Thread 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. Kevin

Re: Alias name does not identify a key entry

2018-06-27 Thread Christopher Schultz
-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

Tomcat stop and start using bash script

2018-06-27 Thread dhanesh1212121212
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.

Re: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-06-27 Thread Mark Thomas
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. > >

Setclasspath error in Tomcat 8.5

2018-06-27 Thread kevin ferguson
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.

[ANN] Apache Tomcat 8.5.32 available

2018-06-27 Thread Mark Thomas
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