Re: Training material is now on-line

2018-04-27 Thread John Byrne
On 11 April 2018 at 23:32, Mark Thomas wrote: > Hi all, > > Thanks to the magic of GitHub pages, the Tomcat training material that > was used for the recent training session is now available on-line here: > > https://apache.github.io/tomcat-training/ > > The source code is here:

Re: [ANN] Apache Tomcat Connectors 1.2.41 released

2015-08-20 Thread John Byrne
Unsubscibe On 19 August 2015 at 13:30, jean-frederic clere jfcl...@gmail.com wrote: On 08/17/2015 01:10 PM, Mark Thomas wrote: The Apache Tomcat Project is proud to announce the release of version 1.2.41 of the Apache Tomcat Connectors. This version fixes one security issue

Re: Tomcat 8 jspx and HTML5

2015-08-13 Thread John Byrne
unsubscribe On 12 August 2015 at 02:34, Kevin Hale Boyes kcbo...@gmail.com wrote: On 8 August 2015 at 06:54, Konstantin Preißer kpreis...@apache.org wrote: Hi Christopher, -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Saturday,

Re: Unable to change version of Apache Tomcat

2012-08-28 Thread John Byrne
We call a script that sets variables (See below) and then this script calls ...tomcat/startup.sh (See below) John Byrne System Administrator, IST john_by...@apple.com AppName=Service INST=$1 export SPLUNK_ACCESS_LOGS=/ngs/app/`whoami`/var/`hostname`/accessLogs/$AppName export CATALINA_LOGS

Re: Unable to change version of Apache Tomcat

