Mark,
Thanks for your corrections. I have updated my internal "How to" guide that
I created when I first used Tomcat to build my servlets and it appears that
some of my deductions from that initial research and "getting it to work"
were misguided.
John
On Wed, 11 Jan 2023, 09:28 Mark Thomas, wr
On 10/01/2023 22:34, John Barrow wrote:
Hi Anthony,
Not an expert, but have managed to deploy simple servlets. A couple of
observations, not sure why using ROOT, you should have your own folder for
your application (e.g. myFirstApp\...).
Not true. ROOT is an acceptable option here.
Also,
Anthony,
On 1/10/23 13:58, Anthony Dell'Anno wrote:
I'm trying to run my first servlet on Tomcat
Welcome!
and am continually getting an HTTP Status 404 (I've also gotten 500
previously, with the root cause being an apparent compiler mismatch
(it would say that it's being compiled by version
Hi Anthony,
Not an expert, but have managed to deploy simple servlets. A couple of
observations, not sure why using ROOT, you should have your own folder for
your application (e.g. myFirstApp\...).
Also, I have found that the main app folder (e.g. myFirstApp) must start
with a lowercase letter (I
Good afternoon,
I'm trying to run my first servlet on Tomcat, and am continually getting an
HTTP Status 404 (I've also gotten 500 previously, with the root cause being an
apparent compiler mismatch (it would say that it's being compiled by version
63.0, which is Java 19, but that the latest