Jakarta - Sources you'd recommend

2023-05-08 Thread Amn Ojee Uw
Hello folks! I am trying to learn how to program web pages using Java, but I am having serious difficulties understanding the how to. So, is there a source [books, web sites, etc.] anyone here can recommend me. Thanks in advance.

Re: [ANN] Apache Tomcat Native 1.2.36 released

2023-02-18 Thread Amn Ojee Uw
Following the example provided in the link provided I 'apt-get install libapr1.0-dev libssl-dev', but I got an error that reads: --- Reading package lists... Done Building dependency tree... Done Reading state information... Done Package libapr1.0-dev is not available, but is referred to by

Re: Tomcat 10.0.x

2023-02-18 Thread Amn Ojee Uw
But, Debian has no upgrades for Tomcat 11. I am new to Linux and I am using Debian. Should I uninstall Tomcat and then install version 11 of it? Thanks in advance. On Tue, 2023-02-07 at 19:04 +, jonmcalexan...@wellsfargo.com.INVALID wrote: > Thank you > > Dream * Excel * Explore * Inspire

systemctl start - fails

2023-01-26 Thread Amn Ojee Uw
When I type 'sudo systemctl start tomcat' I get this error! /*Job for tomcat.service failed because the control process exited with error code.*/ Does anyone know what is causing this error? Thanks

Please help me install Tomcat

2023-01-19 Thread Amn Ojee Uw
I've tried to install Tomcat, different version, like so : /# Download the latest release of tomcat 10.1.5// //wget https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz// // //# Create tomcat directory// //sudo mkdir /opt/tomcat// // //# Extract the binary file

Jakarta for Beginners

2022-12-30 Thread Amn Ojee Uw
Before going any further, I have never program a Enterprise Web Page. I know a little of  HTML and enough of Java and JavaScript and C++ to find my way around, but I am not expert either. Having said that, I would like to get my toes wet in the immense ocean of Jakarta EE 10 and

Re: Starting Tomcat 10 at bootup

2022-11-27 Thread Amn Ojee Uw
() 27-Nov-2022 11:53:07.817 INFO [Thread-1] org.apache.catalina.core.ApplicationContext.log ContextListener: contextDestroyed() Again, thanks so much for the help. On 2022-11-26 9:48 a.m., Rob Sargent wrote: On Nov 26, 2022, at 4:54 AM, Amn Ojee Uw wrote: Please excuse my ignorance, buy

Re: AW: Starting Tomcat 10 at bootup

2022-11-26 Thread Amn Ojee Uw
10 at bootup On Nov 25, 2022, at 4:28 PM, Amn Ojee Uw wrote: Hey folks! The issue : ~~~ I just installed 'apache-tomcat-10.0.27.tar.gz' in my Debian 11 (stable) box, running OpenjDK 17.0.4, this was done following the recommendation on 'How to Install Apache Tomcat on Debian 11 (Step

Starting Tomcat 10 at bootup

2022-11-25 Thread Amn Ojee Uw
Hey folks! The issue : ~~~ I just installed 'apache-tomcat-10.0.27.tar.gz' in my Debian 11 (stable) box, running OpenjDK 17.0.4, this was done following the recommendation on 'How to Install Apache Tomcat on Debian 11 (Step by Step)

Re: In what directory was tomcat installed

2022-02-24 Thread Amn Ojee Uw
Well, I found the answer: Tomcat is in /opt/tomcat, but I did not have permission to access that directory. I changed the directory permission and now its working; I think. On 2/24/22 2:30 AM, Suvendu Sekhar Mondal wrote: Hello! On Thu, Feb 24, 2022, 3:50 AM Amn Ojee Uw wrote: I am trying

Re: In what directory was tomcat installed

2022-02-24 Thread Amn Ojee Uw
:50 AM Amn Ojee Uw wrote: I am trying to setup Tomecat in Netbeans, but after installing Tomcat in my Debian 11, and in Netbeans going to "Tools -> Servers->Add server ->Apache Tomcat or TomEE -> Server Location -> Browse" I cannot tell in which directory Tomcat

In what directory was tomcat installed

2022-02-23 Thread Amn Ojee Uw
I am trying to setup Tomecat in Netbeans, but after installing Tomcat in my Debian 11, and in Netbeans going to "Tools -> Servers->Add server ->Apache Tomcat or TomEE -> Server Location -> Browse" I cannot tell in which directory Tomcat 10.x was installed. I am not a qualified programmer, I am