Dear Chuck,
All good news.There were only a few bad entries in the web.xml file.Replacing
j2eer.jar with: servlet-api.jar javax.mail.jar javax.activation.jarwas
not necessary for my code written during 1999-2005.The Java code had warnings
due to deprecated constructs, but it wasexecuting fine.
Thanks a lot. We need more people like you and your folke.Tomcat has been
around for 25(?) years !!!Here a present for all of you:
http://www.ontooo.com/AIAssessment2.pdfwhich was presented Feb 1 at a
conference.[My next paper takes the chat-systems further apart ...]dennis de
champeauxBTW Medical diagnosis over the Web (pushed by Google and others) is
not realistic: http://www.ontooo.com/Diagnosis.pdfwill be presented next
week at a conference.
--------------------------------------------------------------
Home page: rs6.risingnet.net/~ddccMarketing site: www . OntoOO.comKindle
books: Side Effects: Impacts on the 21st
Century::https://www.amazon.com/-/es/Dennis-Champeaux-ebook/dp/B09MHJ5W48
Even if not
true::https://www.amazon.com/-/es/Dennis-Champeaux-ebook/dp/B09Y4WR9J7 9/11::
They had the Sun in their
Eyeshttps://www.amazon.com/11-They-had-their-Eyes-ebook/dp/B0CMQ2WSK9https://www.amazon.nl/dp/B0CMQ2WSK9
On Wednesday, July 17, 2024 at 04:25:47 PM PDT, Chuck Caldarale
<[email protected]> wrote:
> On Jul 16, 2024, at 18:45, DdC <[email protected]> wrote:
>
> Link to catalina log is below
Which shows this error:
Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern>
[com.ZAjax] in servlet mapping
> Thanks for all your advice.Progress here.The port regards hck app (for
> medical diagnosis) with 6.1Mb source ofwhich 4.6Mb java code.Have been able
> to compile without using j2ee.jar (with a dos .batscript tackling 19
> directories, etc.)Used instead in CLASSPATH files in lib:
> servlet-api.jar,javax.mail.jar,javax.activation.jar. There IS a web.xml file
> in WEB-INF with, among the others, forcom.ZAjax:
> <servlet> <servlet-name>com.ZAjax</servlet-name>
><servlet-class>com.ZAjax</servlet-class> </servlet>
> <servlet-mapping> <servlet-name>com.ZAjax</servlet-name>
><url-pattern>com.ZAjax</url-pattern> </servlet-mapping>
(You really need to use an e-mail client that doesn’t destroy formatting.)
Refer to section 12.2 of the servlet spec to see what the valid patterns are:
https://javaee.github.io/servlet-spec/downloads/servlet-4.0/servlet-4_0_FINAL.pdf
If this is the only servlet in the app, you may want to use just a slash or an
empty string for the URL pattern.
- Chuck
> Starting up tomcat 9.0.88 still hiccups when hck is encountered.The catalina
> log is at:
> https://www.ontooo.com/catalina.log