" version="5.0">
WHMerge
WHMerge
com.ibm.wca4z.webhooks.WHMerge
With kindest regards,
Frank Myers
From: Christopher Schultz
Sent: Friday, October 18, 2024 11:53 AM
To: users@tomcat.apache.org
Subject: [EXTERNAL] Re: Can't access servlet 404 ad
uot;>
> WHMerge
>
> WHMerge
> com.ibm.wca4z.webhooks.WHMerge
>
>
>
>
> With kindest regards,
>
> Frank Myers
>
>
> ____
> From: Christopher Schultz
> Sent: Friday, October 18, 2024 11:53 AM
> To: users@tomcat.ap
ge] is completed
>
> Is this a problem?
This is a warning and not an error. It is a very strange error to my eye
that should be investigated, but it does not appear to be causing your
application to fail to load.
You might want to check log files other than catalina.out.
What URL are you us
RL are you using to access your servlet? What does your web.xml
file look like?
Thanks,
-chris
From: Frank Myers
Sent: Thursday, October 17, 2024 9:31 AM
To: Tomcat Users List
Subject: [EXTERNAL] RE: Can't access servlet 404 advise requested
Holger,
I i
, him, his)
Developer
Slack: @Franklin Myers
E-mail: franklin.my...@ibm.com
From: Frank Myers
Sent: Thursday, October 17, 2024 9:31 AM
To: Tomcat Users List
Subject: [EXTERNAL] RE: Can't access servlet 404 advise requested
Holger,
I implemented both dopost
: Thursday, October 17, 2024 3:51:45 AM
To: Tomcat Users List
Subject: [EXTERNAL] Re: Can't access servlet 404 advise requested
Hello,
the path in the tomcat manager app brings you to http://localhost/WEBAPP/
or http://localhost/WEBAPP/index.html via HTTP GET. Is your servlet
configured to
Hello,
the path in the tomcat manager app brings you to http://localhost/WEBAPP/
or http://localhost/WEBAPP/index.html via HTTP GET. Is your servlet
configured to reply to that url? This is normally done in web.xml with
the Element.
Moreover: as you seem to be writing a doPost() Method. You will
Hi all,
I'm running Tomcat9 on Ubuntu.
I copied a servlet war (a webhook) file which was automatically deployed in my
webapps directory.
Using the "Tomcat Web Application Manager" I see my servlet path and display
name listed.
When I click on the path I get the "HTTP Status 404 – Not Found" and