Re: Tomcat is not working

2024-03-12 Thread Arbol One
Never mind.  Human error.  On 2024-03-12 6:27 a.m., Arbol One wrote: Hello. This morning I woke up to find that Tomcat is not working, I tried restarting the server, but to no avail. Then, manually, I shutdown and started Tomcat, again, to no avail. systemctl status tomcat says

Tomcat is not working

2024-03-12 Thread Arbol One
Hello. This morning I woke up to find that Tomcat is not working, I tried restarting the server, but to no avail. Then, manually, I shutdown and started Tomcat, again, to no avail. systemctl status tomcat says: × tomcat.service - Tomcat Loaded: loaded

Re: JSP EL - How to

2023-12-18 Thread Arbol One
Thanks for the reply Chuck Caldarale. I am really confused here, would you be able to provide me with a link to a EL tutorial. Thanks in advance. On 2023-12-18 11:04 a.m., Mark Thomas wrote: Chuck Caldarale -- ArbolOne.ca Using Fire Fox and Thunderbird. ArbolOne is composed of students and

JSP EL - How to

2023-12-16 Thread Arbol One
Hello. In my NetBeans IDE, I have a ANT web project, to which I have added under Libraries the JSTL 1.2.7 - jstl-impl.jar and the JSTL 1.2.7 - jstl-api.jar libraries. However, when adding this code : * Hello JSP EL! * Although it rebuilds properly, I get the following error message