Re: How to Call a Java Class in JSP

2024-08-03 Thread Chuck Caldarale
> On Aug 3, 2024, at 11:51, Sebastian Trost > wrote: > > On 03.08.2024 18:19, Alan Masters wrote: >> >> This is the extract from the logs: >> >>03-Aug-2024 15:15:16.500 SEVERE [http-nio-8080-exec-10] >>org.apache.catalina.startup.ExpandWar.copy Error copying >>[C:\Program >>

Re: How to Call a Java Class in JSP

2024-08-03 Thread Sebastian Trost
Alan, On 03.08.2024 18:19, Alan Masters wrote: This is the extract from the logs: 03-Aug-2024 15:15:16.500 SEVERE [http-nio-8080-exec-10] org.apache.catalina.startup.ExpandWar.copy Error copying [C:\Program Files\apache-tomcat-9.0.91\apache-tomcat-9.0.91\webapps\Downloads\Calc

Re: How to Call a Java Class in JSP

2024-08-03 Thread Alan Masters
Thanks Sebastian, I created the WAR file using the Eclipse Export to WAR file with the project selected This is the extract from the logs: 03-Aug-2024 15:15:16.500 SEVERE [http-nio-8080-exec-10] org.apache.catalina.startup.ExpandWar.copy Error copying [C:\Program Files\apache-tomc

Re: Apache Tomcat Plain Password

2024-08-03 Thread Chuck Caldarale
> On Aug 3, 2024, at 06:28, MOHAMMED Bahauddin N > wrote: > > I have a request related to the Keystore password in Apache Tomcat's > 'server.xml' file. Currently, the password under the Connector port is > displayed in plain text, Displayed to whom? > which is a security concern. No, it

Re: How to Call a Java Class in JSP

2024-08-03 Thread Sebastian Trost
Alan, On 03.08.2024 17:33, Alan Masters wrote: Hello, I am attempting to revise on JSP which I used as a full time developer before my retirement over 8 years ago. The article How to Call a Java Class in JSP

Re: Apache Tomcat Plain Password

2024-08-03 Thread Sebastian Trost
Behauddin, please describe what exactly you're not understanding. Sebastian On 03.08.2024 13:28, MOHAMMED Bahauddin N wrote: Hello Wisers, Hope you are doing well. I have a request related to the Keystore password in Apache Tomcat's 'server.xml' file. Currently, the password under the Conne

How to Call a Java Class in JSP

2024-08-03 Thread Alan Masters
Hello, I am attempting to revise on JSP which I used as a full time developer before my retirement over 8 years ago. The article How to Call a Java Class in JSP provides a simple example of the code, but

Apache Tomcat Plain Password

2024-08-03 Thread MOHAMMED Bahauddin N
Hello Wisers, Hope you are doing well. I have a request related to the Keystore password in Apache Tomcat's 'server.xml' file. Currently, the password under the Connector port is displayed in plain text, which is a security concern. I am looking to encrypt it through configuration (not through