Tomcat is hanging up when I try to access local host:8080

2022-01-27 Thread Jim Anderson
I am having a problem when I am in my browser trying to access html documents on my localhost. I am running apache-tomcat-8.0.50 on Bunsen Labs Lithium release, which is a derivative of the Debian "buster" release.  I have tried accessing localhost:8080 in both Firefox and Opera with the same

Tomcat JSP error message: Syntax error on token ";"

2021-05-15 Thread Jim Anderson
I'm using Tomcat 8.5.63 and in the last few days I started getting an error message in a few of my JSP files. The error message is: START ERROR Type Exception Report Message Unable to compile class for JSP: Description The server encountered

tomcat 9 fails when requesting a new URL

2021-01-10 Thread Jim Anderson
I'm working on developing a web page using Tomcat 9 as the local server. My web page comes up and when I submit my page for processing, the tomcat server crashes. Interestingly, when I run the same sequence in Eclipse, everything works fine. Anyway, I looked at the logs directory and I see

tomcat v 9.0 crashing in Eclipse IDE Version: 2020-09 (4.17.0)

2020-12-08 Thread Jim Anderson
trace. For now, I am simply including the error file showing the stack trace. Should I submit this to the developers mailing list? -- Jim Anderson cell - 908-329-0586 Dec 08, 2020 2:17:24 PM org.apache.catalina.startup.VersionLoggerListener log INFO: Server version name: Apache Tomcat/9.0.38

tomcat 9.0 cache warning errors

2020-12-08 Thread Jim Anderson
the correct version of tomcat in your eclipse workspace 2) add "|||" to your context.xml file. I will update the stackoverflow.com URL with a comment. I'm not sure if this is worth mentioning anywhere in the tomcat documentation. I will leave that to others.|| -- Jim Anderson

Re: How to debug tomcat code in eclipse

2015-01-13 Thread Jim Anderson
Hi Harmeet, I have a setup similar to yours and I had to go through the same process you are right now. The good news is that with some help, I got it going and it works well. The bad news is that I am very busy at the moment and cannot help immediately, but I will try to get back to you

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Jim Anderson
to contribute addtions. Jim A. On 12/06/2014 04:19 PM, Jim Anderson wrote: Hi to all, I am currently developing some server side JSP code. By and large, things are progressing and working well. I have gotten half way decent at debugging my java/javascript/jquery/jsp/HTML source code, but I

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Jim Anderson
, but I can believe it has hooks in the brower code that allows an application such as Tomcat to post information into the console. If fact, I would expect the browser console to have that kind of hook. Jim On 12/08/2014 03:54 PM, David kerber wrote: On 12/8/2014 3:49 PM, Jim Anderson wrote

Re: My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-08 Thread Jim Anderson
PM, Jim Anderson wrote: David, I have to question your response. In the past, I have made errors in the serverside JSP file and the console has identified errors for me to the point were I have become dependent this feedback. I understand the separation of the client side vs the server side

My problem: I cannot successfully get or set a session attribute from a JSP file.

2014-12-06 Thread Jim Anderson
Hi to all, I am currently developing some server side JSP code. By and large, things are progressing and working well. I have gotten half way decent at debugging my java/javascript/jquery/jsp/HTML source code, but I have run into a problem in JSP where the code does not work, but I have

installing tomcat7-admin --- I have not /etc/tomcat7 directory

2014-07-12 Thread Jim Anderson
. But I cannot find any documentation about installing tomcat7-admin. I have scanned through the tomcat7 doc website and have not been able to find the installation instructions I'm looking for. Can someone either point me to the instructions I would need to install tomcat7-admin? Regards, Jim

Re: installing tomcat7-admin --- I have not /etc/tomcat7 directory

2014-07-12 Thread Jim Anderson
software development. A big thanks to you and to Hassan for taking the time to help me out Regards, Jim On 07/12/2014 03:13 PM, Caldarale, Charles R wrote: From: Jim Anderson [mailto:jim_ander...@jjajava.com] Subject: installing tomcat7-admin --- I have not /etc/tomcat7 directory I

Re: JSP when tag question

2009-07-05 Thread Jim Anderson
an import - the HTML is of course invalid. Has saved me many a time... Regards Ron - Original Message - From: Jim Anderson ez...@ieee.org To: Tomcat Users List users@tomcat.apache.org Sent: Sunday, July 05, 2009 5:52 AM Subject: Re: JSP when tag question David, Thank you to 'pid

Re: JSP when tag question

2009-07-04 Thread Jim Anderson
? --David Jim Anderson wrote: 3 This is a JSP issue. I have unsuccessfully searched for a JSP 4 support forum so I figured I will start here since the Tomcat 5 container processes JSP. If this is question is inappropriate, 6 I apologize. If you can point me to a better forum, please

JSP when tag question

2009-07-03 Thread Jim Anderson
. The output produced by line 22 is shown at line 32 and confirms that the value of midContent is 'page2'. Can someone explain why the code inside the 'c:when' tag is executed when the test on line 19 appears to be evaluating to false? Thanks you in advance. Jim Anderson

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Jim Anderson
Pid wrote: On 2/7/09 04:25, Jim Anderson wrote: Hi, I'm running tomcat 6.0.18 on Linux and I'm having a problem running a javabean. I created a bean and was able to call setProperty and getProperty for the property 'startPage' in the bean. When I added a 2nd property to the bean, I got

Re: Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-02 Thread Jim Anderson
Konstantin, Thank you. That did the trick. I kind of guessed it was that sort of problem, but could not find it in documentation of the book that I'm using. Jim Konstantin Kolinko wrote: 2009/7/2 Jim Anderson ez...@ieee.org: Hi, I'm running tomcat 6.0.18 on Linux and I'm having

Cannot find any information on property 'x' in a bean of type 'bfs.beans.BFSInfo'

2009-07-01 Thread Jim Anderson
library. Does anyone have an suggestions on how to resolve my problem? Thank you in advance for any help. Jim Anderson __ source code: JSP: 1 %@ page contentType=text/html % 2 jsp:useBean id=BFSInfo class