2012-08-28 Thread John Byrne
I figured it out. It was a library issue. Thank you for your help. John Byrne System Administrator, IST john_by...@apple.com On Aug 28, 2012, at 9:42 AM, John Byrne wrote: We call a script that sets variables (See below) and then this script calls ...tomcat/startup.sh (See below

Unable to change version of Apache Tomcat

2012-08-27 Thread John Byrne
org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/7.0.8 . . . Thank you for any help. John Byrne System Administrator, IST john_by...@apple.com - environment variables below - BASH=/bin/sh

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Thank you Rainer, It turns out I was still using 7.0.8 even though I switched the soft link to the new version. Now I just need to find out how the switch mechanism works. John John Byrne System Administrator, IST john_by...@apple.com On Aug 21, 2012, at 1:10 AM, Konstantin Kolinko wrote

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Even though I've downloaded 7.0.29 the Servlet Engine is still 7.0.8. Is this a configuration problem or is the latest version not being distributed by Apache? I can't find anything that points to the old version in shell scripts. Please help. Thanks, John John Byrne System Administrator

Re: %{xxx}t not working

2012-08-21 Thread John Byrne
Greetings. It must be a configuration issue because I setup the 7.0.29 Tomcat version on my system and it is giving me the right version. Sorry to take up your time. So half of a false alarm on my last email. I just need to find out how they're configuring it here. Thanks, John Byrne

%{xxx}t not working

2012-08-20 Thread John Byrne
with this? Thank you, John John Byrne System Administrator, IST john_by...@apple.com

Re: %{xxx}t not working

2012-08-20 Thread John Byrne
I've tried both 7.0.29 and 7.0.8. Thank you for the help. John Byrne John Byrne System Administrator, IST john_by...@apple.com On Aug 20, 2012, at 12:43 PM, Konstantin Kolinko wrote: 2012/8/20 John Byrne john_by...@apple.com: I was wondering if you could help me with a server.xml

Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Please find listed below thesituation with tomcat installation. I can deploy html pages via the manager service or http://localhost/comlinks/mypage The requested resource (/ukjava1900) is not available. I list below the changes I have made to sotware. Thank you for your help in preious

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Mark It is WEB-INF in my directory structure, apollogies. John On 9 July 2010 09:24, Mark Thomas ma...@apache.org wrote: On 09/07/2010 09:15, John Byrne wrote: webapps\comlinks\web-inf\web.xml It is WEB-INF, not web-inf. Case matters. Mark

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Andre The message did get through, apologies for the error. John On 9 July 2010 09:27, André Warnier a...@ice-sa.com wrote: -- Mult-i-tel better by design. http://www.multitel.co.uk tel: 44(0)151 548 8122 fax: 44(0)709 210 1464 skype jcbyrne

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Andre Did not receive response to original post. Inability to evoke a response for output from servlet located on tomcat after parseing a html form? Details in original post. On 9 July 2010 09:38, John Byrne jbmulti...@gmail.com wrote: Mult-i-tel better by design. http://www.multitel.co.uk

Re: Problems with parsing html with servlet

2010-07-09 Thread John Byrne
Hi Mark, Andre et al Sincere thanks for your expert help. Pass on my help to your colleague who also helped. Kind Regards John - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
, simply put com.mycompany.MyServlet in the servlet-class element. By the way, it's hard to tell what your class name and package actually are. It's a good idea to follow conventions and place it in a package called com.company.project Shay On Mon, Jun 28, 2010 at 5:11 AM, John Byrne jbmulti

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
Hi This is the first line in my java servlet ukjava1900 it compiles OK package formprocessors; is it complete? I attach copy of my web.xml which i think is OK? Kind regards John On 1 July 2010 14:08, Pid p...@pidster.com wrote: On 01/07/2010 13:26, Shay Rojansky wrote:

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
On 1 July 2010 16:25, Pid p...@pidster.com wrote: On 01/07/2010 15:52, John Byrne wrote: Hi Chuck Please find details of setup copied below FORM action=/UkJava1900 method=post name=payform onsubmit = return formCheck() The servlet and servlet-mapping tags both copied from webapps/myapp/WEB

Re: Tomcat 6.0.26

2010-07-01 Thread John Byrne
On 1 July 2010 19:00, Caldarale, Charles R Dear Chuck Sincere apologies HTTP 404 STATUS description The requested resource (/ukjava1900) is not available. jOHN -- Mult-i-tel better by design. http://www.multitel.co.uk tel: 44(0)151 548 8122 fax: 44(0)709 210 1464 skype jcbyrne

Re: Tomcat 6.0.26

2010-06-28 Thread John Byrne
send your web.xml as well? I would be it's a misconfigured servlet in there (the WEB-INF should not be part of the class package name, as it appears in your error log). Shay On Sun, Jun 27, 2010 at 7:55 AM, John Byrne jbmulti...@gmail.com wrote: Hi Have installed tomcat 6.0.26 on windows 7

Re: Tomcat 6.0.26

2010-06-28 Thread John Byrne
Hi Charles This is my current structure. C:\Tomcat 6.0\webapps\comlinks\WEB-INF\classes My web pages are in comlinks and java class files in classes Are we getiing closer? John On 27 June 2010 18:17, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: John Byrne

Tomcat 6.0.26

2010-06-27 Thread John Byrne
-INF\classes I attach copy of server start up log and http 500 error text when I use the submit button on html page to activate servlet. would greatly appreciate your help. John Byrne -- Mult-i-tel better by design. http://www.multitel.co.uk tel: 44(0)151 548 8122 fax: 44(0)709 210 1464 skype

java.lang.ClassNotFoundException with small jsp file

2008-12-30 Thread John Byrne
Hello all, I was wondering whether any of you could help me out with a problem I'm having. I'm getting a java.lang.ClassNotFoundException when trying to run a jsp application. The class file exists and is under: C:\Program Files (x86)\Apache Software Foundation\Tomcat

RE: java.lang.ClassNotFoundException with small jsp file

2008-12-30 Thread John Byrne
file missing. Lastly, are you sure the user tomcat is running as has read privilege to the file? --David John Byrne wrote: Hello all, I was wondering whether any of you could help me out with a problem I'm having. I'm getting a java.lang.ClassNotFoundException when trying to run a jsp

RE: java.lang.ClassNotFoundException with small jsp file

2008-12-30 Thread John Byrne
. Now I just need to learn how to configure Eclipse to find the class file. Any ideas? Thank you again, John -Original Message- From: John Byrne [mailto:jbyrne...@yahoo.com] Sent: Tuesday, December 30, 2008 5:52 PM To: 'Tomcat Users List' Subject: RE: java.lang.ClassNotFoundException

RE: Version 6.0.18 of Tomcat -- Web.xml file and file/directory structure

2008-10-31 Thread John Byrne
It worked! Thank you all for your help! John Byrne Support Network for Battered Women 1257 Tasman Dr. Suite C Sunnyvale, CA 94089 (408) 541-6100 x 138 Fax: (408) 541- -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2008 5:27 PM To: Tomcat

Version 6.0.18 of Tomcat

2008-10-30 Thread John Byrne
would be greatly appreciated. John Byrne Support Network for Battered Women 1257 Tasman Dr. Suite C Sunnyvale, CA 94089 (408) 541-6100 x 138 Fax: (408) 541-