Hi Folks
In a small scale personal project served by Tomcat I record things per
logged-in user. The user is available as an attribute to Tomcat’s
session objects. In the JSP pages I retrieve the session object *through
Java* like this
<%
HttpSession session = request.getSession()
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
My bad :) CATALINA_OPTS was malformed.
On Sat, May 15, 2021 at 10:19 AM Martynas Jusevičius
wrote:
>
> Hi,
>
> I have a Docker image that extends tomcat:9.0.39-jdk11 and at the very
> end of the entrypoint script calls 'catalina.sh run'.
>
> This has worked fine both on my local Windows and on a
On 14/05/2021 23:17, Orendt, John wrote:
Hi
I found sample code for an UploadServlet with these imports
import org.apache.commons.fileupload.FileItem;
import org.apache.commons.fileupload.disk.DiskFileItemFactory;
import org.apache.commons.fileupload.servlet.ServletFileUpload;
This worked well
Hi,
I have a Docker image that extends tomcat:9.0.39-jdk11 and at the very
end of the entrypoint script calls 'catalina.sh run'.
This has worked fine both on my local Windows and on a CentOS server.
However when I start a container on Amazon ECS with AMI Linux, I get
the error below when catalina