stack trace from tomcat when I try to start my webpage on my LAN

2024-10-17 Thread Jim Anderson
I am re-posting a post that I thought I made yesterday. It did not show up in my mail from users@tomcat.apache.org, hence I am trying again. My apologies if anyone receives both of my posts. I am trying to start up an webpage to use as a demo. I am using tomcat 11.  I have been looking at t

stack trace from tomcat when I try to start my webpage on my LAN

2024-10-16 Thread Jim Anderson
I am trying to start up an webpage to use as a demo. I am using tomcat 11.  I have been looking at the error but have made no progress figuring out the problem. Below I am including the stack trace I am getting from tomcat and would appreciated any guidance on finding the source of my problem

At start up, my web pages prints as text, not as a web page

2024-10-06 Thread Jim Anderson
I checked the ihyp/logs directory and there were no error messages there. Can anyone help with what my next step(s) should be? Thanks in advance. Jim Anderson

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 r

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 s

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
1) locate 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 over

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

2014-12-08 Thread Jim Anderson
/2014 4:04 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 s

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

2014-12-08 Thread Jim Anderson
x API, 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

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

2014-12-08 Thread Jim Anderson
nd others my want 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/HTM

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 found

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

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

2014-07-12 Thread Jim Anderson
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

Re: JSP when tag question

2009-07-05 Thread Jim Anderson
et an import - the HTML is of course invalid. Has saved me many a time... Regards Ron - Original Message - From: "Jim Anderson" To: "Tomcat Users List" 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
mith wrote: Following up on what Pid suggested, when you look at the output (view source in the browser), can you see the and tags still present? Can you offer us a little more info like what you have declared for taglibs at the top of this jsp and what's in your webapp's WEB-INF/lib f

JSP when tag question

2009-07-03 Thread Jim Anderson
ced 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 '' 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
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 : Hi, I'm running tomcat 6.0.18 on Linux and I'm having a pr

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

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

2009-07-01 Thread Jim Anderson
jsp page worked. It looks like tomcat is still is finding an old jar file or has cached a reference to the old library. Does anyone have an suggestions on how to resolve my problem? Thank you in advance for any help. Jim Anderson __